article header h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
}
article section h3 {
  width: auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
}
article section p {
  width: auto;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}
article section div.btn_wrap a.btn {
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
  margin: auto;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  background: #000;
}

/*============================
#title
============================*/
article#title {
  width: auto;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  article#title {
    width: auto;
    margin: 0;
    min-height: 200px;
    margin-top: 72px;
  }
}
article#title section.full {
  width: auto;
  min-height: 300px;
}
@media screen and (max-width: 768px) {
  article#title section.full {
    width: auto;
    min-height: 200px;
  }
}
article#title section.full div.title {
  width: auto;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0%, -50%);
  color: #fff;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  article#title section.full div.title {
    width: 100%;
    padding-right: 0;
    font-size: 4.8rem;
    text-align: center;
    left: 0;
  }
}
article#title section.full div.title h1 {
  width: auto;
  font-size: 6rem;
  letter-spacing: 4px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  article#title section.full div.title h1 {
    width: auto;
  }
}

/*============================
#policy
============================*/
article#policy section div.post_body {
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  article#policy section div.post_body {
    padding-bottom: 40px;
  }
}
article#policy section div.post_body h4.wp-block-heading {
  font-size: 1.8rem;
  color: #fff;
  padding: 20px 0 10px;
}
article#policy section div.post_body h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-top: 80px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  article#policy section div.post_body h3 {
    width: 100%;
    font-size: 1.6rem;
  }
}
article#policy section div.post_body p {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#policy section div.post_body p {
    width: 100%;
  }
}
article#policy section div.post_body ol {
  width: 100%;
  list-style: auto;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  padding: 10px 0 10px 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#policy section div.post_body ol {
    width: 100%;
  }
}
article#policy section div.post_body ol li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#policy section div.post_body ol li {
    width: 100%;
  }
}
article#policy section div.post_body ol ol {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  padding: 10px 0 20px 16px;
}
@media screen and (max-width: 768px) {
  article#policy section div.post_body ol ol {
    width: 100%;
  }
}
article#policy section div.post_body ol ol li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#policy section div.post_body ol ol li {
    width: 100%;
  }
}

/*============================
#contact
============================*/
article#contactform {
  color: #1A1A1A;
}
article#contactform .wpcf7-list-item {
  margin: 20PX 0 40px;
}
article#contactform section div.contact {
  max-width: 680px;
  padding: 0 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#contactform section div.contact {
    padding: 0;
  }
}
article#contactform section div.contact.confirm .cf7-item .cf7-a p {
  border-bottom: solid 1px;
  height: 36px;
  padding: 0 20px;
}
article#contactform section div.contact .form-heading > p {
  padding-bottom: 40px;
  text-align: left;
  letter-spacing: 2px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  article#contactform section div.contact .form-heading > p {
    line-height: 2;
  }
}
article#contactform section div.contact #cf7-area {
  width: auto;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  article#contactform section div.contact #cf7-area {
    padding-top: 0;
  }
}
article#contactform section div.contact #cf7-area .cf7-item {
  width: auto;
  margin-bottom: 40px;
}
article#contactform section div.contact #cf7-area .cf7-item .cf7-q {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
article#contactform section div.contact #cf7-area .cf7-item .cf7-q label {
  width: auto;
  display: flex;
  white-space: nowrap;
  align-items: center;
  font-size: 1.4rem;
}
article#contactform section div.contact #cf7-area .cf7-item .cf7-q .cf7-req {
  padding-left: 4px;
}
article#contactform section div.contact #cf7-area .cf7-item .cf7-a {
  width: 100%;
}
article#contactform section div.contact #cf7-area .cf7-item .cf7-a input {
  width: 100%;
  color: #fff;
  border-bottom: solid 1px;
  height: 48px;
  padding: 0 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
article#contactform section div.contact #cf7-area .cf7-item .cf7-a textarea {
  width: 100%;
  padding: 10px 20px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #fff;
}
article#contactform section div.contact #cf7-area .cf7-item.flex {
  display: flex;
}
article#contactform section div.contact #cf7-area .cf7-item.flex .cf7-a {
  padding-left: 20px;
}
article#contactform section div.contact #cf7-area .cf7-item.flex .cf7-a p {
  border-bottom: solid 1px;
}
article#contactform section div.contact #cf7-area .cf7-item.message .cf7-a p {
  border-bottom: solid 1px;
}
article#contactform section div.contact .wpcf7-spinner {
  display: none;
}
article#contactform section div.contact .wpcf7-submit {
  background-image: linear-gradient(90deg, #49FAF2 0%, #c952f9 100%);
  background-size: cover;
  border-radius: 4px;
  padding: 10px 10px;
  width: 240px;
  margin: 0px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  article#contactform section div.contact .wpcf7-submit {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
article#contactform section div.contact .wpcf7-previous {
  border-radius: 4px;
  padding: 10px 10px;
  width: 120px;
  margin: 0px auto 0;
  display: block;
  background: #ddd;
  color: #333;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  article#contactform section div.contact .wpcf7-previous {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
  }
}
article#contactform section div.contact .btn-wrap {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  article#contactform section div.contact .btn-wrap {
    display: block;
  }
}

