.title {
  font-size: 60px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
  font-style: normal;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 50px;
}

#about-ug .title {
  line-height: 60px;
}

#about-ug .title p {
  line-height: 21px;
}

#contents .title {
  font-size: 55px;
}

.title p {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium';
  margin-top: 30px;
  margin-bottom: 60px;
}

/*BRAND*/
#brand span hr {
  width: 78vw;
  max-width: 515px;
}

.brands {
  display: block;
  line-height: 20px;
  font-size: 14px;
}

.brand-li li:last-child {
  margin: auto 0;
}

.brand-li {
  font-size: 17px;
  width: 100%;
  margin: 0 auto;
  max-width: 760px;
}

.brand-li__img {
  width: 30%;
  margin: 30px 50px 30px 0;
}

.brand-li__text {
  width: 70%;
}

.brand-li:last-child hr {
  width: 100%;
  margin: 0 auto;
}

.brands hr {
  margin: 0 auto;
}

.brand-li p {
  margin: 0 0 8px 20px;
  line-height: 25px;
}

.brand-li span {
  font-weight: bold;
  color: #a39879;
  margin-left: 20px;
  font-size: 13px;
}

.brand-li ul {
  display: flex;
}

.brand-li .brank {
  color: #fff;
}

.maintenance {
  width: 85%;
  max-width: 800px;
  text-align: center;
  background-color: #f2f2f2;
  padding: 20px;
  margin: 80px auto;
  display: block;
}

.maintenance p {
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 15px;
}

/* ABOUT UG */
.about-ug-title {
  font-weight: bold;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 3px;
}

.about-ug {
  margin: 0 auto;
  text-align: center;
}

