@charset "UTF-8";

:root {
  --color-pt1: #03A84E;
  --color-pt2: #252C41;
  --color-pt3: #1B2132;
  --color-pt4: #FDE74C;
  --color-pt5: #DD7979;
  --color-pt6: #5EA8A2;
  --color-pt7: #696969;
  --color-pt8: #E8E8E8;
  --color-pt9: #FFFFFF;
  --color-pt10: #059345;
  --color-pt11: #6982A5;
  --color-pt12: #65AACF;
  --color-pt13: #83CF70;
  --color-pt14: #588D39;
  --color-pt15: #E35C6A;
  --color-pt16: #BE8352;
  --color-pt17: #B26291;
  --color-pt18: #FF9E55;
  --color-pt19: #FFC74D;
}

.u-mgt-0 {
  margin-top: 0 !important;
}

.u-mgt-4 {
  margin-top: 4px !important;
}

.u-mgt-8 {
  margin-top: 8px !important;
}

.u-mgt-16 {
  margin-top: 16px !important;
}

.u-mgt-20 {
  margin-top: 20px !important;
}

.u-mgt-24 {
  margin-top: 24px !important;
}

.u-mgt-32 {
  margin-top: 32px !important;
}

.u-mgt-35 {
  margin-top: 35px !important;
}

.u-mgt-72 {
  margin-top: 72px !important;
}

.u-mgb-0 {
  margin-bottom: 0;
}
.u-mgb-40-0 {
  margin-bottom: 0;
}

.u-mgr-16 {
  margin-right: 16px !important;
}

.u-mgl-0 {
  margin-left: 0 !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-pad-0 {
  padding: 0 !important;
}

.u-pdt-0 {
  padding-top: 0 !important;
}

.u-pdt-56 {
  padding-top: 56px !important;
}

.u-pdt-64 {
  padding-top: 64px !important;
}

.u-pdl-30 {
  padding-left: 30px !important;
}

.section-content.community_layout-section_section {
  padding: 0 !important;
}

body * {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrap-img a:hover {
  opacity: 0.8;
}

.wrap-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.l-body {
  min-width: 1280px;
  font-family: "Quicksand", sans-serif;
}

.l-main {
  margin-top: 64px;
  background: linear-gradient(158.48deg, #EDFFF5 19.76%, var(--color-pt9) 48.04%);
}

.l-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.wrap-hdg-language {
  position: relative;
}

.hdg-lv2-pt1 {
  margin: 60px 0;
  padding-bottom: 8px;
  border-bottom: 4px solid var(--color-pt8);
}

.hdg-lv2-pt1 span {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: var(--color-pt2);
  position: relative;
}

.hdg-lv2-pt1 span:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: var(--color-pt1);
  position: absolute;
  bottom: -12px;
  left: 0;
}

.hdg-lv3 {
  margin: 40px 0 16px;
  padding: 8px 16px;
  background: var(--color-pt1);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  color: var(--color-pt9);
}

.txt-st {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt2);
}

.txt-st.mh-40 {
  min-height: 40px;
}

.txt-st.ico {
  position: relative;
  padding-left: 30px;
}

.txt-st.ico:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.txt-st.salary:before {
  width: 20px;
  height: 15px;
  background-image: url(/resource/ga_resource/images/ico-salary.svg);
}

.txt-st.education:before {
  width: 24px;
  height: 24px;
  background-image: url(/resource/ga_resource/images/ico-education.svg);
}

.txt-education {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.29;
  color: var(--color-pt7);
  position: relative;
  padding-left: 32px;
}

.txt-education:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-education.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
  bottom: -25px;
  left: 0;
  top: 0;
}

.txt-st.time:before {
  width: 18px;
  height: 18px;
  background-image: url(/resource/ga_resource/images/ico-time.svg);
}

.txt-st.underline {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.txt-st.underline:after {
  content: "";
  background-color: var(--color-pt4);
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  bottom: 2px;
  left: 0;
  z-index: -1;
}

.txt-desc {
  font-size: 1.6rem;
  line-height: 1.29;
  color: var(--color-pt7);
}

.txt-bold {
  font-weight: 700 !important;
}

.txt-yellow {
  color: var(--color-pt4);
}

.txt-organge {
  color: var(--color-pt5);
}

.txt-green {
  color: var(--color-pt1);
}

.wrap-main {
  background-image: url(/resource/ga_resource/images/img-mv.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 150px;
  height: 500px;
  position: relative;
}

.wrap-main.pt1 {
  background-image: url(/resource/ga_resource/images/img-mv-detail.jpg);
  padding-top: 0;
  padding-bottom: 0;
  height: 240px
}

.wrap-main.pt1 .wrap-search {
  margin-top: 0;
}

.wrap-main.pt1 .wrap-intro {
  padding: 56px 17px 27px;
}

.wrap-main.pt2 {
  background-image: url(/resource/ga_resource/images/img-bg-news.jpg);
  height: 199px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrap-main:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background-color: rgba(94, 168, 162, 0.302);
  position: absolute;
}

.wrap-intro {
  padding: 24px 5rem;
  background-color: rgba(105, 105, 105, 0.302);
  border-radius: 5px;
  position: relative;
}

.wrap-intro.pd-m {
  padding: 57px 17px 28px;
}

.wrap-intro .txt-lead {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: var(--color-pt9);
  text-shadow: 0px 2px 4px var(--color-pt2);
}

.wrap-search {
  margin-top: 24px;
  padding: 8px;
  background-color: var(--color-pt9);
  box-shadow: 0px 8px 16px #b2b2b266;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
}

.wrap-search .wrap-input {
  position: relative;
  width: 478px;
}

.wrap-search .wrap-input input[type=text]:focus {
  outline: none;
}

.wrap-search .wrap-input .txt-input {
  width: 100%;
  color: var(--color-pt2);
  padding: 15px 12px 13px 48px;
  font-size: 16px;
  line-height: 1.25;
  border: none;
  padding-left: 48px;
}

.wrap-search .wrap-input .txt-input::-webkit-input-placeholder {
  color: var(--color-pt7);
}

.wrap-search .wrap-input .txt-input:-ms-input-placeholder {
  color: var(--color-pt7);
}

.wrap-search .wrap-input .txt-input::-ms-input-placeholder {
  color: var(--color-pt7);
}

.wrap-search .wrap-input .txt-input::placeholder {
  color: var(--color-pt7);
}

.wrap-search .wrap-input:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-search.svg);
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  transform: translateY(-12%);
}