/*============================
#confirm
============================*/
article#confirm header {
  width: 100%;
  position: relative;
  padding: 180px 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  article#confirm header {
    width: 100%;
  }
}
article#confirm header img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  article#confirm header img.bg {
    width: 100%;
  }
}
article#confirm header h2 {
  width: 100%;
  font-size: 4.8rem;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#confirm header h2 {
    width: 100%;
  }
}
article#confirm header h2 i {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  article#confirm header h2 i {
    width: 100%;
  }
}
article#confirm section div.wrap {
  padding-bottom: 80px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap {
    padding-bottom: 40px;
  }
}
article#confirm section div.wrap div#cf7-area {
  width: auto;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area {
    width: 100%;
  }
}
article#confirm section div.wrap div#cf7-area div.form-heading {
  width: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area div.form-heading {
    width: 100%;
  }
}
article#confirm section div.wrap div#cf7-area div.cf7-item {
  width: auto;
  display: flex;
  padding: 25.5px 0;
  border-bottom: solid 1px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area div.cf7-item {
    width: 100%;
    flex-wrap: wrap;
  }
}
article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-q {
  width: 240px;
  min-width: 240px;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-q {
    width: 100%;
    padding-bottom: 10px;
  }
}
article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-q label {
  width: auto;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-q label {
    width: 100%;
  }
}
article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-q label span {
  color: #CB1F16;
  margin-left: 4px;
}
article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-a {
    width: 100%;
  }
}
article#confirm section div.wrap div#cf7-area div.cf7-item div.cf7-a p {
  width: 100%;
  display: block;
  background: #e4e4e4;
  border: none;
  line-height: 1.8;
  font-style: normal;
  padding: 6px 10px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  word-break: break-all;
}
article#confirm section div.wrap div#cf7-area .flex-contact {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area .flex-contact {
    flex-wrap: wrap;
  }
}
article#confirm section div.wrap div#cf7-area .flex-contact .cf7-previous {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area .flex-contact .cf7-previous {
    margin-top: 40px;
  }
}
article#confirm section div.wrap div#cf7-area .flex-contact .cf7-previous p {
  background: #e4e4e4;
  color: #666;
  width: 240px;
  padding: 20.5px 20px 20.5px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin: auto;
  cursor: pointer;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area .flex-contact .cf7-previous p {
    margin-right: 0;
  }
}
article#confirm section div.wrap div#cf7-area .flex-contact div.cf7-submit {
  width: auto;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area .flex-contact div.cf7-submit {
    width: 100%;
    padding-top: 40px;
  }
}
article#confirm section div.wrap div#cf7-area .flex-contact div.cf7-submit p {
  background: #CB1F16;
  color: #fff;
  width: 240px;
  padding: 20.5px 20px 20.5px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin: auto;
  cursor: pointer;
  margin-left: 20px;
}
article#confirm section div.wrap div#cf7-area .flex-contact div.cf7-submit p .wpcf7-spinner {
  display: none;
}
article#confirm section div.wrap div#cf7-area .flex-contact div.cf7-submit p:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  article#confirm section div.wrap div#cf7-area .flex-contact div.cf7-submit p {
    margin-left: auto;
  }
}

