.widelayout {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  .widelayout {
    padding: 120px 0;
  }
}

.brandContainer {
  padding: 0 6vw;
}
@media screen and (min-width: 1024px) {
  .brandContainer {
    max-width: calc(1200px + 12vw);
    padding: 0 6vw;
    margin: 0 auto;
  }
}

.contentsContainer {
  padding: 0 6vw;
}
@media screen and (min-width: 1024px) {
  .contentsContainer {
    max-width: calc(800px + 12vw);
    padding: 0 6vw;
    margin: 0 auto;
  }
}

.top {
  background-color: #222429;
}
.top .l-fixHeader::before {
  background: #222429 !important;
}
.top .l-fixHeader__inner {
  background-color: #222429;
  color: #fff;
}
.top #content,
.top .l-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  background-color: #222429;
  color: #fff;
}
.top .l-footer {
  background-color: #222429;
  color: #fff;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
}
.d-lg-none.irregular {
  display: block !important;
}
@media screen and (min-width: 1350px) {
  .d-lg-none.irregular {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}

.d-none.d-sm-block {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .d-none.d-sm-block {
    display: flex !important;
  }
}

.d-none.d-lg-block {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .d-none.d-lg-block {
    display: flex !important;
  }
}

img {
  max-width: 100%;
}

p {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .c-gnav {
    align-items: center;
    gap: 24px;
  }
}
.c-gnav .menu-item {
  height: 38px !important;
}
@media screen and (min-width: 768px) {
  .c-gnav .menu-item a {
    padding: 0 !important;
    height: 38px !important;
    transition: all 0.2s ease-in-out;
  }
}
.l-header__menuBtn {
  margin-right: 8px;
}

.p-spMenu__inner::before {
  background: #222429 !important;
}
.p-spMenu__inner .c-iconBtn {
  color: #fff !important;
}
.p-spMenu__inner a {
  color: #fff !important;
}
.p-spMenu__inner .contactbtn {
  margin: 40px auto 0 !important;
}

#footer {
  padding: 80px 6vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  #footer {
    flex-direction: row;
    justify-content: space-between;
    gap: 16vw;
    max-width: calc(1200px + 12vw);
    padding: 100px 6vw;
    margin: 0 auto;
  }
}
#footer .logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .logo {
    max-width: 432px;
  }
}
#footer .l-footer__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .l-footer__inner {
    width: auto;
  }
}
#footer .l-footer__inner .l-footer__foot {
  padding: 0 !important;
}
#footer .l-footer__inner .l-footer__foot .l-container {
  padding: 0 !important;
}
#footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav {
  padding: 0 0 120px !important;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  #footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav {
    width: fit-content;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 400px;
    gap: 18px 8vw;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav .menu-item a {
  border: none;
  font-size: 14px !important;
  padding: 0 !important;
  transition: all 0.2s ease-in-out;
}
#footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav .contactbtn {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #footer .l-footer__inner .l-footer__foot .l-container .l-footer__nav .contactbtn {
    margin: 0;
  }
}
#footer .l-footer__inner .l-footer__foot .l-container .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 768px) {
  #footer .l-footer__inner .l-footer__foot .l-container .copyright {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.contactbtn {
  width: 240px;
  height: 63px;
}
@media screen and (min-width: 768px) {
  .contactbtn {
    width: 136px;
    height: 38px;
  }
}
.contactbtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 70px !important;
  border-radius: 30px;
  background: linear-gradient(90deg, #2a7e98 50%, #94becb 85%, #fff 100%);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #fff;
  border: none;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contactbtn a {
    padding: 11px 12px !important;
  }
}
.contactbtn a::after {
  display: none !important;
}
.contactbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff 1%, #94becb 24%, #2a7e98 100%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-radius: 50px;
  z-index: -1;
}
.contactbtn a:hover {
  font-weight: bold;
  text-decoration: none;
}
.contactbtn a:hover::before {
  opacity: 1;
}