.about-ug-li:nth-child(1) span {
  background: linear-gradient(transparent 70%, #6adccd 30%);
}

.about-ug-li:nth-child(2) span {
  background: linear-gradient(transparent 70%, #93bde3 30%);
}

.about-ug-li:nth-child(3) span {
  background: linear-gradient(transparent 70%, #86a994 30%);
}

.about-ug-li:nth-child(4) span {
  background: linear-gradient(transparent 70%, #a09db8 30%);
}

.about-ug-li:nth-child(5) span {
  background: linear-gradient(transparent 70%, #ded77e 30%);
}

.about-ug-li:nth-child(6) span {
  background: linear-gradient(transparent 70%, #9d9d9d 30%);
}

.about-ug-li {
  text-align: center;
  font-size: 15px;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium';
  width: 100%;
  margin: 30% auto;
}

.about-ug-li img {
  text-align: center;
  margin-top: 10px;
}

.readmore {
  border: 1px solid #000;
  line-height: 23px;
  width: 99.7%;
}

.readmore p {
  text-align: right;
  padding: 3% 20px 1% 0;
  font-weight: bold;
  font-family: 'Roboto Condensed';
}

/* CONTENTS */
.slider img {
  width: 100%;
  height: auto;
}

.slider .slick-slide {
  margin: 0 10px;
}

.contents_img {
  float: right;
  margin: 30px 0;
  width: 50%;
}

.contents_img p {
  margin: 0;
  font-family: 'Roboto Condensed';
  font-size: 15px;
}

/* JOBS */
#jobs img {
  margin: 80px 0 50px;
}

/*WORK AT UG */
.button a {
  font-family: 'Roboto Condensed';
  background: #eee;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 280px;
  padding: 24px 25px;
  text-align: center;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -moz-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
}

.button a::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.button a:hover {
  background: #fff;
  color: #000;
}

.button a:hover::after {
  right: 1.4rem;
}

/* HOME */
.home-btn {
  padding: 100px 0 53px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

#interview .home-btn {
  padding: 100px 0 53px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #f2f2f2;
}

.title:nth-child(2) {
  line-height: 60px;
}

.title:last-child {
  font-size: 55px;
}

/* heading */
.btn {
  display: none;
}

.top_img {
  padding-top: 50px;
  text-align: center;
}

/* CONTENTS */
.slider img {
  width: 100%;
  height: auto;
}

.slider .slick-slide {
  margin: 0 10px;
}

.contents_img {
  float: right;
  margin: 30px 0;
  width: 50%;
}

.contents_img p {
  margin: 0;
  font-family: 'Roboto Condensed';
  font-size: 15px;
}

/* JOBS */
#jobs {
  margin-top: 130px;
}

.button a:hover {
  background: #fff;
  color: #000;
}

.button a:hover::after {
  right: 1.4rem;
}

/* BRANDING */
.p-branding .wrapper{
  padding: 20px 0;
}

#philosophy,
#mission,
#vision,
#value {
  margin-bottom: 80px;
}

.title-ribbon {
  width: 93%;
  height: 78px;
  background-color: #5cb0be;
  position: absolute;
  left: 0;
  z-index: -1;
  margin-bottom: 20px;
}

.branding-title {
  font-size: 60px;
  font-family: 'Roboto Condensed';
  text-align: center;
  margin: 80px 0;
}

.branding-sub-title {
  font-size: 37px;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto Condensed';
  padding: 10px 0;
}

.branding-sub-title span {
  font-size: 15px;
  padding-left: 13px;
}

.branding-copy {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium';
  font-weight: bold;
  font-size: 30px;
  line-height: 1.7em;
  padding-top: 50px;
}

.first-title {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 2px;
  margin-top: 80px;
  text-align: center;
}

.first-title p {
  font-size: 16px;
  margin: 30px 0;
}

.concept span {
  font-weight: bold;
  font-family: 'Roboto Condensed';
  color: #5cb0be;
  letter-spacing: 1px;
}

.concept p {
  margin-top: 20px;
  line-height: 35px;
}

.b-marker {
  padding: 0 2px;
  background: linear-gradient(transparent 60%, #8ec7d1 40%);
}

/* VALUE */
.value-title-large {
  font-weight: bold;
  font-family: 'Roboto Condensed';
  color: #5cb0be;
  letter-spacing: 1px;
  font-size: 21px;
}

.value-title-small {
  font-weight: bold;
  color: #5cb0be;
  font-size: 15px;
}

.value-child {
  margin-bottom: 40px;
}

.value-child {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.value-child-inner {
  color: #5cb0be;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 50px 0 20px;
}

.value-child-title-large {
  font-weight: bold;
  font-family: 'Roboto Condensed';
  letter-spacing: 1px;
  font-size: 21px;
}

.value-child-title-small {
  font-size: 15px;
  font-weight: 400;
}

.value-child-title-line {
   width: 17px;
   height: 0.8px;
   background-color: #5cb0be;
}

/* corporate */
.corporation-back {
  padding-top: 50px;
}

/*corporate button */
.c-button a {
  font-family: 'Roboto Condensed';
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 40px;
  max-width: 300px;
  padding: 30px 30px;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -moz-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
}

.c-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.c-button a:hover {
  background: #eee;
  color: #000;
}

.c-button a:hover::after {
  right: 1.4rem;
}

/*departure button */
.d-button img {
  width: 58%;
}

.d-button a {
  font-family: 'Roboto Condensed';
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  max-width: 300px;
  padding: 30px 30px;
  text-align: center;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -moz-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
}

.d-button a::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.d-button a:hover {
  background: #eee;
  color: #000;
}

.d-button a:hover::after {
  right: 1.4rem;
}

/*departure button */
.d-button-international img {
  width: 78%;
  margin: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 25px 30px;
  text-align: left;
}

table tr:nth-child(odd) {
  background-color: #0a5497;
  color: #fff;
}

.company-profile-title {
  font-weight: bold;
  font-size: 29px;
  text-align: center;
  font-family: 'Roboto Condensed';
  margin-bottom: 50px;
}

#link-area p {
  font-weight: bold;
  margin-bottom: 10px;
}

#link-area ul li:first-child {
  margin-bottom: 30px;
}

/*HISTORY*/
.time-line {
  background: #000;
  width: 23px;
  height: 2100px;
  position: absolute;
  margin-left: 0;
  margin-top: 10px;
  padding: 0;
}

#history .circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d5c39c;
  margin-top: 14px;
  margin-left: 4px;
}

#history img {
  width: 50px;
  margin-left: -9px;
}

#history ul li:nth-child(2) {
  margin-top: 10px;
  font-size: 19px;
  margin-right: 14px;
  margin-left: 15px;
}

#history ul {
  display: flex;
  font-weight: bold;
  position: relative;
}