.wrap-search .wrap-input+.btn-search {
  margin-left: 0;
}

.wrap-search select {
  width: 100%;
  color: var(--color-pt2);
  padding: 15px 45px 13px 48px;
  background-color: transparent;
  background-image: url(/resource/ga_resource/images/ico-arrow.svg);
  background-position: right 21px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border: none;
  font-size: 16px;
  line-height: 1.25;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.wrap-search .wrap-type {
  margin-left: 8px;
  width: 268px;
  position: relative;
}

.wrap-search .wrap-type:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-bag.svg);
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
}

.wrap-search .wrap-location {
  margin-left: 8px;
  width: 200px;
  position: relative;
}

.wrap-search .wrap-location:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-location.svg);
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 16px;
}

.wrap-search .btn-search {
  font-family: 'Quicksand', sans-serif;
  margin-left: 8px;
  background-color: var(--color-pt1);
  color: var(--color-pt9);
  border-radius: 2px;
  width: 180px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  padding: 12px 15px;
  border: none;
  text-transform: uppercase;
}

.wrap-search .btn-search:hover {
  opacity: 0.8;
}

.dl-keyword {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dl-keyword dt {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--color-pt9);
  margin-right: 16px;
}

.lst-keyword {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.lst-keyword>li {
  padding-left: 16px;
  width: auto;
}

.lst-keyword>li .tag {
  display: block;
  text-decoration: none;
  padding: 10px 12px;
  border: none;
  background: var(--color-pt4) !important;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-pt2) !important;
}

.lst-keyword>li .tag:hover {
  opacity: 0.8;
}

.breadcrumb {
  padding: 13px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--color-pt1);
  text-transform: uppercase;
  white-space: nowrap;
}

.breadcrumb>li {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt9);
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb>li+li {
  padding-left: 40px;
}

.breadcrumb>li+li:before {
  content: "";
  background-image: url(/resource/ga_resource/images/ico-arrow-white.svg);
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.breadcrumb>li:first-child a.link {
  font-size: 0;
  background-image: url(/resource/ga_resource/images/ico-home.svg);
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-top: -4px;
}

.breadcrumb a.link {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt9) !important;
  position: relative;
}

.breadcrumb a.link:hover {
  opacity: 0.8;
}

.box-pt1 {
  padding: 29px 32px 35px;
  background: var(--color-pt9);
  border: 1px solid var(--color-pt1);
  border-radius: 5px;
  position: relative;
}

.box-pt1 .txt-note {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-pt1);
}

.box-pt1+.box-pt1 {
  margin-top: 90px;
}

.box-pt1.no-border {
  border: none;
  padding: 0;
}

.wrap-title-absolute {
  position: absolute;
  background: var(--color-pt1);
  padding: 16px 15px 16px 32px;
  left: -1px;
  top: -30px;
  color: var(--color-pt9);
  font-size: 24px;
  line-height: 1.25;
}

.lst-step {
  counter-reset: num;
  margin-left: -24px;
  display: flex;
  flex-wrap: wrap;
}

.lst-step>li {
  padding-left: 24px;
  width: 25%;
  position: relative;
}

.lst-step>li:before {
  content: "";
  display: block;
  width: calc(100% - 35px);
  height: 2px;
  position: absolute;
  background-color: var(--color-pt1);
  top: 17px;
}

.lst-step>li:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent var(--color-pt1);
  position: absolute;
  top: 9px;
  right: 0;
}

.lst-step>li:last-child:before {
  display: none;
}

.lst-step>li:last-child:after {
  display: none;
}

.lst-step>li .wrap-step {
  background: var(--color-pt1);
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt9);
  position: relative;
}

.lst-step>li .wrap-step:before {
  counter-increment: num;
  content: "BƯỚC " counter(num);
  display: block;
  padding: 8px;
  z-index: 1;
}

