:root {
  scroll-behavior: smooth;
}
/* ===============================
Top Page
=============================== */

.company-talk {
  padding: 65px 0 80px 0;

  background-color: #fff;
}
.talk-flex {
  display: flex;

  align-items: center;
}
.talk-flex-img {
  max-width: 294px;
}
.talk-post-hd {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
}

.personal-intro {
  padding: 70px 0 20px;
}
.personal-intro-bl {
  padding: 0 20px;
}
.personal-intro-gp {
  display: flex;
  margin: 0 -17px;
}
.personal-intro-gp li {
  width: 50%;
  padding: 0 17px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.personal-intro-gp li .li-bl {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}

.personal-intro-gp .li-bl .add {
  font-size: 20px;
  font-weight: bold;

  color: #fff;
}
.personal-intro-gp .li-bl .li-img {
  width: 42%;
}
.personal-intro-gp .li-bl .txt-gp {
  width: 58%;
  padding-left: 20px;
}
.personal-intro-gp .li-bl .txt-gp h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;

  color: #fff;
  border-bottom: 2px solid #fff;
}
.personal-intro-gp .li-bl .txt-gp .txt-para {
  padding-top: 15px;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;

  text-align: justify;
  letter-spacing: 1.1px;

  color: #fff;
}

@media screen and (max-width: 900px) {
  .personal-intro-gp .li-bl .li-img {
    width: 35%;
  }
  .personal-intro-gp .li-bl .txt-gp {
    width: 65%;
  }
  .personal-intro-gp .li-bl .add {
    font-size: 18px;
  }
  .personal-intro-gp .li-bl .txt-gp h3 {
    font-size: 28px;
  }
  .personal-intro-gp .li-bl .txt-gp .txt-para {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .personal-intro {
    padding: 55px 0 0;
  }
  .personal-intro-gp {
    display: block;
    margin: 0;
  }
  .personal-intro-gp .li-bl .li-img {
    width: 32%;
  }
  .personal-intro-gp .li-bl .txt-gp {
    width: 67%;
  }
  .personal-intro-gp li {
    width: 100%;
    padding: 0;
    display: block;
  }
  .personal-intro-gp li:first-child {
    margin-bottom: 30px;
  }
  .personal-intro-bl {
    padding: 0;
  }
  .personal-intro-gp .li-bl .li-img img {
    width: 100%;
  }
  .personal-intro-gp .li-bl .add {
    font-size: 15px;
  }
  .personal-intro-gp .li-bl .txt-gp h3 {
    font-size: 21px;
  }
  .personal-intro-gp .li-bl .txt-gp .txt-para {
    font-size: 14px;
  }
}

/*MV*/
.mv {
  padding: 0;
}

.mv-container {
  position: relative;
}

.tree-logo {
  position: absolute;
  bottom: 24px;
  left: 20px;
}

/* ============================== */
.sec-schedule {
  padding-top: 70px;
  padding-bottom: 80px;
}

.com-h2-container {
  display: grid;
  margin-bottom: 50px;

  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.h2-lines {
  height: 3px;

  border-radius: 2px;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .sec-schedule {
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .com-h2-container {
    margin-bottom: 25px;
  }

  .h2-lines {
    border-radius: 2px;
    background-color: #000;
  }
}

/* Popular Corner */
body {
  background-color: #222326;
}
/* .wrapper {
  max-width: 1350px;
  margin: 0 auto;
} */
.popular,
.company-talk {
  padding: 80px 0 80px 0;

  background-color: #fff;
}
.popular-block-flex {
  display: flex;
  margin: 0 -20px;
}
.popular-block-item {
  display: block;
  padding: 0 20px;
}

/* Modal Link Section */
.modal-link {
  padding: 40px 0 80px 0;
}
.m-w918 {
  max-width: 918px;
  margin: 0 auto;
}
.link-content {
  margin-bottom: 40px;
}
.link-content img,
.modal-content img {
  margin: 0 auto;
}
.modal-item {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  display: none;
  width: 100vw;
  height: 100vh;

  background: rgba(0, 0, 0, 0.5);
}
.modal-item.modal-box-active {
  display: block;
}
.modal-container {
  display: flex;
  height: 100%;
  max-width: 915px;
  margin: 0 auto;
  flex-direction: column;

  justify-content: center;
}
.modal-inner-box {
  position: relative;

  padding: 0 20px;
}
.modal-inner-img-box {
  position: relative;
}
.modal-inner-img-box {
  position: relative;
}
.modal-inner-img-box a {
  position: absolute;
  bottom: 54px;
  left: 50%;

  font-size: 18px;
  font-weight: 600;

  transform: translateX(-50%);
}

.modal-flyout-btn {
  position: absolute;
  top: 20px;
  right: 40px;

  width: 60px;
  height: 80px;

  cursor: pointer;
}
.modal-flyout-btn:hover {
  opacity: 0.7;
}
.modal-content {
  cursor: pointer;
}

/* Company Talk Section */
.takl-note {
  font-size: 20px;
  line-height: 1.9;

  text-align: center;
  letter-spacing: 0.4px;
}
.talk-post-container {
  display: flex;
  margin: 55px 0 60px 0;
  flex-direction: column;

  flex-wrap: wrap;
}
.talk-post {
  display: flex;
  margin-bottom: 60px;

  align-items: center;
}
.talk-post:last-child {
  margin-bottom: 0;
}
.talk-post-img {
  width: 24%;
  height: 300px;
}
.talk-post-img img {
  width: 100%;
  height: 300px;

  object-fit: cover;
  object-position: center center;
}
.talk-post-hd {
  margin-bottom: 20px;

  font-size: 26px;
  line-height: 1.6;

  letter-spacing: 0.52px;
}
.talk-post-txt-box {
  width: 76%;
  padding-left: 20px;
}
.talk-post-txt {
  font-size: 20px;
  line-height: 1.9;

  letter-spacing: 0.4px;
}
.talk-btn-a {
  position: relative;

  display: block;
  max-width: 500px;
  padding: 28px 0 32px 0;
  margin: 0 auto;

  line-height: 1;

  text-align: center;

  color: #fff;
  border: 4px solid #f7f7f7;
  border-radius: 15px;
  background-color: #171b60;
}
.talk-btn-a::after {
  position: absolute;
  top: 50%;
  right: 40px;

  width: 13px;
  height: 20px;

  content: "";
  transform: translateY(-50%);

  background: url("../img/top/btn_r_arrow.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  .talk-post-img {
    width: 30%;
    height: 200px;
  }
  .talk-post-img img {
    height: 200px;
  }
  .talk-post-txt-box {
    width: 76%;
  }
}
@media screen and (max-width: 890px) {
  .modal-inner-img-box a {
    bottom: 50px;
  }
}
@media screen and (max-width: 820px) {
  .modal-inner-img-box a {
    bottom: 45px;
  }
}
@media screen and (max-width: 800px) {
  .modal-inner-img-box a {
    bottom: 43px;
  }
}
@media screen and (max-width: 768px) {
  /* Common header */
  .com-h2 {
    font-size: 25px;
  }

  /* Popular Conner Section */
  .popular-block-flex {
    margin: 0;
    flex-direction: column;
  }
  .popular-block-item {
    padding: 0;
    margin-bottom: 40px;
  }
  .popular-block-item:last-child {
    margin-bottom: 0;
  }

  /* Modal Link Section */
  .modal-link {
    padding: 40px 0 40px 0;
  }

  /* Modal Link Section */
  .modal-item.modal-box-active {
    display: none;
  }

  /* Company Talk Section */
  .talk-post-container {
    margin: 40px 0 45px 0;
  }
  .talk-post {
    margin-bottom: 40px;
  }
  .talk-post-img {
    width: 40%;
    height: 230px;
  }
  .talk-post-txt-box {
    width: 60%;
  }
  .talk-post-img img {
    height: 230px;
  }
  .takl-note {
    font-size: 16px;
  }
  .talk-post-hd {
    margin-bottom: 15px;

    font-size: 18px;
  }
  .talk-post-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 550px) {
  /* Company Talk Section */
  .talk-post {
    margin-bottom: 30px;
    flex-direction: column;

    align-items: flex-start;
  }
  .talk-post-txt-box {
    padding: 0;
    margin-top: 15px;
  }
  .talk-btn-a::after {
    right: 20px;
  }
  .talk-post-img {
    width: 100%;
    height: 400px;
  }
  .talk-post-txt-box {
    width: 100%;
  }
  .talk-post-img img {
    height: 400px;
  }
}
@media screen and (max-width: 414px) {
  .talk-post-img {
    width: 100%;
    height: 350px;
  }
  .talk-post-txt-box {
    width: 100%;
  }
  .talk-post-img img {
    height: 350px;
  }
}
@media screen and (max-width: 360px) {
  .talk-post-img {
    width: 100%;
    height: 300px;
  }
  .talk-post-txt-box {
    width: 100%;
  }
  .talk-post-img img {
    height: 300px;
  }
}
.renewal-info .renewal-text{
  font-size: 20px;
  color: #FFF;
  text-align: center;
  margin: 30px 20px 0px;
}
.menu {
  max-width: 1260px;
  padding: 30px 25px;
  margin: 0 auto;

  background-color: #222326;
}
.menu .grid {
  display: grid;

  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.menu .menu-item {
  position: relative;

  font-size: 16px;
  line-height: 1.08;

  letter-spacing: 0.2px;

  border-radius: 8px;
  background-color: #fff;
}
.menu-item a {
  display: flex;
  height: 100%;
  padding: 20px;

  align-items: center;
  gap: 20px;
}
.menu-item .blue-triangle {
  position: absolute;
  right: 4px;
  bottom: 4px;
}

@media screen and (max-width: 768px) {
  .menu .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 550px) {
  .menu .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ============================== */

.grid-container {
  display: grid;

  gap: 60px 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
  .grid-container {
    gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 480px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.address,
.job-pos {
  padding-top: 16px;

  font-size: 14px;
}

.guest,
.date {
  font-size: 20px;
}

.short-desc {
  display: inline-block;
  padding: 2px 10px;
  margin-top: 16px;
  margin-right: 8px;

  font-size: 16px;

  background-color: #ff0;
}

.thumbnail {
  position: absolute;
  z-index: 10;

  width: 100%;
  height: 100%;

  cursor: pointer;

  object-fit: cover;
}
.cursor_off {
  cursor: auto;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;

  font-size: 80px;

  cursor: pointer;
  transform: translate(-50%, -50%);

  color: white;
}

.vd-desc {
  color: #fff;
}

.pos {
  font-size: 14px;
}

.vd-desc .short-desc {
  background-color: #e40012;
}

.more-vd {
  position: relative;

  display: block;
  width: fit-content;
  padding: 30px 75px 32px 75px;
  margin: 0 auto;

  font-size: 20px;

  text-align: center;

  color: #fff;
  border: 5px solid #fff;
  border-radius: 16px;
  background-color: #171b60;
}

.more-vd::after {
  position: absolute;
  top: 50%;
  right: 35px;

  display: block;
  width: 20px;
  height: 20px;

  content: "";
  transform: translateY(-50%);

  background: url(../img/common/chevron_right_white.png) no-repeat center;
}

@media screen and (max-width: 768px) {
  .card-img img {
    width: 100%;
  }

  .address,
  .job-pos {
    padding-top: 8px;

    font-size: 12px;
  }

  .guest,
  .date {
    font-size: 16px;
  }

  .short-desc {
    padding: 2px 5px;
    margin-top: 8px;
    margin-right: 4px;

    font-size: 12px;
  }

  .pos {
    font-size: 12px;
  }

  .more-vd {
    position: relative;

    padding: 15px 37px;

    font-size: 16px;

    border: 5px solid #fff;
    border-radius: 16px;
    background-color: #171b60;
  }

  .more-vd::after {
    position: absolute;
    top: 50%;
    right: 16px;

    display: block;
    width: 16px;
    height: 16px;

    content: "";
    transform: translateY(-50%);

    background: url(../img/common/chevron_right_white.png) no-repeat center;
  }
}

/* ===============================
sister-program by tt
=============================== */
.sister-program {
  padding: 70px 0 120px 0;
  margin-bottom: -1px;

  background: #fff;
}
.sister-program .elementor-heading-title {
  display: flex;
  max-width: 600px;
  padding: 0 20px;

  font-size: 40px;
  line-height: 1.625;

  text-align: center;
  letter-spacing: 0.8px;

  justify-content: center;
}
.yellow-h2 .elementor-heading-title {
  color: #ff0;
}
.yellow-h2 .h2-lines {
  background-color: #e1c399;
}
.sister-program .elementor-row {
  display: flex;
  margin: 0 -20px;
}
.sister-program .elementor-column {
  padding: 0 20px;
}
.sister-program .elementor-column.elementor-col-50 {
  width: 50%;
}
.elementor-text-editor {
  line-height: 1.7;

  text-align: left;

  color: #fff;
}
.elementor-text-editor .program-title {
  font-size: 30px;

  color: #000;
}
.elementor-text-editor .program-on-air {
  display: inline-block;
  padding: 0 10px;

  font-size: 20px;

  text-align: center;

  color: #000;
  background-color: #ff0;
}
.elementor-text-editor .program-time {
  display: inline;

  font-size: 20px;

  color: #000;
}

@media screen and (max-width: 768px) {
  .sister-program {
    padding: 55px 0 65px 0;
  }
  .sister-program .elementor-heading-title {
    font-size: 25px;
  }
  .elementor-text-editor .program-title {
    font-size: 20px;
  }
  .elementor-text-editor .program-on-air {
    font-size: 15px;
  }
  .elementor-text-editor .program-time {
    font-size: 15px;
  }

  .sister-program .elementor-row {
    margin: 0;

    flex-wrap: wrap;
  }
  .sister-program .elementor-column {
    padding: 0 0 20px;
  }
  .sister-program .elementor-column.elementor-col-50 {
    width: 100%;
  }
}
/* ===============================
sister-program by tt
=============================== */

/* support and student sports */
.student-supports {
  background: #222326;
}
.sports-ttl-container .elementor-heading-title {
  padding: 20px 0 63px;

  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;

  text-align: center;

  color: #000;
}
.supports-flex-img {
  display: flex;

  gap: 20px;
}

.supports-flex-img .elementor-column {
  width: 33.333%;
}
.supports-flex-img .elementor-column a {
  border: 1px solid #222326;
}
.student-sports {
  margin-bottom: -1px;

  background: #fff;
}

@media screen and (max-width: 768px) {
  .sports-ttl-container .elementor-heading-title {
    padding: 0 0 40px;

    font-size: 25px;
  }
  .supports-flex-img {
    display: block;
    margin: -20px 0;
  }
  .supports-flex-img .elementor-column {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 374px) {
  .branch-ttl-container .elementor-heading-title {
    font-size: 23px;
  }
}

/* Nationwide branch office */
.branch-office {
  padding: 20px 0 80px;

  background: #fff;
}
.branch-ttl-container .elementor-heading-title {
  padding: 63px 0;

  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;

  text-align: center;

  color: #000;
}
.branch-flex-img {
  display: flex;

  gap: 20px;
}

.branch-flex-img .elementor-column {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .branch-ttl-container .elementor-heading-title {
    padding: 40px 0;

    font-size: 25px;
  }
  .branch-office {
    padding: 20px 0 65px;
  }
  .branch-flex-img {
    display: block;
    margin: -20px 0;
  }
  .branch-flex-img .elementor-column {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (max-width: 374px) {
  .branch-ttl-container .elementor-heading-title {
    font-size: 23px;
  }
}

.top-qa-sec {
  padding: 70px 0 120px 0;

  background-color: #fff;
}
.qa-mttl {
  padding: 23px 0;

  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;

  text-align: center;

  color: #fff;
}

.qa-menu {
  width: 100%;
}

.qa-menu-item .qa-menu-item-btn {
  display: flex;
  height: 44px;
  padding: 10px;

  font-size: 16px;
  font-weight: 400;

  cursor: pointer;

  color: #fff;

  align-items: center;
}
.qa-menu-item {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #d4d4d4;
}
.qa-menu-item:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.qa-menu-item .qa-menu-item-btn:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.qa-menu-item .qa-menu-item-acc {
  display: none;
  padding: 10px 0 15px;
}
.qa-menu-item .qa-menu-item-acc li {
  display: block;
  padding-left: 20px;

  font-size: 16px;
  font-weight: 400;

  color: #fff;

  align-items: center;
}

.qa-menu-item-btn .icon-wrapper {
  margin-right: 15px;

  font-size: 14px;
}

.qa-menu-item-btn.active .fa-angle-right {
  transform: rotate(-90deg);
}

.qa-menu-item-acc > * {
  font-size: 16px;
  font-weight: 400;

  color: #fff;

  padding-inline: 10px;
}
.b-color01 {
  color: #000 !important;
}

.br-w {
  border: 1px solid #ffffff;
}