#history dt {
  font-family: 'Roboto Condensed';
  color: #2f6646;
}

#history dl {
  margin-bottom: 50px;
}

#history .start,
.goal {
  font-size: 17px;
  line-height: 27px;
}

#history .start li:nth-child(2) {
  margin-left: 9px;
}

#history .goal li:nth-child(2) {
  margin-left: 9px;
}

/* work at ug */
#work-at-ug {
  display: none;
}

#work-at-ug-title {
  line-height: 65px;
  font-size: 40px;
  font-weight: bold;
  margin: 50px 0;
}

#work_at_ug p {
  margin-bottom: 50px;
}

#work-at-ug-title span {
  font-family: 'Roboto Condensed';
  font-size: 45px;
}

#work-at-ug-title-unit p {
  font-weight: bold;
  margin-bottom: 80px;
}

.card-container {
  display: flex;
}

.card {
  width: 300px;
  height: 430px;
  background-color: #f5f5f5;
  -moz-box-shadow: 6px 0 14px -7px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 6px 0 14px -7px rgba(0, 0, 0, 0.45);
  -ms-box-shadow: 6px 0 14px -7px rgba(0, 0, 0, 0.45);
  box-shadow: 6px 0 14px -7px rgba(0, 0, 0, 0.45);
  margin-bottom: 20px;
}

.card img {
  position: absolute;
  width: 300px;
}

.belong-tag {
  font-weight: bold;
  background-color: #000;
  color: #fff;
  width: 85px;
  text-align: center;
  padding: 4px;
  position: relative;
  left: 215px;
}

.card-comment {
  position: relative;
  top: 205px;
  color: #fff;
  padding: 0 20px;
  font-weight: bold;
}

.card ul {
  font-weight: bold;
  position: relative;
  top: 240px;
  left: 20px;
  font-family: 'Roboto Condensed';
}

.card li {
  margin-bottom: 10px;
}

.card li:first-child {
  font-size: 14px;
  color: gray;
}

.read-more p {
  line-height: 0;
  font-family: 'Roboto Condensed';
}

.read-more {
  margin: 35px 0 80px 190px;
}

.card4 ul {
  position: relative;
  top: 220px;
  left: 20px;
}

.card4 .card-comment {
  position: relative;
  top: 185px;
  left: 4px;
}

.card4 .belong-tag {
  font-size: 14px;
  line-height: 18px;
}

/* CSR */
.project {
  margin-bottom: 80px;
}

#CSR img {
  width: 100%;
}

.project li {
  margin-bottom: 30px;
}

.project li:first-child {
  background-color: #000;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin: 0 auto 35px;
  font-weight: bold;
  font-size: 19px;
}

.project li:nth-child(2) {
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
}

.project li:nth-child(3) {
  font-size: 16px;
}

.project li {
  margin-bottom: 35px;
}

.project hr {
  margin: 0 auto 35px;
}

/* INTERVIEW */
#interview {
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
}

.interview-shape {
  position: absolute;
  z-index: 0;
  width: 100%;
}