.lst-step>li:nth-child(n+5) {
  margin-top: 30px;
}

.lst-step .lst-alpha {
  margin-left: 20px;
}

.divider {
  width: 100%;
  height: 1px;
  border: 1px solid var(--color-pt8);
  margin-top: 60px;
}

.lst-news {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem
}




.wrap-new {
  display: flex;
  background: var(--color-pt9);
  border: 1px solid var(--color-pt8);
  text-align: left;
}

.wrap-new .wrap-img {
  width: 290px;
  margin-right: 16px;
}

.wrap-new .wrap-img img {
  width: 290px;
  height: 255px;
  object-fit: cover;
}

.wrap-new .wrap-info {
  flex: 1;
  padding: 16px 16px 16px 0;
}

.wrap-new .wrap-info .txt-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-pt2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}

.wrap-new .wrap-info .txt-day {
  margin-top: 8px;
}


.wrap-new .wrap-info .txt-st {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-pt7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 22px;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical
}

.txt-day {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: var(--color-pt7);
}

.txt-day.pt1 {
  position: relative;
  padding-left: 20px;
}

.txt-day.pt1:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-calendar.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lst-number {
  counter-reset: count;
}

.lst-number>li {
  padding-left: 1em;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt2);
}

.lst-number>li:before {
  counter-increment: count;
  content: counters(count, ".") ". ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.lst-number>li+li {
  margin-top: 4px;
}

.lst-number .lst-alpha {
  margin-left: 20px;
}

.lst-dots>li {
  padding-left: 1em;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt2);
}

.lst-dots>li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-pt2);
  position: absolute;
  top: 7px;
  left: 0;
}

.lst-dots>li+li {
  margin-top: 4px;
}

.lst-alpha {
  list-style-type: lower-alpha;
}

.lst-alpha>li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt2);
}

.lst-alpha>li+li {
  margin-top: 4px;
}

.link {
  text-decoration: none;
}

.link.mail {
  text-decoration: underline;
  color: var(--color-pt6);
}

.link:hover {
  opacity: 0.8;
  cursor: pointer;
}

.link-blank {
  margin-top: 8px;
  position: relative;
  display: inline-block;
  color: var(--color-pt6);
}

.link-blank:after {
  display: block;
  content: "";
  background-image: url(/resource/ga_resource/images/ico-blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}

.wrap-content {
  padding: 80px 0;
  text-align: center;
}

.wrap-content.bg-pt1 {
  color: var(--color-pt9);
  background: linear-gradient(100.64deg, #03a84ebf 0%, var(--color-pt1) 100%);
}

.wrap-content.bg-pt1 .hdg-lv2:after {
  background-color: var(--color-pt5);
}

.wrap-content .hdg-lv2 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.25;
  color: var(--color-pt2);
  z-index: 2;
}

.wrap-content .hdg-lv2.pt1 {
  color: var(--color-pt9);
}

.wrap-content .hdg-lv2:after {
  content: "";
  background-color: var(--color-pt4);
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  bottom: 5px;
  left: 0;
  z-index: -1;
}

.wrap-content .hdg-location {
  margin-top: 40px;
  margin-bottom: 80px;
  width: 400px;
  position: relative;
  text-align: left;
}

.wrap-content .hdg-location .hdg {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 4px;
  position: relative;
  z-index: 99;
  display: block;
}

.wrap-content .hdg-location .hdg.osaka {
  color: var(--color-pt14);
  border-bottom: 2px solid var(--color-pt14);
}

.wrap-content .hdg-location .hdg.nagoya {
  color: var(--color-pt5);
  border-bottom: 2px solid var(--color-pt14);
}

.wrap-content .hdg-location .hdg.tokyo {
  color: var(--color-pt6);
  border-bottom: 2px solid var(--color-pt14);
}

.wrap-content .hdg-location .sub {
  margin-top: 4px;
  position: relative;
  z-index: 2;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #696969;
}

.wrap-content .hdg-location .sub-large {
  top: -30px;
  left: 0;
  display: block;
  position: absolute;
  font-weight: 700;
  font-size: 120px;
  line-height: 1.25;
  color: #E8E8E8;
  opacity: 0.5;
  z-index: 1;
}

.wrap-content .hdg-location+.lst-advise {
  margin-top: 16px;
}

.wrap-content .lst-advise {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
}

.wrap-content .lst-advise.w-20 li {
  width: 20%;
}

.wrap-content .lst-advise li {
  padding-bottom: 56px;
  padding-left: 24px;
}

.wrap-content .lst-advise .wrap-advise {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 16px 20px 96px 20px;
  background-color: var(--color-pt9);
  display: block;
  border-radius: 5px;
  position: relative;
  max-height: 348px;
  height: 100%;
}

.wrap-content .lst-advise .wrap-advise:after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-message.svg);
  width: 60px;
  height: 60px;
  z-index: 1;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap-content .lst-advise .avt {
  background: transparent;
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
  border-radius: 50%
}

.wrap-content .lst-advise .avt img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

.wrap-content .lst-advise .txt-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #212738;
  line-height: 1.2;
  text-overflow: clip;
}