.more-btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.more-btn a {
  position: relative;
  padding: 20px 100px;
  background: linear-gradient(90deg, #2a7e98 50%, #94becb 85%, #fff 100%);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #fff;
  border-radius: 50px;
  border: none;
  width: 240px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  z-index: 1;
}
.more-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff 1%, #94becb 24%, #2a7e98 100%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  border-radius: 50px;
  z-index: -1;
}
.more-btn a:hover {
  font-weight: bold;
}
.more-btn a:hover::before {
  opacity: 1;
}
.more-btn.cta a {
  width: 100%;
  font-weight: bold;
  line-height: 100%;
  padding: 20px 20px;
}
@media screen and (min-width: 768px) {
  .more-btn.cta a {
    width: auto;
    padding: 20px 100px;
  }
}
@media screen and (min-width: 768px) {
  .more-btn.left {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .more-btn.right {
    justify-content: flex-end;
  }
}

.midashi1 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.midashi1 h3 {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(88deg, #2a7e98 30%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .midashi1 h3 {
    font-size: 64px;
  }
}
@media screen and (min-width: 768px) {
  .midashi1.left {
    justify-content: flex-start;
  }
}

.midashi2 {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .midashi2 {
    margin-bottom: 60px;
  }
}
.midashi2 h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .midashi2 h3 {
    font-size: 32px;
  }
}
.midashi2.left {
  justify-content: flex-start;
}

.midashi3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .midashi3 {
    margin-bottom: 60px;
  }
}
.midashi3 p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .midashi3 p {
    font-size: 24px;
  }
}
.midashi3 h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 4px;
  background: linear-gradient(90deg, #b64b2a 0%, #ffd580 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .midashi3 h3 {
    font-size: 48px;
  }
}

.zoomupAnimation[data-trigger] {
  transform: scale(0);
  opacity: 0;
  transform-origin: center center;
  transition: all 0.8s ease-in-out;
}
.zoomupAnimation[data-trigger].InView {
  opacity: 1;
  transform: scale(1);
}

.leftAnimation[data-trigger] {
  transform: translateX(10px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.leftAnimation[data-trigger].InView {
  transform: translateX(0);
  opacity: 1;
}

.rightAnimation[data-trigger] {
  transform: translateX(-10px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.rightAnimation[data-trigger].InView {
  transform: translateX(0);
  opacity: 1;
}

.topAnimation[data-trigger] {
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.topAnimation[data-trigger].InView {
  transform: translateY(0);
  opacity: 1;
}

#hero {
  position: relative;
}
#hero .hero-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#hero .hero-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}
#hero .hero-cont {
  position: absolute;
  top: 50%;
  left: 6vw;
  transform: translateY(-50%);
  z-index: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #hero .hero-cont {
    left: auto;
    right: 4vw;
  }
}
#hero .hero-cont .foryou {
  background: linear-gradient(90deg, #fff 50%, #2a7e98 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 22px;
  white-space: nowrap;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #hero .hero-cont .foryou {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
#hero .hero-cont .hero-title {
  background: linear-gradient(90deg, #fff 0.86%, #2a7e98 50.43%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  margin-bottom: 22px;
  line-height: 150%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #hero .hero-cont .hero-title {
    font-size: 48px;
    margin: 0;
  }
}
#hero .hero-cont .sub-text {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  white-space: nowrap;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #hero .hero-cont .sub-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  #mission {
    max-width: calc(1100px + 12vw);
    padding: 120px 6vw;
    margin: 0 auto;
  }
}
#mission .digest {
  padding: 0 6vw 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  #mission .digest {
    flex-direction: row;
    align-items: flex-start;
    gap: 8vw;
    padding: 0;
  }
}
#mission .digest .img {
  margin: 0 10vw;
}
@media screen and (min-width: 768px) {
  #mission .digest .img {
    margin: 0;
    flex-basis: 40%;
  }
}
@media screen and (min-width: 768px) {
  #mission .digest .cont {
    flex: 1;
  }
}
#mission .digest .cont .mission-text {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 200%;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #mission .digest .cont .mission-text {
    font-size: 16px;
    text-align: start;
  }
}
#mission .digest.reverse {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #mission .digest.reverse {
    justify-content: flex-end;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #mission .digest.reverse {
    margin-top: -40px;
  }
}
#mission .digest.reverse .img {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #mission .digest.reverse .img {
    flex-basis: 37%;
  }
}
#vision {
  position: relative;
}
#vision .vision-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/bg-vision-sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #vision .vision-bg {
    background-image: url("../img/bg-vision.png");
    background-repeat: no-repeat;
  }
}
#vision .vision-cont {
  padding: 60px 6vw;
}
@media screen and (min-width: 768px) {
  #vision .vision-cont {
    max-width: calc(1200px + 12vw);
    padding: 95px 6vw;
    margin: 0 auto;
  }
}
#vision .vision-cont .midashi1 {
  justify-content: flex-start;
}
#vision .vision-cont .vision-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  #vision .vision-cont .vision-text {
    font-size: 16px;
  }
}