/*============================
#thanks
============================*/
article#thanks header {
  width: 100%;
  position: relative;
  padding: 180px 0;
  background: #000;
}
@media screen and (max-width: 768px) {
  article#thanks header {
    width: 100%;
  }
}
article#thanks header img.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  article#thanks header img.bg {
    width: 100%;
  }
}
article#thanks header h2 {
  width: 100%;
  font-size: 4.8rem;
  letter-spacing: 4px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  article#thanks header h2 {
    width: 100%;
  }
}
article#thanks header h2 i {
  width: 100%;
  display: block;
  font-size: 1.4rem;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  article#thanks header h2 i {
    width: 100%;
  }
}
article#thanks section div.wrap {
  padding-bottom: 80px;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#thanks section div.wrap {
    padding-bottom: 40px;
  }
}
article#thanks section div.wrap p {
  max-width: 800px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-bottom: 80px;
  margin: auto;
}
article#thanks section div.wrap div.btn_wrap a.btn {
  background: #CB1F16;
  color: #fff;
  width: 240px;
  padding: 18px 20px 15px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-size: 24px;
  justify-content: center;
  line-height: 1;
  position: relative;
  margin: auto;
}
article#thanks section div.wrap div.btn_wrap a.btn:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  right: 0;
  position: absolute;
}
article#thanks section div.wrap div.btn_wrap a.btn:after {
  content: "";
  background: #CB1F16;
  height: 1px;
  width: 40px;
  right: -40px;
  position: absolute;
}

/*============================
#news
============================*/
@media screen and (max-width: 768px) {
  article#news section {
    padding-top: 0;
  }
}
article#news section div.wrap ul#content li.news__content {
  margin-bottom: 40px;
}
article#news section div.wrap ul#content li.news__content a.link {
  display: flex;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link {
    flex-wrap: wrap;
  }
}
article#news section div.wrap ul#content li.news__content a.link p {
  font-size: 1.6rem;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: solid 2px #aaa;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link p {
    border: none;
    padding-left: 0;
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
}
article#news section div.wrap ul#content li.news__content a.link div.info {
  display: flex !important;
  padding: 0px 0 20px;
  color: #fff;
  align-items: center;
}
article#news section div.wrap ul#content li.news__content a.link div.info.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link div.info.sp {
    display: flex !important;
  }
}
article#news section div.wrap ul#content li.news__content a.link div.info p {
  padding-right: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link div.info p {
    padding-bottom: 0;
  }
}
article#news section div.wrap ul#content li.news__content a.link div.info span {
  color: #fff;
  border: solid 1px;
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
article#news section div.wrap ul#content li.news__content a.link div.text__content {
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: solid #aaa;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link div.text__content {
    padding-left: 0;
  }
}
article#news section div.wrap ul#content li.news__content a.link div.text__content span {
  color: #fff;
  border: solid 1px;
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
article#news section div.wrap ul#content li.news__content a.link div.text__content h3 {
  padding-left: 10px;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  background-clip: initial;
  background-image: none;
  -webkit-text-fill-color: initial;
}
@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link div.text__content h3 {
    padding-left: 0;
    font-size: 1.4rem;
  }
}
article#news section div.wrap div.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}
article#news section div.wrap div.pagination span.page-numbers.current {
  border: solid 1px #aaa;
  background: #aaa;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  margin: 0 10px;
}
article#news section div.wrap div.pagination a.page-numbers {
  border: solid 1px #aaa;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 10px;
}
article#news section div.wrap div.pagination a.next.page-numbers {
  border: none;
  width: auto;
}
article#news section div.wrap div.pagination a.prev.page-numbers {
  border: none;
  width: auto;
}

/*============================
#single
============================*/
article#single header {
  max-width: 880px;
  margin: auto;
  padding: 80px 40px 40px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#single header {
    padding: 40px 20px;
    padding-top: 0;
  }
}
article#single header div.info {
  display: flex;
  padding: 40px 0 20px;
  color: #fff;
  align-items: center;
}
article#single header div.info p {
  padding-right: 40px;
  letter-spacing: 2px;
}
article#single header div.info span {
  color: #fff;
  border: solid 1px;
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
article#single header h2 {
  text-shadow: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2px;
}
article#single section {
  max-width: 880px;
  padding-top: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#single section {
    padding-bottom: 80px;
  }
}
article#single section div.wrap {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}
article#single section div.wrap p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}
article#single section div.wrap a {
  color: #03A9F4;
  text-decoration: underline;
}

/*============================
#mission
============================*/
article#mission header {
  display: flex;
  color: #fff;
  max-width: 1280px;
  margin: auto;
  padding: 80px 40px 40px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  article#mission header {
    padding: 0 20px;
    flex-wrap: wrap;
  }
}
article#mission header h2 {
  text-shadow: none;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#mission header h2 {
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
  }
}
article#mission header h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  article#mission header h3 {
    font-size: 2rem;
    text-align: left;
  }
}
article#mission section {
  padding-top: 40px;
}
article#mission section h4 {
  color: #fff;
  line-height: 1.4;
  padding-bottom: 20px;
  font-size: 2rem;
}
article#mission section p {
  width: auto;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 2px;
  max-width: 600px;
}