.profile-pic {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.interview-top {
  margin: 0 auto;
  display: block;
}

.interview-top span {
  position: relative;
  top: -170px;
  background-color: #000;
  color: #fff;
  padding: 7px 11.5px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-align: left;
}

.interview-top .first-title {
  position: relative;
  color: #fff;
  margin-bottom: 0;
}

.position-name {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: relative;
  top: -30px;
  left: 30px;
  letter-spacing: 1.7px;
  font-family: 'Roboto Condensed';
}

.interview-top hr {
  color: #fff;
  position: relative;
  top: -20px;
  left: 30px;
  width: 165px;
}

.interview-title {
  width: 80%;
  margin: 80px auto -55px;
  text-align: center;
}

.interview-title li:first-child {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Roboto Condensed';
}

.interview-title li:last-child {
  margin: 10px;
  font-size: 17px;
  font-weight: bold;
}

.career,
.message-text,
.book-text {
  background-color: #fff;
  padding: 65px 10% 10% 10%;
  max-width: 800px;
  margin: 0 auto;
}

.career li,
.message-text p {
  margin-bottom: 16px;
  line-height: 30px;
}

.message-text img {
  width: 120px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.book-text img {
  width: 200px;
  margin: 20px auto;
  display: block;
  text-align: center;
}

.book-text p {
  text-align: center;
}

.container {
  font-family: '' Yu Gothic Medium ', ' 游ゴシック Medium '', YuGothic, Verdana,
    'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro',
    'Meiryo, sans-serif';
  text-align: center;
  padding-bottom: 10px;
  margin-top: 10px;
}

.container-block {
  max-width: 800px;
  text-align: center;
  margin: 40px auto 80px;
}

.btn-open {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #000;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-open::after {
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: 0.2s;
  z-index: -1;
}

.btn-open:hover {
  color: #000;
}

.btn-open:hover::after {
  height: 240%;
  opacity: 1;
}

.btn-open:active::after {
  height: 340%;
  opacity: 1;
}

/* employee */
.employee-intro {
  text-align: center;
}

.employee-block {
  margin: 50px 0;
}

.employee-child {
  margin-bottom: 80px;
  text-align: center;
}

.employee-child p {
  max-width: 800px;
  text-align: left;
  margin: 0 auto;
  line-height: 30px;
  padding: 0 10px;
}

.employee-child img {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 30px;
  width: 100%;
}

/* department */
.departure-unit {
  margin-bottom: 0;
  margin-top: 50px;
}

#customer-success-group .departure-unit {
  margin-bottom: 0;
  margin-top: 50px;
  padding-bottom: 20px;
}

#creative-group .departure-unit {
  padding-bottom: 10px;
}

.unit-name {
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto Condensed';
  letter-spacing: 1px;
  border: 3.5px solid #000;
  padding: 35px;
  text-align: center;
  margin: 40px 0;
}

.unit-child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: center;
  grid-gap: 10px 10px;
  padding-bottom: 40px;
}

.departure-button {
  margin: 30px;
}

#marketing-group .departure-button {
  padding-bottom: 10px;
}

.unit-text {
  margin-bottom: 40px;
}

.unit-child li {
  background-color: #000;
  padding: 15%;
  text-align: center;
  color: #fff;
}

#field-sales-group .departure-unit {
  margin-top: 0;
}

#field-sales-group .unit-child {
  padding-bottom: 40px;
}

#field-sales-group .unit-child li:last-child {
  font-size: 14px;
  padding: 7% 0;
  line-height: 19px;
}

/* UNIVERSE CLUB */
.fascinated-point-unit {
  max-width: 790px;
  margin: 0 auto;
}

.fascinated-title {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  margin-top: 80px;
  text-align: center;
  line-height: 1.2em;
}

.fascinated-title span {
  font-family: 'Roboto Condensed';
  font-size: 40px;
}

.fascinated-title hr {
  margin: 40px auto 60px;
  width: 70%;
  max-width: 900px;
}

.fascinated-point {
  margin-bottom: 80px;
}

.fascinated-point img {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.point-text {
  background-color: #000;
  color: #fff;
  padding: 15px 15px 15px 10%;
  font-size: 18px;
  font-weight: bold;
  width: 85%;
  letter-spacing: 1px;
  max-width: 800px;
}

.point-text-text {
  font-size: 1rem;
  display: block;
  padding: 15px 9%;
  line-height: 30px;
}

.point-text-pcver {
  color: #000;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-top: 15px;
  line-height: 37px;
}

.point-text-text-pcver {
  font-size: 1rem;
  display: block;
  padding: 15px;
}

.point-text-pc {
  background-color: #000;
  color: #fff;
  padding: 15px 15px 15px 10%;
  font-size: 18px;
  font-weight: bold;
  width: 88%;
  letter-spacing: 1px;
  max-width: 800px;
}

.point-text-text-pcver {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  padding: 20px;
  display: block;
  line-height: 30px;
}

.fascinated-point-unit-pcver {
  margin: 0 auto;
  width: 80%;
}

.fascinated-point-pcver {
  display: flex;
  max-width: 1200px;
  margin: 80px auto;
  padding: 30px 0;
}

.pc-fascinated:first-child {
  width: 564px;
}

.pc-fascinated:last-child {
  width: 533px;
  margin-left: 30px;
  padding-top: 21px;
}

.fascinated-point-reflect {
  display: flex;
  max-width: 1200px;
  margin: 80px auto;
  padding: 30px 0;
}

.pc-fascinated-reflect:first-child {
  width: 533px;
  margin-right: 30px;
  padding-top: 21px;
}

.pc-fascinated-reflect:last-child {
  width: 564px;
}

/* UNIVERSE*/
.cta {
  border: none;
  background: none;
  margin: 25px 0;
  font-weight: bold;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: #000;
  padding-bottom: 20px;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* go to brand*/
.fancy {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 80px auto;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
  display: block;
  width: 80%;
  max-width: 790px;
}

.fancy::before {
  content: ' ';
  width: 1.5625rem;
  height: 2px;
  background: #000;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
  color: #fff;
  background: #000;
}

.fancy:hover::before {
  width: 0.9375rem;
  background: #fff;
}

.fancy:hover .text {
  color: #fff;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

#movie-page .point-text p {
  width: 85%;
  margin: 0 auto;
  max-width: 1100px;
}

#book-page .point-text {
  background-color: #000;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.4px;
  max-width: 1100px;
}

#book-page .point-text p {
  width: 85%;
  margin: 0 auto;
  padding-left: 2%;
  max-width: 1100px;
}

