@charset "UTF-8";
/*
Theme Name: Swell Child
Template: swell
*/
html {
  color: #000;
  background: #fff;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after,
q:before {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

a {
  text-decoration: none;
  color: currentColor;
}

a,
button {
  cursor: pointer;
}

p {
  margin: 0;
  line-height: 2;
}

strong {
  font-weight: 700;
}

li {
  list-style-type: none;
}

ul {
  padding: 0;
  margin: 0;
}

table {
  table-layout: fixed;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "yakuhan";
  src: url("font/YakuHanJP-Light.woff") format("woff");
}
.countdownContainer .countdownItem .countdownValue span, .talentTop .info .nameArea .eng {
  font-family: "Futura", Century Gothic;
  font-weight: bold;
}

.relatedTool, .widArea, .countdownContainer, .talentTop .img, .talentPage, .wpcf7, .footer .inner {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .relatedTool, .widArea, .countdownContainer, .talentTop .img, .talentPage, .wpcf7, .footer .inner {
    width: 92%;
  }
}

.relatedTool > *, .countdownContainer .countdownItem, .wpcf7 form input[type=submit],
.wpcf7 form button, .wp-block-buttons .wp-block-button a {
  transition: all 0.6s cubic-bezier(0.28, 0.76, 0.37, 0.99);
}

body {
  font-size: 16px;
  font-family: "游ゴシック Medium", YuGothicM, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  width: 100%;
  color: #333;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.unitName, .normalTitle span, .countdownContainer .countdownItem .countdownLabel, .talentTop .infoTable th,
.talentTop .infoTable td, .talentTop .info .nameArea .title, ul.c-gnav li a {
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 700;
}

.wrapper {
  overflow: hidden;
}

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

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

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

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

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

@media screen and (max-width: 480px) {
  .br480del {
    display: none;
  }
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes header {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.unitMembers .talentImg img, .pageHeader .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes overlay {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  20% {
    left: 0;
    right: auto;
    width: 100%;
  }
  21% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
.toggleBtn {
  display: none;
  top: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 50px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .toggleBtn {
    width: 36px;
    height: 30px;
  }
}
.toggleBtn span {
  height: 6px;
  border-radius: 100px;
  background: #333;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.19, 0.72, 0.26, 0.79);
}
@media screen and (max-width: 768px) {
  .toggleBtn span {
    height: 4px;
  }
}
.toggleBtn span:nth-of-type(1) {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(1) {
    transform: translateY(-7px);
  }
}
.toggleBtn span:nth-of-type(2) {
  background: #333;
}
.toggleBtn span:nth-of-type(3) {
  background: #333;
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .toggleBtn span:nth-of-type(3) {
    transform: translateY(7px);
  }
}
.toggleBtn.active span {
  height: 6px;
  border-radius: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .toggleBtn.active span {
    height: 4px;
  }
}
.toggleBtn.active span:nth-of-type(1) {
  transform: translateY(100%) rotate(45deg);
}
.toggleBtn.active span:nth-of-type(2) {
  transform: rotate(-405deg);
}
.toggleBtn.active span:nth-of-type(3) {
  transform: translateY(-100%) rotate(-45deg);
}

header#header.l-header {
  position: absolute;
  top: 0;
  background: transparent;
  box-shadow: none;
}
header#header.l-header .l-header__logo {
  padding: 0;
  margin: 0;
}
header#header.l-header .l-container {
  max-width: 100%;
}

ul.c-gnav li {
  display: flex;
  align-items: center;
}
ul.c-gnav li a {
  padding: 1em;
  letter-spacing: 0.05em;
}

.page-template-template-free main {
  width: 100%;
  display: block;
}
.page-template-template-free #content, .page-template-template-free #content.l-content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.wp-block-buttons .wp-block-button a {
  position: relative;
  z-index: 1;
  color: #33b5b1;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 rgb(45.3943965517, 161.1056034483, 157.5452586207);
  min-width: 240px;
}
@media screen and (min-width: 769px) {
  .wp-block-buttons .wp-block-button a:hover {
    box-shadow: 0 0 0 rgb(45.3943965517, 161.1056034483, 157.5452586207);
    transform: translateY(4px);
  }
}
.wp-block-buttons .wp-block-button a:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}
.wp-block-buttons .wp-block-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}