#value .value-text {
  font-size: 15px;
  margin-bottom: 24px;
  line-height: 200%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #value .value-text {
    font-size: 16px;
  }
}

#consulting .consulting-single {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single {
    margin-bottom: 71px;
  }
}
#consulting .consulting-single .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/bg-consulting01-sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .bg {
    background-image: url("../img/bg-consulting01.png");
    background-repeat: no-repeat;
    margin-top: 20px;
  }
}
#consulting .consulting-single .digest {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 0 6vw 24px;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .digest {
    flex-direction: row;
    max-width: calc(960px + 12vw);
    padding: 0 6vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .digest .img {
    flex-basis: 33%;
  }
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .digest .cont {
    flex: 1;
  }
}
#consulting .consulting-single .digest .cont .number {
  position: absolute;
  top: 8px;
  left: calc(6vw + 8px);
  color: #2ab4e2;
  font-size: 40px;
  font-weight: bold;
  margin: 0;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .digest .cont .number {
    position: unset;
    font-size: 48px;
    margin-bottom: 16px;
  }
}
#consulting .consulting-single .digest .cont .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .digest .cont .title {
    font-size: 24px;
    margin: 0;
  }
}
#consulting .consulting-single .digest .cont .subtitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .digest .cont .subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#consulting .consulting-single .digest .cont .text {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single .digest .cont .text {
    font-size: 15px;
  }
}
#consulting .consulting-single.reverse .bg {
  background-image: url("../img/bg-consulting02-sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single.reverse .bg {
    background-image: url("../img/bg-consulting02.png");
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  #consulting .consulting-single.reverse .digest {
    flex-direction: row-reverse;
  }
}

#cta01 {
  position: relative;
  margin: 80px 0;
  padding: 40px 6vw;
}
@media screen and (min-width: 768px) {
  #cta01 {
    max-width: calc(800px + 12vw);
    margin: 100px auto;
  }
}
#cta01 .cta01-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/bg-cta01-sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #cta01 .cta01-bg {
    background-image: url("../img/bg-cta01.png");
    background-repeat: no-repeat;
  }
}
#cta01 .cta01-cont {
  padding: 40px 6vw;
  background: rgba(71, 71, 71, 0.5);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  #cta01 .cta01-cont {
    padding: 48px 140px;
    background: rgba(71, 71, 71, 0.6);
  }
}
#cta01 .cta01-cont .cta01-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #cta01 .cta01-cont .cta01-text {
    font-size: 15px;
    text-align: center;
  }
}

#commentary {
  padding: 100px 6vw;
}
@media screen and (min-width: 768px) {
  #commentary {
    max-width: calc(1300px + 12vw);
    padding: 120px 6vw;
    margin: 0 auto;
  }
}
#commentary .midashi1 h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  #commentary .midashi1 h3 {
    font-size: 48px;
  }
}
#commentary .digest {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #commentary .digest {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
  }
}
#commentary .digest .img01 {
  margin: 0 10vw;
}
@media screen and (min-width: 768px) {
  #commentary .digest .img01 {
    margin: 34px 0 0;
    flex-basis: 22%;
  }
}
@media screen and (min-width: 768px) {
  #commentary .digest .cont {
    flex: 1;
  }
}
#commentary .digest .cont .commentary-text {
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 200%;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #commentary .digest .cont .commentary-text {
    font-size: 15px;
  }
}
#commentary .digest .cont .commentary-text span {
  font-size: 16px;
  font-weight: bold;
}
#commentary .digest .img02 {
  margin: 0 6vw;
}
@media screen and (min-width: 768px) {
  #commentary .digest .img02 {
    margin: 350px 0 0;
    flex-basis: 27%;
  }
}
#commentary .commentary-text02-group {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #commentary .commentary-text02-group {
    margin-top: 48px;
  }
}
#commentary .commentary-text02-group .commentary-text02 {
  margin-bottom: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  #commentary .commentary-text02-group .commentary-text02 {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  #commentary .commentary-text02-group .commentary-text02 {
    font-size: 20px;
  }
}