/*============================
#company
============================*/
article#company section {
  display: flex;
  align-items: flex-start;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  article#company section {
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
}
article#company section div.content div.info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  article#company section div.content div.info {
    display: block;
  }
}
article#company section div.content div.info div.img {
  width: 30%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  article#company section div.content div.info div.img {
    width: 100%;
    padding: 40px;
    max-width: 200px;
    margin: auto;
  }
}
article#company section div.content div.info table {
  color: #fff;
  border-collapse: collapse;
  width: calc(70% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  article#company section div.content div.info table {
    width: 100%;
    margin: 0;
  }
}
article#company section div.content div.info table tbody tr th {
  line-height: 2;
  position: relative;
  vertical-align: middle;
  padding: 20px;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#company section div.content div.info table tbody tr th {
    padding: 20px 0;
    white-space: nowrap;
  }
}
article#company section div.content div.info table tbody tr th:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(90deg, #49FAF2 0%, #c952f9 100%);
}
article#company section div.content div.info table tbody tr td {
  border-bottom: solid 2px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 20px;
  line-height: 2;
}
article#company section div.content div.info:last-child {
  flex-direction: row-reverse;
  margin-bottom: 0px;
}
article#company section div.content div.info:last-child table {
  margin-left: 0px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  article#company section div.content div.info:last-child table {
    width: 100%;
    margin: 0;
  }
}

/*============================
#talent
============================*/
article#talent div.headline {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}
article#talent div.headline p {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #000;
  max-width: 1280px;
  margin: auto;
}
article#talent section {
  padding-bottom: 40px;
}
article#talent section div.wrap ul {
  display: flex;
  flex-wrap: wrap;
}
article#talent section div.wrap ul {
  gap: 24px;
}
article#talent section div.wrap ul li.talent__content {
  width: calc(100% / 6 - 20px);
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  article#talent section div.wrap ul li.talent__content {
    width: calc(25% - 18px);
  }
}
@media screen and (max-width: 768px) {
  article#talent section div.wrap ul li.talent__content {
    width: calc(50% - 12px);
  }
}
article#talent section div.wrap ul li.talent__content a.link {
  display: block;
}
article#talent section div.wrap ul li.talent__content a.link .blog-detail__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
article#talent section div.wrap ul li.talent__content a.link .blog-detail__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.4s ease;
}
article#talent section div.wrap ul li.talent__content a.link:hover .blog-detail__image img {
  transform: scale(1.1);
}
article#talent section div.wrap ul li.talent__content a.link div.text__content {
  padding-top: 10px;
  text-align: center;
}
article#talent section div.wrap ul li.talent__content a.link div.text__content h3 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
@media screen and (max-width: 768px) {
  article#talent section div.wrap ul li.talent__content a.link div.text__content h3 {
    font-size: 1.2rem;
    padding: 0;
  }
}
article#talent section div.wrap ul li.talent__content a.link div.text__content p {
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.8;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  article#talent section div.wrap ul li.talent__content a.link div.text__content p {
    font-size: 10px;
  }
}
article#talent section div.wrap div.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
}
article#talent section div.wrap div.pagination span.page-numbers.current {
  border: solid 1px #aaa;
  background: #aaa;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  margin: 0 10px;
}
article#talent section div.wrap div.pagination a.page-numbers {
  border: solid 1px #aaa;
  color: #fff;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 10px;
}
article#talent section div.wrap div.pagination a.next.page-numbers {
  border: none;
  width: auto;
}
article#talent section div.wrap div.pagination a.prev.page-numbers {
  border: none;
  width: auto;
}