.wrap-content .lst-advise .tag-advise {
  position: absolute;
  top: 8px;
  right: 0;
  border: none;
}

.wrap-content .lst-advise.slick-slider .wrap-advise {
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.25);
}

.wrap-content .lst-advise .slick-arrow {
  top: 45%;
  height: 40px;
  width: 40px;
  display: block;
  background-color: var(--color-pt1);
  border-radius: 50%;
  z-index: 1;
  border: 2px solid var(--color-pt9);
}

.wrap-content .lst-advise .slick-prev {
  left: 0;
}

.wrap-content .lst-advise .slick-prev:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/resource/ga_resource/images/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap-content .lst-advise .slick-next:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/resource/ga_resource/images/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap-content .lst-advise .slick-dots {
  padding-left: 24px;
}

.wrap-content .lst-advise .slick-dots li {
  padding: 0;
}

.wrap-content .lst-advise .slick-dots li.slick-active button {
  position: relative;
}

.wrap-content .lst-advise .slick-dots li.slick-active button:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #03A84E;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wrap-content .lst-advise .slick-dots li button {
  width: 16px;
  height: 16px;
  background-color: var(--color-pt9);
  border-radius: 50%;
  position: relative;
}

.wrap-content .lst-advise .slick-dots li button:before {
  display: none;
}

.wrap-content .txt-cap {
  margin-top: 100px;
  color: var(--color-pt9);
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}

.wrap-content .btn-contact {
  width: 200px;
  margin: 0 auto;
  margin-top: 24px;
  display: block;
  background: var(--color-pt9) !important;
  border: 2px solid var(--color-pt1);
  border-radius: 10px;
  padding: 3px;
  text-align: center;
}

.wrap-content .btn-contact:hover {
  opacity: 0.8;
  cursor: pointer;
}

.wrap-content .wrap-txt-ytb {
  margin-top: 80px;
  text-align: left;
  display: flex;
  align-items: center;
}

.wrap-content .link-ytb {
  display: inline-block;
  padding: 10px 32px;
  border: 1px solid var(--color-pt1);
  border-radius: 10px;
}

.wrap-content .link-ytb:hover {
  opacity: 0.8;
}

.wrap-content .txt-subscribe {
  padding: 26px 32px;
  background: var(--color-pt1);
  display: inline-block;
  position: relative;
  margin-left: 33px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt9);
}

.wrap-content .txt-subscribe:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 33px 16.5px 0;
  border-color: transparent var(--color-pt1) transparent transparent;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.wrap-content .lst-videos {
  margin-top: 16px;
  margin-left: -33px;
  display: flex;
  flex-wrap: wrap;
}

.wrap-content .lst-videos>li {
  width: 33.33%;
  padding-left: 33px;
}

.wrap-content .lst-videos>li:nth-child(n+4) {
  margin-top: 32px;
}

.wrap-content .lst-videos .wrap-video {
  text-align: left;
  background: var(--color-pt9);
  border: 1px solid var(--color-pt8);
  border-radius: 6px;
}

.wrap-content .lst-videos .wrap-video .video {
  width: 100%;
  height: 250px;
}

.wrap-content .lst-videos .wrap-video .wrap-txt {
  padding: 16px 24px;
}

.wrap-content .lst-videos .wrap-video .txt-desc {
  line-height: 1.29;
  color: var(--color-pt7);
}

.wrap-content .lst-jobs {
  margin-top: 40px;
  margin-left: -33px;
  display: flex;
  flex-wrap: wrap;
}

.wrap-content .lst-jobs>li {
  width: 33.33%;
  padding-left: 33px;
}

.wrap-content .lst-jobs>li:nth-child(n+4) {
  margin-top: 32px;
}

.wrap-content .lst-jobs .wrap-box-job {
  background: var(--color-pt9);
  border: 1px solid var(--color-pt1);
  border-radius: 6px;
  padding: 16px 14px 16px 24px;
  text-align: left;
  position: relative;
}

.wrap-content .lst-jobs .wrap-box-job .wrap-title {
  margin: -16px -14px 0 -24px;
  padding: 12px 22px 9px 6px;
}

.wrap-content .lst-jobs .wrap-box-job .wrap-title .tag {
  margin-right: 11px;
}

.wrap-box-job .wrap-box-content .txt-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
}
.wrap-box-job .wrap-box-content{
  display: flex;
  flex-direction: column;
}
.wrap-box-job .wrap-box-content .txt-desc {
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-height: 20px; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical;
  min-height: 60px;
}
.wrap-box-job .wrap-box-content .txt-recident{
  min-height: 18.05px;
}
.wrap-box-job .wrap-box-content .txt-location{
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
   -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 22px;
  display: flex;
  align-items: flex-end;
}

.wrap-box-job .wrap-box-content .txt-education{
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
   -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 22px;
  display: flex;
  align-items: flex-end;
}
.wrap-box-job .wrap-box-content .wrap-price-day{
  flex: 1;
}