#book-page .btn-open {
  margin-top: 30px;
}

#event .wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1000px;
}

.card-3 {
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  border: 0.5px solid black;
  border-radius: 3px;
  transition: 0.3s;
  margin: 30px auto;
}

#event .content-img {
  padding: 0;
  text-align: center;
  background: white;
  min-height: 100px;
}

#event .content-img img {
  width: 100%;
}

#event .title,
.event-read-more {
  position: relative;
  margin: 0;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
  padding: 10px 10px 0 10px;
}

.event-read-more {
  text-align: right;
  font-size: 14px;
  padding: 7px 10px;
}

#event .fa {
  margin-left: 5px;
}

.button-event {
  appearance: auto;
  background-color: #000;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 20px;
  margin: 35px auto;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
  width: 300px;
}

.button-event:focus {
  text-decoration: none;
}

.button-event:hover {
  text-decoration: none;
}

.button-event:active {
  box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
  outline: 0;
}

.button-event:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-event {
    padding: 12px 50px;
  }
}

.event-sub-title {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #000;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 50px;
}

@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}

.carousel {
  position: relative;
  padding-top: 75%;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  background-color: #f99;
  counter-increment: item;
}

.carousel__slide:nth-child(even) {
  background-color: #99f;
}

.carousel__slide:before {
  content: counter(item);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
  color: #fff;
  font-size: 2em;
}

.carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel__snapper {
    animation-name: none;
  }
}

.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}

.carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
  position: absolute;
  top: 0;
  margin-top: 37.5%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}

.carousel::before,
.carousel__prev {
  left: -1rem;
}

.carousel::after,
.carousel__next {
  right: -1rem;
}

.carousel::before,
.carousel::after {
  content: '';
  z-index: 1;
  background-color: #333;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}

.carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

.gold {
  color: #b98c2f;
  border-bottom: 1px solid;
}

/* VOICE */
.voice-back {
  padding: 50px 0;
}

.voice-child {
  margin-bottom: 80px;
}

#marketing-group .voice-child {
  margin-bottom: 10px;
}

#creative-group .voice-child {
  margin-bottom: 10px;
}

#corporate-group .voice-child {
  margin-bottom: 10px;
}

.voice-child p {
  text-align: center;
  font-size: 17px;
  font-family: 'Roboto Condensed';
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 40px;
  max-width: 300px;
  padding: 30px 30px;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  -moz-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
  box-shadow: 10px 10px 11px -5px rgba(0, 0, 0, 0.14);
}

.voice-child img {
  width: 150px;
  margin: 0 auto 30px;
  display: block;
}

.c-button ul li:first-child {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium';
}

.man span {
  color: #0b028a;
  font-size: 14px;
}

.woman span {
  color: #ea008c;
  font-size: 14px;
}

/* BOOK */
.book-content p {
  line-height: 1.6rem;
}

.book-photo {
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  max-width: 400px;
}

/* MOVIE */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  margin: 30px 0;
}

/* EVENT */
#event-page img {
  text-align: center;
  margin: 50px auto 0;
  display: block;
  max-width: 800px;
}

