.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}

body.overflow_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  left: 0;
}

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

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

img {
  max-width: 100%;
}

.-iv-target {
  opacity: 0;
  transition: all 0.8s ease-out;
  transform: translateY(20%);
}

.-iv-target.-inviewed {
  transform: none;
  opacity: 1;
}

/*-----( careers )-----*/
.careers {
  margin: 110px 0 0;
  padding: 142px 0 154px;
  background: url(../images/index/bg-careers.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.careers .main-sections__subtitle {
  padding: 6px 0 16px;
  font-size: 14px;
  text-align: center;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .careers .main-sections__subtitle {
    padding: 20px 0 40px;
    font-size: 16px;
  }
}

.careers__title {
  line-height: 1;
  color: #fff;
  font-size: 48px;
  text-align: center;
}

.careers .main-sections__subtitle {
  color: #fff;
  text-align: center;
}

.careers-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.careers-ul:after {
  content: "";
  display: block;
  width: 33%;
}

.careers-li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 33%;
  height: 170px;
  margin: 0 0 6px;
  padding: 0 30px;
  background: #ffe600;
  color: #333;
  text-decoration: none;
}

.careers__text-en {
  display: block;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

.careers__text-ja {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .careers {
    margin: 76px 0 0;
    padding: 46px 0;
  }
  .careers__title {
    font-size: 23px;
  }
  .careers-li {
    width: 100%;
    height: auto;
    padding: 18px;
  }
  .careers__text-en {
    font-size: 22px;
  }
}
.main {
  overflow: clip;
}

.c-block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-block.is_fixed .c-block__menu {
    position: fixed;
    top: 150px;
    z-index: 2;
    pointer-events: none;
  }
}
.c-block.is_fixed .c-menu__list-item-link {
  color: #747480;
}
.c-block.is_fixed .c-menu__list-item-link.active {
  color: initial;
}
.c-block.is_bottom .c-block__menu {
  position: absolute;
  bottom: 0;
  top: unset;
}
.c-block__menu {
  position: fixed;
  left: 0;
  top: 80vh;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-block__menu {
    position: absolute;
    top: 402px;
  }
}
.c-block__menu .menu__content {
  width: 178px;
  padding: 19px 31px 36px;
  background-color: #d7d7df;
  border-top: 2px solid #4e4e4e;
  left: -150%;
  transition: all 0.5s;
  z-index: 2;
  pointer-events: all;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-block__menu .menu__content {
    position: relative;
    bottom: unset;
    left: 0;
    border-top: 0;
    padding: clamp(1.25rem, 7.2916666667vw + -5.3125rem, 3.4375rem) clamp(0.625rem, 6.6666666667vw + -5.375rem, 2.625rem) clamp(1.25rem, 5.8333333333vw + -4rem, 3rem);
    width: clamp(10.625rem, 23.3333333333vw + -10.375rem, 17.625rem);
    display: none;
  }
}
.c-block__menu .menu__content.active {
  left: 0;
}

.c-menu {
  margin-left: auto;
  width: 117px;
}
@media screen and (min-width: 768px) {
  .c-menu {
    width: 140px;
  }
}
.c-menu__icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 4px;
}
@media screen and (min-width: 768px) {
  .c-menu__icon {
    display: none;
  }
}
.c-menu__icon::before, .c-menu__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2d2d2d;
  left: 50%;
  top: calc(50% - 1px);
}
@media screen and (min-width: 768px) {
  .c-menu__icon::before, .c-menu__icon::after {
    height: 2px;
  }
}
.c-menu__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-menu__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-menu__btn {
  width: 135px;
  background-color: #4e4e4e;
  height: 45px;
  padding: 11px 22px;
  text-align: right;
  position: relative;
  transition: all 0.5s;
  left: 0;
  z-index: 2;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .c-menu__btn {
    display: none;
  }
}
.c-menu__btn.close {
  left: -100%;
}
.c-menu__btn-icon {
  position: relative;
  top: 6px;
  left: 7px;
}
.c-menu__btn-icon .icon {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-menu__btn-icon .icon:nth-child(1) {
  top: 0;
}
.c-menu__btn-icon .icon:nth-child(2) {
  top: 5px;
}
.c-menu__btn-icon .icon:nth-child(3) {
  top: 10px;
}
.c-menu__btn-icon .icon::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.c-menu__btn-icon .icon::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: 0;
}
.c-menu__btn-ttl {
  font-size: 1.1875rem;
  color: #fff;
}
.c-menu__ttl {
  font-size: 0.75rem;
  color: #000;
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .c-menu__ttl {
    font-size: 0.875rem;
    padding-bottom: 5px;
    margin-bottom: clamp(0.625rem, 1.3392857143vw + -0.0178571429rem, 1.1875rem);
  }
}
.c-menu__list-item:last-child .c-menu__list-item-link {
  margin-bottom: 0;
}
.c-menu__list-item-link {
  display: block;
  font-size: 1rem;
  color: #000;
  padding-bottom: 13px;
  margin-bottom: 6px;
  border-bottom: 1px solid;
  padding-right: 10px;
  position: relative;
  transition: all 0.5s;
  font-weight: 600;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-menu__list-item-link {
    padding-bottom: clamp(0.625rem, 1.6666666667vw + -0.875rem, 1.125rem);
    margin-bottom: clamp(0.625rem, 1.6666666667vw + -0.875rem, 1.125rem);
    font-size: clamp(1rem, 0.8333333333vw + 0.25rem, 1.25rem);
    padding-right: 15px;
  }
}
.c-menu__list-item-link::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 11px;
  border: 0;
  background: url("../images/common/icon_arrow.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 8px;
  opacity: 0;
  transition: all 0.5s;
}
.c-menu__list-item-link::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  transition: all 0.3s;
}
.c-menu__list-item-link.active::after {
  opacity: 0;
  right: -10px;
}
.c-menu__list-item-link.active::before {
  opacity: 1;
  right: 1px;
}
.c-menu__list-item-link .txt-jp {
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .p-crosstalk .c-menu__ttl {
    display: none;
  }
}
.p-crosstalk__mv {
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-crosstalk__mv {
    padding-top: 36px;
  }
}
.p-crosstalk__mv-ttl {
  bottom: calc(100% - 16px);
}
@media screen and (min-width: 768px) {
  .p-crosstalk__mv-ttl {
    position: absolute;
    z-index: 2;
    bottom: calc(100% - 40px);
  }
}
.p-crosstalk__mv-ttl .ttl {
  font-size: clamp(1.5rem, 2.9197080292vw + 0.3503649635rem, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  background-color: #ffe600;
  display: inline-block;
  padding: 2px 0px 2px 11px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .p-crosstalk__mv-ttl .ttl {
    padding: 12px 36px;
    font-size: 2.375rem;
  }
}
.p-crosstalk__mv-ttl .ttl.lt-5 {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-crosstalk__mv-ttl .ttl.lt-5 {
    letter-spacing: 0;
  }
}
.p-crosstalk__mv-ttl br.pc + .ttl {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk__mv-ttl br.pc + .ttl {
    margin-top: 20px;
  }
}
.p-crosstalk__mv-txt {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.005em;
  position: relative;
  z-index: 1;
  padding: 32px 0 36px;
  background-color: #fff;
  line-height: 1.8571428571;
  color: #221815;
}
@media screen and (min-width: 768px) {
  .p-crosstalk__mv-txt {
    font-size: 1.125rem;
    padding: 89px 0 70px;
  }
}
.p-crosstalk__mv-txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: calc(100% + 150px);
  background-color: #fff;
  z-index: -1;
}
.p-crosstalk__mv-content {
  position: relative;
  margin-top: -60px;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-crosstalk__mv-content {
    position: absolute;
    bottom: clamp(-17.5rem, 22.619047619vw + -28.3571428571rem, -8rem);
  }
}
.p-crosstalk01 {
  background-color: #ececf0;
  padding: 34px 0;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01 {
    padding: clamp(12.375rem, -17.8571428571vw + 28.4464285714rem, 19.875rem) 0 86px;
  }
}
.p-crosstalk01__ttl {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  color: #000000;
  padding-bottom: 26px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__ttl {
    font-size: 1.75rem;
    padding-bottom: 32px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item {
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item {
    gap: 40px;
  }
}
.p-crosstalk01__item + .p-crosstalk01__item {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item + .p-crosstalk01__item {
    margin-top: 40px;
  }
}
.p-crosstalk01__item-img {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-img {
    display: block;
    width: 121px;
  }
}
.p-crosstalk01__item-img img {
  flex-shrink: 0;
  width: 70px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-img img {
    width: 100%;
  }
}
.p-crosstalk01__item-content {
  padding-top: 11px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-content {
    padding-top: 12px;
    width: calc(100% - 161px);
  }
}
.p-crosstalk01__item-ttl {
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-ttl {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-ttl.sp {
    display: none;
  }
}
.p-crosstalk01__item-ttl-en {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.005em;
  position: relative;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-ttl-en {
    padding-right: 31px;
    margin-right: 16px;
    font-size: 1.5rem;
  }
}
.p-crosstalk01__item-ttl-en::after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-ttl-en::after {
    content: "";
    height: 22px;
  }
}
.p-crosstalk01__item-ttl-jp {
  letter-spacing: 0.05em;
  padding-top: 11px;
  font-size: 0.75rem;
  display: block;
  font-weight: 600;
  line-height: 1.75;
  color: #2b2b2b;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-ttl-jp {
    padding-top: 7px;
    font-size: 0.875rem;
    display: inline;
  }
}
.p-crosstalk01__item-txt {
  font-size: 0.75rem;
  color: #2b2b2b;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-crosstalk01__item-txt {
    line-height: 2;
    font-size: 0.875rem;
    padding-top: 20px;
  }
}
.p-crosstalk02 {
  position: relative;
}
.p-crosstalk02__subtxt {
  position: absolute;
  color: #f6f6fa;
  font-size: 6.25rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  right: -18px;
  top: 11px;
  z-index: -1;
  writing-mode: sideways-rl;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__subtxt {
    display: block;
    font-size: clamp(5rem, 10.4166666667vw + 0rem, 9.375rem);
  }
}
.p-crosstalk02__block {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__block {
    padding-top: 104px;
  }
}
.p-crosstalk02__block + .p-crosstalk02__block {
  padding-top: 49px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__block + .p-crosstalk02__block {
    padding-top: clamp(5rem, 10.5654761905vw + -0.0714285714rem, 9.4375rem);
  }
}
.p-crosstalk02__block-ttl {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__block-ttl {
    margin-bottom: 42px;
  }
}
.p-crosstalk02__block-ttl .ttl {
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background-color: #ffe600;
  display: inline-block;
  padding: 2px 10px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__block-ttl .ttl {
    padding: 7px 24px;
    font-size: 2rem;
  }
}
.p-crosstalk02__block-ttl .ttl + .ttl {
  margin-top: 7px;
}
.p-crosstalk02__block-sub {
  letter-spacing: 0.02em;
  font-weight: 600;
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__block-sub {
    font-size: 1.5rem;
  }
}
.p-crosstalk02__block-sub::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -5px;
  left: 10px;
  margin-right: 12px;
  width: 40px;
  height: 1px;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__block-sub::before {
    top: -7px;
    left: 0;
    width: 60px;
  }
}
.p-crosstalk02__block-content {
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__block-content {
    padding-top: 44px;
  }
}
.p-crosstalk02__item {
  display: flex;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item {
    gap: 60px;
  }
}
.p-crosstalk02__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-crosstalk02__item:nth-child(even) .p-crosstalk02__item-desc::after {
  left: 100%;
  border-right: 14px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item:nth-child(even) .p-crosstalk02__item-desc::after {
    border-right: 20px solid transparent;
  }
}
.p-crosstalk02__item:nth-child(odd) .p-crosstalk02__item-desc::after {
  right: 100%;
  border-left: 14px solid transparent;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item:nth-child(odd) .p-crosstalk02__item-desc::after {
    border-left: 20px solid transparent;
  }
}
.p-crosstalk02__item + .p-crosstalk02__item {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item + .p-crosstalk02__item {
    margin-top: 40px;
  }
}
.p-crosstalk02__item-img {
  width: 44px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item-img {
    width: 60px;
  }
}
.p-crosstalk02__item-img img {
  border: 1px solid #fee600;
  border-radius: 100%;
  width: 100%;
}
.p-crosstalk02__item-img-ttl {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.002em;
  padding-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item-img-ttl {
    padding-top: 15px;
    font-size: 1.125rem;
  }
}
.p-crosstalk02__item-desc {
  width: calc(100% - 60px);
  background-color: #edecf1;
  position: relative;
  padding: 19px 20px 21px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item-desc {
    padding: 30px 40px;
    width: calc(100% - 120px);
  }
}
.p-crosstalk02__item-desc::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 14px solid #edecf1;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item-desc::after {
    top: 32px;
    border-top: 20px solid #edecf1;
  }
}
.p-crosstalk02__item-txt {
  color: #2b2b2b;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item-txt {
    line-height: 2.25;
    font-size: 1rem;
  }
}
.p-crosstalk02__item-txt.txt-14 {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-crosstalk02__item-txt.txt-14 {
    line-height: 2;
    font-size: 0.875rem;
  }
}
.p-crosstalk03__item {
  width: 100%;
  display: flex;
  margin: 60px auto 69px;
  align-items: center;
  color: #333333;
  background-color: #757575;
  position: relative;
  max-width: 530px;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p-crosstalk03__item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .p-crosstalk03__item {
    max-width: 750px;
    align-items: flex-start;
    margin: clamp(3.75rem, 8.9285714286vw + -0.5357142857rem, 7.5rem) auto clamp(3.75rem, 9.9702380952vw + -1.0357142857rem, 7.9375rem);
    left: 3px;
  }
}
.p-crosstalk03__desc {
  width: 44.1%;
  padding: 27px 20px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk03__desc {
    width: 49.7333333333%;
    padding: 46px 37px clamp(1.875rem, 10vw + -7.125rem, 2.875rem);
  }
}
.p-crosstalk03__ttl-en01 {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  padding-bottom: 14px;
  white-space: nowrap;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-crosstalk03__ttl-en01 {
    padding-bottom: 34px;
    font-size: 1.5rem;
  }
}
.p-crosstalk03__ttl-en02 {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-color: #ffe600;
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 0px 6px 1px;
}
@media screen and (min-width: 768px) {
  .p-crosstalk03__ttl-en02 {
    padding: 2px 9px 6px;
    font-size: 3rem;
  }
}
.p-crosstalk03__img {
  width: 55.8%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-crosstalk03__img {
    width: 50.2666666667%;
  }
}
.p-crosstalk03__img img {
  object-fit: cover;
}

/*# sourceMappingURL=crosstalk.css.map */