.titleArea {
  margin-bottom: 1.5em;
}
.titleArea p {
  text-align: center;
  font-family: "santelia-rough-two", sans-serif;
  font-size: clamp(40px, 6vw, 70px);
  line-height: 1.2;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  padding: 0 1em;
}
.titleArea h2 {
  text-align: center;
  font-family: "zen-maru-gothic", sans-serif;
  color: #33b5b1;
  font-weight: bold;
}

.pageHeader {
  height: 440px;
  position: relative;
  margin-bottom: clamp(40px, 8vw, 80px);
}
@media screen and (max-width: 768px) {
  .pageHeader {
    height: 240px;
  }
}
.page-about .pageHeader {
  margin-bottom: 0;
}
.pageHeader .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pageHeader .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(310deg, #ffec6e, #a9fffc);
  -webkit-backdrop-filter: brightness(80%);
          backdrop-filter: brightness(80%);
  mix-blend-mode: multiply;
}
.pageHeader .img img {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.pageHeader .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.pageHeader .content .eng {
  font-family: "santelia-rough-two", sans-serif;
  font-size: clamp(50px, 7vw, 70px);
  color: white;
  line-height: 1;
  margin-bottom: 0.1em;
  text-transform: capitalize;
}
.pageHeader .content .title {
  font-size: clamp(18px, 3vw, 24px);
  font-family: "zen-maru-gothic", sans-serif;
  color: white;
}
.pageHeader #breadcrumb {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fafafa;
  box-shadow: none;
}
.pageHeader #breadcrumb * {
  background: #fafafa;
  box-shadow: none;
}

.footer {
  background: #999;
  padding: 60px 0 0;
}
.footer .inner {
  background: white;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .footer .inner {
    flex-direction: column;
  }
}
.footer .left .footerLogo {
  width: 240px;
  margin-bottom: 1em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .footer .left .footerLogo {
    width: 180px;
  }
}
.footer .right ul li a {
  font-size: 0.9em;
  padding: 0.5em;
  display: block;
}
.footer .copy {
  color: white;
  text-align: center;
  font-size: 12px;
  padding: 0.5em 0;
}