/* CONTACT */
#contact-page {
  padding-top: 50px;
}

@media only screen and (max-width: 900px) {
  body {
    font-size: 15px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .wrapper {
    margin: 0 auto;
    width: 85%;
  }

  .pc_hid {
    display: block;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .brand-li {
    font-size: 15px;
    margin-left: 0;
  }

  .brand-li p {
    line-height: 22px;
  }

  .brand-li__img {
    width: 170px;
    margin: 40px 20px 40px 0;
  }

  .brand-li__img img {
    margin: 0;
  }

  .movie-point-text {
    display: none;
  }

  .unit-child li:last-child {
    background-color: #000;
    text-align: center;
    color: #fff;
    margin: 1%;
    font-size: 14px;
    align-items: center;
  }

  .unit-child li:nth-child(7) {
    background-color: #000;
    text-align: center;
    color: #fff;
    margin: 1%;
    font-size: 14px;
  }

  #event .wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
  }
}

@media only screen and (min-width: 430px) {
  .wrapper {
    margin: 0 auto;
    width: 85%;
  }

  .brands {
    line-height: 20px;
    font-size: 14px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pc_hid {
    display: none;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .time-line {
    background: #000;
    width: 23px;
    height: 1660px;
    position: absolute;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
  }

  .history-block {
    margin: 0 auto;
    width: 440px;
  }

  #field-sales-group .unit-child li:last-child {
    padding: 16% 0;
  }

  #field-sales-group .unit-child {
    padding-bottom: 0;
  }

  .departure-unit {
    margin-top: 140px;
  }

  #CSR img {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .project-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px;
  }

  .project {
    width: 40%;
  }
}

/* PC */
@media only screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  .pc_hid {
    display: none;
  }

  .pc_hidden {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .about-ug {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: auto;
  }

  .about-ug-li {
    text-align: center;
    font-size: 15px;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium';
    width: 270px;
    margin: 25px 15px;
  }

  .work-at-ug-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .button {
    width: 280px;
  }

  #corporate-group .departure-button {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #marketing-group .departure-button {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #creative-group .departure-button {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  #customer-success-group .departure-button {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    align-items: center;
    grid-gap: 10px 10px;
    margin: 30px 0 -20px 0;
  }

  #corporate-group .voice-child {
    width: 30%;
    max-width: 300px;
  }

  #marketing-group .voice-child {
    width: 30%;
    max-width: 300px;
    margin-bottom: 0;
  }

  #creative-group .voice-child {
    width: 30%;
    max-width: 300px;
    margin-bottom: 0;
  }

  #marketing-group .voice-child p {
    margin-bottom: 0;
  }

  #creative-group .voice-child p {
    margin-bottom: 0;
  }

  #corporate-group .voice-child {
    margin-bottom: 0;
  }

  #field-sales-group .unit-child {
    padding-bottom: 90px;
  }

  .interview-shape {
    display: none;
  }

  .interview-top .first-title {
    position: relative;
    color: #000;
    margin-bottom: 0;
  }

  .about-ug {
    display: flex;
  }

  .point-text-pc {
    display: none;
  }

  .position-name {
    display: none;
  }

  .interview-top hr {
    display: none;
  }

  .interview-top hr {
    color: #000;
    position: relative;
    top: -20px;
    left: 30px;
    width: 165px;
  }

  table th,
  table td {
    padding: 25px 30px;
    text-align: center;
  }

  #link-area ul {
    display: flex;
    gap: 24px;
  }

  #link-area p {
    display: none;
  }

  .pc_hid {
    display: none;
  }

  .time-line {
    background: #000;
    width: 23px;
    height: 1660px;
    position: absolute;
    margin-left: 0;
    margin-top: 10px;
    padding: 0;
  }

  .movie-point-text {
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.4px;
    max-width: 1100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .about-ug-li {
    width: 90%;
  }
}

@media only screen and (min-width: 1200px) {
  .sp_hidden {
    display: block;
  }

  .pc_hidden {
    display: none;
  }

  .cta {
    border: none;
    background: none;
  }
}

@media screen and (min-width: 900px) and (max-width: 954px) {
  #marketing-group p:last-child {
    padding: 30px 0;
  }
}