.loop-area {
  overflow: hidden;
  width: 100%;
}
.loop-area .loop-track {
  display: flex;
  align-items: center;
  animation: scroll-left 30s linear infinite;
  gap: 8px;
  margin-bottom: 12px;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .loop-area .loop-track {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.loop-area .loop-track.reverse {
  animation-direction: reverse;
  margin: 0;
}
.loop-area .loop-track .loop-item {
  flex-shrink: 0;
  height: 100px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .loop-area .loop-track .loop-item {
    height: 210px;
  }
}
.loop-area .loop-track .loop-item img {
  height: 100%;
  width: auto;
  display: block;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#voice .voice-group {
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  #voice .voice-group {
    max-width: calc(1200px + 12vw);
    padding: 0 6vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  #voice .voice-group {
    flex-direction: row;
  }
}
#voice .voice-group .left {
  padding: 0 2vw;
}
@media screen and (min-width: 1200px) {
  #voice .voice-group .left {
    flex: 1;
    padding: 0;
  }
}
#voice .voice-group .left .voice-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  margin-bottom: 40px;
}
#voice .voice-group .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #voice .voice-group .right {
    gap: 40px;
    flex-basis: 680px;
    align-items: center;
    height: 770px;
    overflow-y: hidden;
    overflow-x: unset;
  }
}
#voice .voice-group .right .card-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
  width: max-content;
}
@media screen and (min-width: 1200px) {
  #voice .voice-group .right .card-group {
    flex-direction: column;
    gap: 40px;
  }
}
#voice .voice-group .right .card-group .card {
  transition: all 0.2s ease-in-out;
  flex: 0 0 auto;
  width: 320px;
  height: 230px;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  color: #333333;
}
#voice .voice-group .right .card-group .card .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #2a7e98;
  line-height: 100%;
}
#voice .voice-group .right .card-group .card .text {
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#voice .voice-group .right .card-group .card .student {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
#voice .voice-group .right .card-group .card .student .student-cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}
#voice .voice-group .right .card-group .card .student .student-cont .img {
  width: 40px;
  height: 40px;
}
#voice .voice-group .right .card-group .card .student .student-cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#voice .voice-group .right .card-group .card .student .student-cont .student-text {
  font-weight: 400;
  flex: 1;
}
#voice .voice-group .right .card-group .card .student .student-cont .student-text .name {
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 100%;
}
#voice .voice-group .right .card-group .card .student .student-cont .student-text .other {
  font-size: 13px;
  margin: 0;
  line-height: 15.6px;
  word-break: break-word;
}
#voice .voice-group .right .card-group .card .student .white {
  display: none;
}
#voice .voice-group .right .card-group .card:hover {
  background-color: #2a7e98;
  color: #fff;
}
#voice .voice-group .right .card-group .card:hover .title {
  color: #fff;
}
#voice .voice-group .right .card-group .card:hover .student .blue {
  display: none;
}
#voice .voice-group .right .card-group .card:hover .student .white {
  display: block;
}
#voice .voice-group .right .card-group .card:hover.hover-none {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #profile {
    max-width: calc(1050px + 12vw);
    padding: 100px 6vw;
    margin: 0 auto;
  }
}
#profile .digest {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #profile .digest {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
#profile .digest .img {
  width: 100%;
  margin-left: 8vw;
}
@media screen and (min-width: 768px) {
  #profile .digest .img {
    flex-basis: 52%;
    margin: 0;
  }
}
#profile .digest .img img {
  width: 100%;
}
#profile .digest .cont {
  color: #fff;
  padding: 0 6vw;
  margin-top: -55px;
}
@media screen and (min-width: 768px) {
  #profile .digest .cont {
    padding: 60px 0 0;
    margin-top: 0;
    margin-left: -40px;
    flex: 1;
  }
}
#profile .digest .cont .name {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #profile .digest .cont .name {
    font-size: 64px;
    margin-bottom: 16px;
  }
}
#profile .digest .cont .position {
  font-size: 14px;
  font-weight: bold;
  line-height: 170%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #profile .digest .cont .position {
    font-size: 16px;
  }
}
#profile .text-box {
  width: auto;
  height: 350px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 6vw;
}
@media screen and (min-width: 768px) {
  #profile .text-box {
    width: 100%;
    height: 400px;
    margin: 0;
  }
}
#profile .text-box .scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 20px 6vw 0;
}
@media screen and (min-width: 768px) {
  #profile .text-box .scroll {
    width: calc(100% - 8px);
    padding: 60px 6vw 0;
  }
}
#profile .text-box .scroll p {
  color: #333333;
  font-size: 15px;
  margin-bottom: 32px;
  font-weight: 500;
  line-height: 150%;
}