/*============================
#talentSingle
============================*/
article#talentSingle {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
article#talentSingle section {
  /* padding-top: 0; */
}
article#talentSingle section div.wrap {
  display: flex;
  min-height: 600px;
}
@media screen and (max-width: 768px) {
  article#talentSingle section div.wrap {
    display: block;
    min-height: auto;
  }
}
article#talentSingle section div.wrap div.img {
  position: relative;
  width: 45%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  article#talentSingle section div.wrap div.img {
    width: 100%;
  }
}
article#talentSingle section div.wrap div.img .talent-visual {
  position: relative;
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  article#talentSingle section div.wrap div.img .talent-visual {
    min-height: 400px;
  }
}
article#talentSingle section div.wrap div.img .talent-visual .talent-shadow {
  position: absolute;
  bottom: 0;
  left: -15%;
  width: 110%;
  max-height: 110%;
  object-fit: contain;
  object-position: bottom;
  z-index: 1;
  opacity: 0.3;
}
article#talentSingle section div.wrap div.img .talent-visual .talent-detail {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom;
  z-index: 2;
}
article#talentSingle section div.wrap div.img a.official {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin: 20px 0 0;
  letter-spacing: 2px;
}
article#talentSingle section div.wrap div.img ul.sns {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  article#talentSingle section div.wrap div.img ul.sns {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 20px;
  }
}
article#talentSingle section div.wrap div.img ul.sns li {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
article#talentSingle section div.wrap div.img ul.sns li a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}
article#talentSingle section div.wrap div.img ul.sns li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article#talentSingle section div.wrap div.info {
  padding-left: 40px;
  padding-top: 40px;
  color: #fff;
  flex: 1;
}
@media screen and (max-width: 768px) {
  article#talentSingle section div.wrap div.info {
    padding: 40px 0 0;
    width: 100%;
  }
}
article#talentSingle section div.wrap div.info h2 {
  padding-bottom: 10px;
  font-size: 3rem;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
}
article#talentSingle section div.wrap div.info i {
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding-bottom: 0px;
  display: block;
  opacity: 0.8;
}
article#talentSingle section div.wrap div.info .has-text-align-center {
  text-align: center;
}
article#talentSingle section div.wrap div.info p {
  padding-top: 20px;
}
article#talentSingle section div.wrap div.info a {
  color: #03A9F4;
  text-decoration: underline;
}
article#talentSingle section div.wrap div.info ul li {
  font-size: 1.4rem;
  letter-spacing: 2px;
  color: #fff;
}
article#talentSingle section div.wrap div.info .talent-video {
  margin-top: 40px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
article#talentSingle section div.wrap div.info .talent-video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*============================
#works
============================*/
article#works div.headline {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
}
article#works div.headline p {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #000;
  max-width: 1280px;
  margin: auto;
}
article#works section {
  padding-bottom: 40px;
}
article#works section div.wrap ul {
  display: flex;
  flex-wrap: wrap;
}
article#works section div.wrap ul li.talent__content {
  width: calc(33.3333333333% - 30px);
  margin-right: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.talent__content {
    width: 100%;
    margin-right: 0px;
  }
}
article#works section div.wrap ul li.talent__content a.link .blog-detail__image img {
  background: #fff;
}
article#works section div.wrap ul li.talent__content a.link div.text__content h3 {
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2px;
  padding: 10px 0 0;
  color: #fff;
  color: #fff;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  background: none;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.talent__content a.link div.text__content h3 {
    padding: 10px 0;
  }
}
article#works section div.wrap ul li.talent__content a.link div.text__content p {
  text-align: left;
}
article#works section div.wrap ul li.talent__content:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.talent__content:nth-child(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.talent__content:nth-child(2n) {
    margin-right: 0;
  }
}

/*============================
#job
============================*/
article#job header {
  text-align: center;
  padding: 0;
}
article#job header h2 {
  font-size: 3.6rem;
}
article#job section div.content div.info table {
  color: #fff;
  border-collapse: collapse;
  margin: auto;
}
@media screen and (max-width: 768px) {
  article#job section div.content div.info table {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  article#job section div.content div.info table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
article#job section div.content div.info table tbody tr th {
  line-height: 2;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  padding: 20px;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  article#job section div.content div.info table tbody tr th {
    padding: 20px 0 0 10px;
    white-space: nowrap;
    width: 100%;
    line-height: 1;
    text-align: left;
  }
}
article#job section div.content div.info table tbody tr th:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: linear-gradient(90deg, #49FAF2 0%, #c952f9 100%);
}
@media screen and (max-width: 768px) {
  article#job section div.content div.info table tbody tr th:after {
    display: none;
  }
}
article#job section div.content div.info table tbody tr td {
  border-bottom: solid 2px;
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  article#job section div.content div.info table tbody tr td {
    width: 100%;
    border-bottom: none;
    position: relative;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  article#job section div.content div.info table tbody tr td:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background: linear-gradient(90deg, #49FAF2 0%, #c952f9 100%);
  }
}

/*============================
#apply
============================*/
article#apply header {
  text-align: center;
  padding: 0;
}
article#apply header h2 {
  font-size: 3.6rem;
}
article#apply section div.content p {
  text-align: center;
  padding-bottom: 40px;
}
article#apply section div.content div.mail_wrap {
  text-align: center;
  padding: 40px;
}
article#apply section div.content div.mail_wrap a {
  color: #fff;
  font-size: 2.4rem;
}
article#apply section div.content div {
  text-align: center;
}
article#apply section div.content div small {
  color: #fff;
}/*# sourceMappingURL=common.css.map */