.wrap-content .lst-jobs .wrap-box-job .txt-title-job {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-pt9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.wrap-content .lst-jobs .wrap-price-day {
  margin-top: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-content .lst-jobs .wrap-price-day .txt-day {
  line-height: 1.29;
  color: var(--color-pt7);
}

.wrap-content .lst-jobs .wrap-price-day .txt-price {
  font-weight: 700;
  color: var(--color-pt1);
  font-size: 2.4rem;
  line-height: 1.05;
  display: flex;
  align-items: baseline;
}

.wrap-content .lst-jobs .wrap-price-day .txt-price .txt-unit {
  padding-left: 3px;
  font-size: 1.6rem;
  line-height: 2;
}

.wrap-content .txt-st.pt1 {
  margin-top: 2.4rem;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.29;
  color: var(--color-pt7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.wrap-content .txt-st .search-number {
  color: var(--color-pt1);
  font-size: 18px;
  line-height: 1.25;
}


.wrap-content.wrap-404 {
  text-align: center;
}

.wrap-content.wrap-404 h2 span {
  color: red;
}

.wrap-content.wrap-404 .title {
  margin-top: 32px;
  font-weight: bold;
  font-size: 16px;
}

.wrap-content.wrap-404 .lst-btn {
  background-color: #FFFFFF;
  margin-top: 40px;
  width: 450px;
  margin: 0 auto;
  margin-top: 100px;
}

.wrap-content.wrap-404 .lst-btn li {
  width: 100%;
}

.wrap-content.wrap-404 .lst-btn li a {
  width: 100%;
}

.wrap-content.wrap-404 .lst-btn li+li {
  margin-top: 20px;
}

.wrap-content.wrap-404 .lst-btn li.btn-green {
  margin-top: auto;
}

.wrap-content.wrap-404 .lst-btn li .btn-contact {
  padding: 16px 60px;
  margin-top: auto;
  color: var(--color-pt1);
  font-weight: bold;
}

.wrap-content.wrap-404 .lst-btn .btn {
  height: 100%;
  display: block;
  border: 2px solid #03A84E;
  border-radius: 4px;
  padding: 16px 0;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}

.btn-green {
  width: 200px;
  margin: 0 auto;
  margin-top: 60px;
}

.btn-green .link {
  display: inline-block;
  width: 100%;
  padding: 16px 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  background: var(--color-pt1);
  border-radius: 10px;
  color: var(--color-pt9);
}

.lst-tags {
  margin-top: 60px;
  margin-left: -8px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.lst-tags>li {
  padding-left: 8px;
}

.lst-tags.pt1 {
  justify-content: flex-start;
}

.lst-tags.pt1 .tag {
  color: var(--color-pt1);
  border: 1px solid var(--color-pt1);
}

.tag {
  color: var(--color-pt9);
  font-weight: 700;
  text-align: center;
  border-radius: 2px;
  border: 1px solid var(--color-pt8);
  padding: 8px;
  background: var(--color-pt9);
  color: #000000;
  font-size: 14px;
}

.tag.hokkaido {
  background-color: var(--color-pt11);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.tohoku {
  background-color: var(--color-pt12);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.kanto {
  background-color: var(--color-pt13);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.chubu {
  background-color: var(--color-pt14);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.kinki {
  background-color: var(--color-pt15);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.chugoku {
  background-color: var(--color-pt16);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.shigoku {
  background-color: var(--color-pt17);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.kyushu {
  background-color: var(--color-pt18);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag.okinawa {
  background-color: var(--color-pt19);
  color: var(--color-pt9);
  border: 1px solid var(--color-pt9);
}

.tag-advise {
  text-align: center;
  padding: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 2px;
}

.tag-advise.osaka {
  background-color: var(--color-pt14);
}

.tag-advise.nagoya {
  background-color: var(--color-pt5);
}

.tag-advise.tokyo {
  background-color: var(--color-pt6);
}

.lst-location {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1px;
}

.lst-location>li {
  padding-left: 1px;
  background-color: #FFFFFF;
}

.lst-location .link {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  padding: 6px 24px;
}

.lst-location .link.tokyo {
  color: var(--color-pt6);
  border: 1px solid var(--color-pt6);
  border-radius: 5px 0 0 5px;
}

.lst-location .link.osaka {
  color: var(--color-pt14);
  border: 1px solid var(--color-pt14);
}

.lst-location .link.nagoya {
  color: var(--color-pt5);
  border-radius: 0 5px 5px 0;
  border: 1px solid var(--color-pt15);
}

.txt-location {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.29;
  color: var(--color-pt7);
  position: relative;
  padding-left: 32px;
}

.txt-location:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-location.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
  bottom: -25px;
  left: 0;
  top: 0;
}

.txt-recident {
  margin-top: 11px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  color: var(--color-pt5);
  position: relative;
  padding-left: 32px;
}

.txt-recident:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(/resource/ga_resource/images/ico-recident.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  z-index: 1;
  bottom: -25px;
  left: 0;
  top: -4px;
}

.wrap-box-paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paging {
  display: flex;
  margin-left: -8px;
  justify-content: flex-end;
}

.paging li {
  padding-left: 8px;
  cursor: pointer;
}

.paging .wrap-paging {
  width: 32px;
  height: 32px;
  padding: 5px;
  display: inline-block;
  background: var(--color-pt9);
  border: 1px solid #DFE3E8;
  border-radius: 4px;
}

.paging .wrap-paging a {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: var(--color-pt2) !important;
}

.paging .wrap-paging.next {
  position: relative;
}

.paging .wrap-paging.next:before {
  padding: 0;
  display: block;
  content: "";
  background-image: url(/resource/ga_resource/images/ico-arrow.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.paging .wrap-paging.prev {
  position: relative;
}

.paging .wrap-paging.prev:before {
  padding: 0;
  display: block;
  content: "";
  background-image: url(/resource/ga_resource/images/ico-arrow.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.paging .wrap-paging.active {
  border: 1px solid var(--color-pt1);
  border-radius: 4px;
  background-color: #6969696e;
}

.paging .wrap-paging.active a {
  color: var(--color-pt1) !important;
}

.paging .disable {
  padding: 0;
  background-color: #6969696e;
}

.paging .disable.prev {
  position: relative;
}

.paging .disable.prev:before {
  background-image: url(/resource/ga_resource/images/ico-arrow-white.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paging .disable.next {
  position: relative;
}

.paging .disable.next:before {
  background-image: url(/resource/ga_resource/images/ico-arrow-white.svg);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.wrap-sort {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}

.wrap-sort p {
  font-weight: bold;
}

.wrap-sort .txt-sort {
  font-size: 14px;
  line-height: 1.25;
  color: var(--color-pt7);
}

.wrap-sort .wrap-type {
  margin-left: 14px;
  position: relative;
}

.wrap-sort .wrap-type select {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  text-decoration: underline;
  color: var(--color-pt1);
  width: 100%;
  padding: 0 50px 0 14px;
  background-color: transparent;
  background-image: url(/resource/ga_resource/images/ico-arrow.svg);
  background-position: right 21px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border: none;
}

.tbl-info {
  margin-top: 32px;
  width: 100%;
  table-layout: fixed;
}

.tbl-info tr {
  background-color: #E6F7EE;
}

.tbl-info tr:first-child th,
.tbl-info tr:first-child td {
  border-top: none;
}

.tbl-info th,
.tbl-info td {
  vertical-align: middle;
  border-top: 8px solid var(--color-pt9);
  color: var(--color-pt2);
  font-size: 16px;
  line-height: 1.25;
}

.tbl-info th {
  padding: 8px 0 8px 9px;
  width: 180px;
  margin-right: 110px;
}

.tbl-info td {
  padding: 16px 9px 16px 110px;
}

.wrap-col-2 {
  display: flex;
  text-align: left;
}

.wrap-col-2 .wrap-left {
  flex: 1;
}

.wrap-col-2 .wrap-right {
  flex: 0 0 360px;
  margin-left: 40px;
}

.wrap-col-2 .wrap-right.wrap-r-pt1 {
  text-align: center;
}

.wrap-job {
  padding: 32px 32px 67px 32px;
}

.wrap-job .wrap-info {
  margin-top: 24px;
  display: flex;
  margin-left: -20px;
}

.wrap-job .wrap-info>li {
  padding-left: 20px;
}

.wrap-blog {
  padding: 32px 32px 67px 32px;
  display: flex;
}

.wrap-blog .wrap-info {
  margin-top: 24px;
  display: flex;
  margin-left: -20px;
}

.wrap-blog .wrap-info>li {
  padding-left: 20px;
}

/* .wrap-blog .blog-content {
  width: calc(100% - 290px);
} */

.wrap-blog .thumb {
  width: 290px;
  margin-right: 24px;
  margin-bottom: 24px;
}

.wrap-blog .thumb img {
  width: 290px;
  height: 255px;
  object-fit: cover;
}

.wrap-detail {
  background: var(--color-pt9);
  border: 1px solid var(--color-pt1);
  border-radius: 5px;
  position: relative;
}

.wrap-detail .wrap-title {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 998;
  text-align: left;
}

.wrap-detail .wrap-job .wrap-info .txt-recident,
.wrap-detail .wrap-job .wrap-info .txt-education,
.wrap-detail .wrap-job .wrap-info .txt-location {
  font-size: 1.6rem;
}

.wrap-detail .txt-day.u-mgt-8.ico.time {
  font-size: 1.8rem;
}

.wrap-title {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: var(--color-pt1);
}

.wrap-title .txt-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.6;
  color: var(--color-pt9);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wrap-title.pt1 {
  flex-direction: column;
  align-items: flex-start;
}

.wrap-title.pt1 .txt-day {
  color: var(--color-pt9);
}

.wrap-btn-green {
  background: var(--color-pt9);
  border-radius: 5px;
  display: inline-block;
  border: 1px solid transparent;
  padding: 16px 90px;
}

.wrap-btn-green a {
  color: var(--color-pt1);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  text-decoration: none;
  text-align: center;
}

.wrap-hight-info {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--color-pt8);
  text-align: left;
}

.wrap-qr-txt {
  display: flex;
}

.wrap-qr-txt .wrap-img {
  width: 92px;
  margin-right: 8px;
}

.wrap-qr-txt .txt-desc {
  flex: 1;
}

.lst-company>li+li {
  margin-top: 16px;
}

.lst-company .link {
  text-decoration: none;
  display: block;
}

.lst-company .link:hover {
  opacity: 0.8;
}

.lst-company .box-pt1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px;
}

.lst-company .wrap-img {
  width: 100px;
  margin-right: 16px;
}

.lst-company .wrap-desc {
  flex: 1;
  text-align: left;
}

.lst-company .wrap-desc .txt-desc {
  margin-top: 8px;
  min-height: 36px;
}

.wrap-language {
  display: flex;
  position: absolute;
  top: 4px;
  right: 0;
}

.wrap-language>li {
  background-color: #E8E8E8;
}

.wrap-language>li p {
  padding: 6px 38px;
  color: #FFFFFF;
}

.wrap-language>li:nth-child(odd) {
  border-radius: 5px 0px 0px 5px;
}

.wrap-language>li:nth-child(even) {
  border-radius: 0px 5px 5px 0px;
}

.wrap-language>li.active {
  background-color: #03A84E;
}

#tokyo,
#osaka,
#nagoya {
  margin-top: -80px;
  padding-top: 80px;
}

@media (min-width: 601px) and (max-width: 1279px) {
  .l-full {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media all and (min-width: 1280px) {

  html,
  body {
    overflow-x: clip;
  }

  .l-full {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    max-width: auto;
    max-width: initial;
  }
}


/* update footer */

footer .community_layout-section_section-host {
  padding: 0 !important;
}

a:hover {
  text-decoration: none !important;
}

.homepage-search .slds-button {
  height: 48px;
}

/* .wrap-sort .slds-form-element__control .slds-combobox__input{
  padding: 1.5rem !important;
} */
.wrap-sort .slds-form-element__control .slds-combobox {
  width: 250px;
}

.wrap-sort .slds-form-element__control .slds-truncate {
  font-size: 16px;
  padding: 16px 6px;
}

.pre-wrap {
    white-space:pre-wrap;
}
.u-dis-b-n {
  display: block;
}
/* .u-mgt-sf {
  margin-top: 51px;
} */
main .community_layout-section_section-host {
  padding: 0 !important;
}
.wrap-btn-pt1 {
  display: flex;
  justify-content: center;
}
.slds-input-has-icon .slds-input__icon {
  top: 0;
}
.lst-step > li .txt-bold {
  min-height: 40px;
}
@media only screen and (max-width: 600px) {
  .u-mgb-40-0 {
    margin-bottom: 40px;
  }
  .u-dis-b-n {
    display: none;
  }
  .l-inner {
    width: 100%;
    padding: 0 12px;
  }
  .breadcrumb a.link {
    line-height: 1.5;
    font-size: 14px;
  }
  .txt-st {
    font-size: 14px;
  }
  .hdg-lv2-pt1 {
    margin: 20px 0;
  }
  .hdg-lv2-pt1 span {
    font-size: 20px;
  }
  .box-pt1 {
    padding: 20px 15px;
  }
  .box-pt1 .txt-note {
    font-size: 14px;
    line-height: 18px;
  }
  .hdg-lv3 {
    margin: 30px 0 15px;
    padding: 8px;
    font-size: 16px;
  }
  .wrap-content .lst-jobs {
    margin-left: 0;
    display: block;
  }
  .wrap-content .lst-jobs>li {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .wrap-content .lst-jobs>li:nth-child(n+4) {
    margin-top: 20px;
  }
  .wrap-language {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    justify-content: flex-end;
  }
  .breadcrumb>li {
    font-size: 14px;
  }
  .lst-number > li {
    font-size: 14px;
  }
  .lst-dots > li {
    font-size: 14px;
  }
  .lst-alpha>li {
    font-size: 14px;
  }
  .wrap-title-absolute {
    padding: 8px 15px;
    font-size: 18px;
    top: -19px;
  }
  .wrap-content {
    padding: 40px 0 0;
    margin-top: 40px;
  }
  .wrap-content .box-pt1.u-pdt-64 {
    padding-top: 35px !important;
  }
  .box-pt1 + .box-pt1 {
    margin-top: 50px;
  }
  .lst-step {
    margin-top: 20px;
  }
  .lst-step > li {
    width: 50%;
  }
  .lst-step > li .txt-bold {
    min-height: 53px;
  }
  .lst-step > li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .lst-tags.pt1 .tag {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .wrap-qr-txt {
    flex-direction: column-reverse;
  }
  .wrap-search {
    border: 1px solid var(--color-pt1);
  }

  .wrap-search .wrap-input:before {
    width: 24px;
    height: 24px;
    left: 10px;
  }
  .wrap-search .wrap-input .txt-input {
    font-size: 16px;
    padding: 12px 10px 12px 58px;
  }
  .wrap-search .btn-search {
    padding: 12px;
    width: 100%;
    margin-left: 0;
  }
  .wrap-content .hdg-location {
    width: 100%;
  }
  .wrap-content .lst-advise .wrap-advise {
    padding: 16px 5px 55px;
  }
  .wrap-content .lst-advise.w-20 li {
    width: 50%;
  }
  .wrap-content .lst-advise .avt {
    width: 90px;
    height: 90px;
  }
  .wrap-content .lst-advise .txt-name {
    font-size: 12px;
  }
  .wrap-content .hdg-location .sub-large {
    font-size: 100px;
    top: -15px;
  }
  .wrap-main {
    max-width: none;
    width: auto;
    height: auto;
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .wrap-intro .txt-lead {
    font-size: 15px;
  }
  .wrap-col-2 {
    flex-direction: column;
  }
  .tbl-info th {
    margin-right: 0;
    width: 110px;
  }
  .tbl-info td {
    padding: 8px 9px 16px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .wrap-col-2 .wrap-right {
    margin-left: 0;
    margin-top: 20px;
    flex: 1;
  }
  .wrap-box-paging {
    flex-direction: column;
  }
  .lst-news {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .lst-news > li {
    width: 100%;
  }
  .wrap-new {
    flex-direction: column;
  }
  .wrap-new .wrap-info {
    padding: 16px;
  }
  .wrap-new .wrap-info .txt-title {
    font-size: 14px;
  }
  .txt-day {
    font-size: 14px;
  }
  .wrap-content .txt-st.pt1 {
    font-size: 14px;
    margin-top: 5px;
  }
  .paging {
    justify-content: center;
  }
  .wrap-title {
    padding: 10px;
  }
  .wrap-title .txt-title {
    font-size: 1.6rem;
    line-height: 1.45 !important;
    min-height: 16px;
  }
  .wrap-detail .txt-day.u-mgt-8.ico.time {
    font-size: 1.4rem;
  }
  .wrap-new .wrap-img {
    width: auto;
    margin-right: 0;
    margin: 0 auto;
  }
  .wrap-new .wrap-img img {
    width: 100%;
    height: auto;
  }
  .wrap-blog {
    padding: 10px;
    flex-direction: column;
  }
  .blog-content {
    display: flex;
    flex-direction: column;
  }
  .wrap-blog .thumb {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .breadcrumb {
    width: 100vw;
  }
  .wrap-content .hdg-lv2 {
    font-size: 2.6rem;
  }
  .wrap-content .lst-videos {
    flex-direction: column;
    margin-left: 0;
  }
  .wrap-content .lst-videos>li {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .wrap-content .lst-videos>li:nth-child(n+4) { margin-top: 15px }

  .wrap-content .lst-jobs .wrap-price-day {
    margin-top: 15px;
  }
  .lst-tags>li {
    margin-top: 5px;
  }
  .wrap-content .lst-advise {
    margin-top: 20px;
  }
  .lst-step>li:nth-child(even):before {
    content: none;
  }
  .lst-step>li:nth-child(even):after {
    content: none;
  }
  .wrap-intro {
    padding: 24px 12px;
  }
  .lst-keyword {
    margin-left: -5px;
    margin-top: 5px;
  }
  .lst-keyword > li {
    padding-left: 5px;
    width: 33.33%;
  }
  .lst-keyword > li:nth-child(n+4) {
    margin-top: 5px;
  }
  .wrap-job {
    padding: 12px 10px 67px;
  }
  .u-pdt-56 {
    padding-top: 0 !important;
    padding-bottom: 40px;
  }
  .wrap-main.pt1 {
    background-image: url(/resource/ga_resource/images/img-mv-detail.jpg);
    height: auto;
    padding-top: 25px;
    padding-bottom: 40px;
    width: auto;
  }
  .wrap-sort {
    justify-content: center;
  }
  .tbl-info th {
    vertical-align: top;
  }
  .lst-tags {
    margin-top: 30px;
  }
  .lst-tags > li {
    width: 33.33%;
  }
  .wrap-content .wrap-txt-ytb {
    margin-top: 30px;
    display: block;
  }
  .wrap-content .link-ytb {
    display: block;
    text-align: center;
  }
  .wrap-content .txt-subscribe {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    padding: 12px;
  }
  .wrap-content .txt-subscribe:before {
    left: 0;
    right: 0;
    top: -58px;
    border-width: 0 16.5px 16px 16.5px;
    border-color: transparent transparent var(--color-pt1);
  }
  .wrap-content .lst-videos .wrap-video .wrap-txt {
    padding: 6px 0 0;
    text-align: center;
  }
  .wrap-box-job .wrap-box-content .txt-desc {
    word-break: break-word;
  }
  .wrap-content .lst-jobs .wrap-box-job .txt-title-job {
    word-break: break-word;
  }
  .wrap-sort .slds-form-element__control .slds-combobox {
    width: auto;
  }
  .wrap-sort .slds-form-element__control .slds-truncate {
    font-size: 14px;
  }
  .wrap-btn-pt1 {
    justify-content: center;
  }
  .slds-show {
    margin-bottom: 20px;
  }
  .wrap-main.pt1 .wrap-intro {
    padding: 24px 12px;
  }
  .wrap-content .txt-cap {
    font-size: 16px;
  }
  .wrap-content.bg-pt1 {
    padding-bottom: 24px;
  }
  .wrap-content .lst-videos .wrap-video .txt-desc {
    text-align: left;
    padding-left: 10px;
  }
}
@media all and (max-width: 600px) {
  .l-full {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}