#lifestyle {
  position: relative;
}
#lifestyle .lifestyle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/bg-lifestyle-sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #lifestyle .lifestyle-bg {
    background-image: url("../img/bg-lifestyle.png");
    background-repeat: no-repeat;
  }
}
#lifestyle .lifestyle-cont {
  padding: 100px 6vw;
}
@media screen and (min-width: 768px) {
  #lifestyle .lifestyle-cont {
    max-width: calc(1200px + 12vw);
    padding: 100px 6vw;
    margin: 0 auto;
  }
}
#lifestyle .lifestyle-cont .midashi1 h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  #lifestyle .lifestyle-cont .midashi1 h3 {
    font-size: 48px;
  }
}
#lifestyle .lifestyle-cont .lifestyle-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lifestyle .lifestyle-cont .lifestyle-text {
    font-size: 16px;
  }
}
#lifestyle .lifestyle-cont .lifestyle-text span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  #lifestyle .lifestyle-cont .lifestyle-text span {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  #community {
    max-width: calc(1200px + 12vw);
    padding: 100px 6vw;
    margin: 0 auto;
  }
}
#community .digest {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #community .digest {
    flex-direction: row;
  }
}
#community .digest .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #community .digest .img {
    flex-basis: 45%;
  }
}
#community .digest .img img {
  width: 100%;
}
#community .digest .cont {
  padding: 0 6vw;
}
@media screen and (min-width: 768px) {
  #community .digest .cont {
    flex: 1;
    padding: 0;
  }
}
#community .digest .cont .community-text {
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 170%;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #community .digest .cont .community-text {
    font-size: 16px;
  }
}
#community .digest .cont .community-list {
  padding: 0;
  margin: 0;
  margin-bottom: 32px;
}
#community .digest .cont .community-list li {
  display: block;
}
#community .digest .cont .community-list li span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
  padding-bottom: 4px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #community .digest .cont .community-list li span {
    font-size: 16px;
  }
}
#community .digest .cont .community-list li span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #fff 0%, #2a7e98 100%);
}
#community .digest .cont .community-list li img {
  margin-right: 8px;
}
#community .digest.second {
  flex-direction: column-reverse;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #community .digest.second {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #community .digest.second .img {
    padding: 32px 36px 0 0;
  }
}

#cta02 {
  position: relative;
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  #cta02 {
    max-width: calc(900px + 12vw);
    padding: 0 6vw;
    margin: 100px auto;
  }
}
#cta02 .cta02-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/bg-cta02-sm@2x.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #cta02 .cta02-bg {
    background-image: url("../img/bg-cta02@2x.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}
#cta02 .cta02-cont {
  padding: 40px 6vw;
}
@media screen and (min-width: 768px) {
  #cta02 .cta02-cont {
    padding: 60px;
  }
}
#cta02 .cta02-cont .midashi2 {
  display: flex;
  align-items: center;
}
#cta02 .cta02-cont .midashi2 h3 span {
  display: block;
  margin-left: 120px;
}
@media screen and (min-width: 768px) {
  #cta02 .cta02-cont .midashi2 h3 span {
    display: inline-block;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #cta02 .cta02-cont .midashi2 img {
    margin-left: 12px;
  }
}
#cta02 .cta02-cont .cta02-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #cta02 .cta02-cont .cta02-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #cta02 .cta02-cont .more-btn {
    justify-content: flex-start;
  }
}
#cta02 .cta02-cont .more-btn a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #cta02 .cta02-cont .more-btn a {
    padding: 20px 40px;
  }
}/*# sourceMappingURL=page-top.css.map */