.under-line {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}

.policy-block .text-xs {
  text-align: center;
  margin: 50px 0 20px;
}

.policy-block .text-block {
  margin: 50px 0 110px;
}

.table {
  width: 100%;
  border: solid 1px #1c1d1e;
  border-collapse: collapse;
  font-size: 16px;
}

.table-head {
  background: #f2f2f2;
  color: #000;
  font-weight: bold;
  font-size: 15px;
}

.table-head-row-cell {
  border: solid 1px #1c1d1e;
  padding: 0.75em 0.5em;
  color: #000;
  background: #f2f2f2;
}

.table-body {
  background: #fff;
  color: #000;
  font-size: 15px;
}

.table-body-row-cell {
  border: solid 1px #000;
  padding: 1.2em 0.5em;
  background: #fff;
  color: #000;
  text-align: left;
}

.table-body-row-cell:first-child {
  width: 25%;
}

.sctl .table-body-row-cell:first-child {
  width: 25%;
  background: #f2f2f2;
  font-weight: bold;
  color: #000;
}

.regal-ul li {
  list-style: none;
  padding: 15px 0;
}

.regal-title {
  font-size: 17px;
  border-left: 10px #1c1d1e solid;
  padding-left: 10px;
  padding-bottom: 10px;
  line-height: 1.5em;
  padding-top: 5px;
}

.regal-wrapper {
  line-height: 30px;
}

/*--------追加　20230601--------
 introduction
------------------------------*/
h2.title01 {
  background: #000;
  color: #fff;
  width: 88%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1.4px;
  padding: 15px;
  margin: 0 0 30px;
}

.wrap section {
  padding: 50px 0 120px;
}

.wrap p {
  line-height: 1.6;
  word-break: break-word;
}

.list-box {
  margin: 0 auto;
  max-width: 400px;
}

.list-box li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 20px;
  align-items: center;
}

.list-box li .button {
  width: 210px;
}

.list-box li .button a {
  font-size: 14px;
  padding: 12px 0;
}

.special .box {
  padding-top: 100px;
  margin-top: -100px;
}

.special .box .title {
  font-size: 16px;
  text-align: left;
  margin: 0 0 20px;
}

.special ul.three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
  margin: 0 0 20px;
}

.special li img {
  display: block;
  width: 60px;
  margin: 0 auto 10px;
}

.special li:first-child img {
  width: 44px;
}

.special span[class*='item'] {
  display: block;
  width: 90px;
  color: #fff;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  border-radius: 13px;
  font-size: 11px;
}

.special span.item01 {
  background: #000;
}

.special span.item02 {
  background: #5cb0be;
}

.special span.item03 {
  background: #acacac;
}

.special span.item04 {
  background: #d2305c;
}

.special table {
  border: 1px solid #707070;
  border-collapse: separate;
  font-size: 11px;
  margin: 0 auto 90px;
}

.special .box:last-child table:last-child {
  margin: 0 auto;
}

.special table tr:nth-child(odd) {
  background: none;
  color: #333;
}