.wpcf7 {
  max-width: 1000px !important;
  margin: 0 auto !important;
}
.wpcf7 .item {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.wpcf7 .item br {
  display: none;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item {
    flex-wrap: wrap;
  }
}
.wpcf7 .item .text {
  width: 25%;
  min-width: 240px;
  text-align: center;
  background: #33b5b1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .text {
    width: 100%;
    margin-right: 0;
    padding: 10px 0;
  }
}
.wpcf7 .item .labelWrap {
  width: 75%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap {
    width: 100%;
  }
}
.wpcf7 .item .labelWrap input[type=text],
.wpcf7 .item .labelWrap input[type=email],
.wpcf7 .item .labelWrap input[type=url],
.wpcf7 .item .labelWrap input[type=tel],
.wpcf7 .item .labelWrap input[type=number],
.wpcf7 .item .labelWrap input[type=date],
.wpcf7 .item .labelWrap textarea {
  width: 100% !important;
  line-height: 2;
  margin-left: -1px;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .wpcf7 .item .labelWrap input[type=text],
  .wpcf7 .item .labelWrap input[type=email],
  .wpcf7 .item .labelWrap input[type=url],
  .wpcf7 .item .labelWrap input[type=tel],
  .wpcf7 .item .labelWrap input[type=number],
  .wpcf7 .item .labelWrap input[type=date],
  .wpcf7 .item .labelWrap textarea {
    margin-left: 0;
    margin-top: -1px;
  }
}
.wpcf7 .item .labelWrap textarea {
  line-height: 1.5;
}
.wpcf7 .item .labelWrap .wpcf7-radio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wpcf7 .item .labelWrap > p {
  width: 100%;
}
.wpcf7 form input[type=submit],
.wpcf7 form button {
  width: 240px;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  color: #33b5b1;
  display: block;
  font-family: "zen-maru-gothic", sans-serif;
  background: linear-gradient(45deg, #91c9bf, #c5c188);
  box-shadow: 0 4px 0 rgb(45.3943965517, 161.1056034483, 157.5452586207);
  min-width: 240px;
  color: white;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .wpcf7 form input[type=submit]:hover,
  .wpcf7 form button:hover {
    box-shadow: 0 0 0 rgb(45.3943965517, 161.1056034483, 157.5452586207);
    transform: translateY(4px);
  }
}
.wpcf7 form input[type=submit]:before,
.wpcf7 form button:before {
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  top: 2px;
  bottom: 2px;
  right: 2px;
  left: 2px;
  border-radius: 999px;
}
.wpcf7 form input[type=submit]:after,
.wpcf7 form button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.86%22%20height%3D%227.171%22%20viewBox%3D%220%200%2026.86%207.171%22%3E%0D%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13095%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013095%22%20d%3D%22M-5.369-15h25.86L15.037-19.23v6.171%22%20transform%3D%22translate%285.869%2019.73%29%22%20fill%3D%22none%22%20stroke%3D%22%2333b5b1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center center;
  background-size: contain;
  width: 30px;
  height: 10px;
}
.wpcf7 form input[type=submit] *,
.wpcf7 form button * {
  color: white;
}
.wpcf7 .resultWrap {
  display: flex;
  margin-bottom: 1.6em;
}
.wpcf7 .resultWrap br {
  display: none;
}
.wpcf7 .resultWrap > span {
  padding: 10px;
  padding-right: 0;
  padding-left: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.address1 {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 span.wpcf7-form-control-wrap.idcard {
  padding: 10px;
  padding-right: 0;
}
.wpcf7 .title.bank {
  padding: 1em;
  text-align: left;
}
.wpcf7 .title.bank br {
  display: block;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.l-content {
  width: 100%;
  padding: 0;
}

.talentPage {
  width: 100%;
  max-width: 600px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.talentTop {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  min-height: 1000px;
}
.talentTop:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -1000px;
  width: calc(100% + 2000px);
  height: 250px;
  transform: rotate(-10deg);
  background: white;
}
.talentTop:after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -1000px;
  width: calc(100% + 2000px);
  height: 250px;
  transform: rotate(-10deg);
  background: white;
}
.talentTop .img {
  width: 60%;
  position: relative;
  z-index: 1;
  min-height: 500px;
}
.talentTop .info {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: absolute;
  top: 400px;
  left: 5%;
  right: 5%;
  padding: 20px;
  z-index: 1;
}
.talentTop .info .nameArea {
  text-align: center;
}
.talentTop .info .nameArea .title {
  font-size: 24px;
}
.talentTop .info .nameArea .eng {
  letter-spacing: 0.1em;
}
.talentTop .infoTable table {
  width: 100%;
}
.talentTop .infoTable th,
.talentTop .infoTable td {
  padding: 1em 0;
  border-bottom: 1px solid #eee;
}
.talentTop .infoTable tr:last-child th,
.talentTop .infoTable tr:last-child td {
  border: none;
}
.talentTop .infoTable th {
  max-width: -moz-max-content;
  max-width: max-content;
}
.talentTop .infoTable td {
  padding-left: 1em;
}

.countdownContainer {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.countdownContainer .countdownItem {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.15), 0 18px 36px -18px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 2em;
  text-align: center;
  margin-bottom: 1.5em;
}
.countdownContainer .countdownItem .countdownValue {
  display: flex;
  justify-content: center;
}
.countdownContainer .countdownItem .countdownValue p {
  margin-right: 0.5em;
}
.countdownContainer .countdownItem .countdownValue span {
  font-size: 2em;
}

.normalTitle {
  z-index: 1;
  position: relative;
  margin-top: 3.5em;
  margin-bottom: 1.5em;
}
.normalTitle span {
  font-size: 24px;
  padding: 0.75em 1em;
  box-sizing: border-box;
  background: white;
  border: 1px solid #33b5b1;
  border-left: 20px solid #33b5b1;
  position: relative;
  display: block;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .normalTitle span {
    font-size: 16px;
  }
}
.normalTitle:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 100%;
  background: rgba(51, 181, 177, 0.2);
  transform: rotate(1.5deg);
  transform-origin: left bottom;
}

.moreBtn {
  display: block;
  height: 50px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.moreBtn:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%3E%0A%20%20%3Cpath%20d%3D%22M8%204l8%208-8%208%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E") no-repeat center center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.moreBtn {
  background: #33b5b1;
  color: white;
  border: none;
  box-shadow: 0 4px 0 rgb(39.7887931034, 141.2112068966, 138.0905172414);
}
.moreBtn:hover {
  transform: translateY(2px);
  box-shadow: 0 0px 0 rgb(39.7887931034, 141.2112068966, 138.0905172414);
}

.heightArea {
  margin-bottom: 2em;
}

.mb {
  margin-bottom: 1em;
}

.tac {
  text-align: center;
}

.unitMembers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.unitMembers:after {
  content: "";
  width: 30%;
}
.unitMembers > .relatedTalentItem {
  width: 30%;
  margin-bottom: 1em;
  text-align: center;
}
.unitMembers .talentImg {
  position: relative;
  width: 100%;
  border-radius: 1000px;
  border: 1px solid #33b5b1;
  overflow: hidden;
}
.unitMembers .talentImg:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.unitMembers .talentImg img {
  -o-object-position: center -5%;
     object-position: center -5%;
}

.unitName {
  margin-top: 2em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.talentHeightItem {
  display: inline-flex;
  /* インラインフレックスで横並び */
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 15%;
  /* 5人が収まるように幅をさらに調整 */
  flex-shrink: 0;
  /* 縮小されないようにする */
  box-sizing: border-box;
  /* paddingとborderを幅に含める */
  vertical-align: bottom;
  /* 下揃え */
}
.talentHeightItem .talentImg {
  display: flex;
  align-items: flex-end;
  /* 画像を下揃え */
  height: 200px;
  /* JavaScriptのbaseHeightPxに合わせる */
  max-height: 200px;
  /* JavaScriptのbaseHeightPxに合わせる */
  width: auto;
  overflow: hidden;
}
.talentHeightItem .talentImg img {
  width: auto;
  height: var(--talent-height);
  /* JavaScriptで設定される高さ */
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.silArea {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.silArea .img {
  height: 200px;
}
.silArea .img img {
  height: 100%;
  width: auto;
  filter: brightness(0);
}

.talent-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.talent-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.2s;
}

.talent-item:hover {
  transform: translateY(-5px);
}

.talent-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding-bottom: 15px;
}

.talent-item img {
  width: 100%;
  height: 200px; /* 固定の高さ */
  -o-object-fit: cover;
     object-fit: cover; /* 画像がアスペクト比を保ちつつ要素を埋める */
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  -o-object-position: top;
     object-position: top;
}

.talent-item h3 {
  font-size: 1.2em;
  margin: 0;
  padding: 0 10px;
  color: #333;
}

.relatedTool {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.relatedTool > * {
  width: 22%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.15), 0 18px 36px -18px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .relatedTool > * {
    width: 48%;
  }
}
.relatedTool > * .img img {
  vertical-align: bottom;
}
.relatedTool > * .content {
  font-size: 0.9em;
  padding: 1em;
}
.relatedTool > * .content * {
  margin: 0;
}/*# sourceMappingURL=style.css.map */