.special table th {
  background: #e8e8e8;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

.special table td {
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  padding: 10px;
}

/*--------追加　20230613--------
 privacy-policy
 antisocial
 media-policy
------------------------------*/
.ul-list,
.ol-list {
  padding: 0 0 30px 20px;
}

.p-regal-notice-list {
  list-style: disc !important;
  margin-left: 20px;

}

.ol-list li {
  list-style: decimal;
  margin: 0 0 8px;
}

ol.alphabet {
  padding: 0 0 0 20px;
}

ol.alphabet li {
  list-style: lower-alpha;
}

.list-mb-60 > li {
  margin: 0 0 60px;
}

.list-mb-60 > li:last-child {
  margin: 0;
}

h3.title01 {
  border-left: 10px #1c1d1e solid;
  border-bottom: 1px #1c1d1e solid;
  padding: 5px 0 10px 10px;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 30px;
}

.box-gray {
  background: #dee0e7;
  padding: 5px 10px;
  margin: 0 0 20px;
  font-weight: bold;
}

.box-contact {
  border-top: 1px solid #000;
  padding: 60px 0 0;
}

.box-contact p {
  text-align: center;
  margin-bottom: 60px;
}

.btn01 {
  max-width: 300px;
  margin: 0 auto;
}

.btn01 a {
  display: block;
  padding: 20px;
  text-align: center;
  border: 1px solid #000;
  transition: 0.3s;
  text-decoration: none !important;
}

.btn01 a:hover {
  background: #000;
  color: #fff;
}

.p-regal-notice {
  margin-top: 50px;
}
.p-regal-notice a {
  text-decoration: underline;
}


@media screen and (min-width: 767px) {
  h2.title01 {
    max-width: 1100px;
    margin: 0 auto 30px;
  }

  .list-box li {
    display: grid;
    grid-template-columns: 100px 1fr;
  }

  .list-box li .button a {
    font-size: 14px;
    padding: 24px 0;
  }

  .special {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}

/*SLAページ用CSS*/
.p-sla {
  margin-top: 70px;
}

.p-sla__list {
  margin-bottom: 60px;
  line-height: 1.6;
  word-break: break-word;
}

.p-sla__title {
  border-left: 10px #1c1d1e solid;
  border-bottom: 1px #1c1d1e solid;
  padding: 5px 0 10px 10px;
  font-size: 17px;
  line-height: 1.5em;
  margin: 0 0 30px;
}

.p-sla__no-emphasis {
  color: #4E4E4E;
}

.p-sla__emphasis {
  font-weight: 700;
  line-height: 2;
}


/*MEMBERSHIP TERMSページ用CSS*/
 .p-membership-term-inner {
    display: flex;
    flex-direction: column;
    gap: 100px;
  }

  .p-membership-terms {
    padding-top: 100px;
    margin-top: -100px;
  }

  .p-membership-terms-introduction {
    padding: 50px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    border-bottom: 1px solid #F2F2F2;
  }

  .p-membership-terms-introduction-title {
    font-family: "Yu Gothic";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .p-membership-terms-introduction-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

    .p-membership-terms-introduction-sub-text {
    font-size: 13px;
  }

  .p-membership-terms-section-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .p-membership-terms-section {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
  }

  .p-membership-terms-section-list-child {
    display: flex;
    height: auto;
    padding: 8px 16px;
    flex-direction: column;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #8BCBD5;
    background: #DBF0F2;
    color: #327688;
  }

    .p-membership-terms-section-list-child:hover {
    background: #327688;
    color: #fff;
  }

  .p-membership-terms-title {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
  }

  .p-membership-terms-universe-group {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }

  .p-membership-terms-universe-group-head {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .p-membership-terms__list {
    line-height: 1.6;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .p-membership-terms__list-title {
    background: rgba(92, 176, 190, 0.10);
    border-left: 10px #5CB0BE solid;
    border-bottom: 1px #5CB0BE solid;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 7px 0px 7px 20px;
  }

  .p-membership-terms-list {
    counter-reset: item;
  }

  .p-membership-terms-list-item {
    list-style: none;
    position: relative;
    padding-left: 25px;
  }

  .p-membership-terms-list-item::before {
    counter-increment: item;
    content: counter(item) ". ";
    position: absolute;
    left: 0;
  }

  .p-membership-terms-list-inner {
    counter-reset: sub-item;
    margin-top: 0.5em;
    padding-left: 1.5em;
  }

  .p-membership-terms-list-item-inner {
    list-style: none;
    position: relative;
    padding-left: 2em;
  }

  .p-membership-terms-list-item-inner::before {
    counter-increment: sub-item;
    content: "(" counter(sub-item) ") ";
    position: absolute;
    left: 0;
  }

  .p-membership-terms-link {
    color: #5CB0BE;
  }

  #scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 14px;
    background-color: #327688;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    /* 最初は非表示 */
    z-index: 1000;
  }

  @media screen and (max-width:900px) {
    .p-membership-term-wrapper {
      width: 92%;
    }

    .p-membership-terms-section-list-child {
      width: 100%;
      text-align: center;
    }

    .p-membership-terms-introduction-title,
    .p-membership-terms-title {
      font-size: 24px;
    }
    .p-membership-terms-introduction-text {
      gap: 30px;
    }

    .p-membership-term-inner {
      gap: 60px;
    }
    .p-membership-terms-section {
      gap: 50px;
    }
  }
