/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url('common.css');

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

.flex-box {
  display: flex;
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sp{
  display: none;
}

header li,
footer li {
  cursor: pointer;
}

.btn-primary {
  color: white !important;
  padding: 5px 12px;
  border: none;
  background-color: #d30000;
  font-family: "Noto Sans", sans-serif;
}

.arrow-default,
.arrow-red {
  position: relative;
}

.arrow-default::before,
.arrow-red::before {
  content: "\25B6";
  position: absolute;
  left: 0;
  font-style: normal;
  font-size: 20px;
}

.arrow-default::before {
  top: 0;
  color: white;
}

.arrow-red::before {
  top: 12px;
  color: red;
}

@media screen and (max-width: 767px) {
  .arrow-default::before,
  .arrow-red::before {
    font-size: 15px;
  }

  .arrow-default::before {
    top: 14px;
    left: 12%;
    color: white;
  }

  .arrow-red::before {
    top: 6px;
    color: red;
  }
}

.red {
  color: #d30000;
}

/*------------------------------------------------------------
breadcrumb start
------------------------------------------------------------*/

#breadcrumb {
	margin-top: 80px;
    color: #000000;
}

#breadcrumb .page-top-footer {
	display: none;
}

#breadcrumb ul li a span {
    color: #000000 !important;
}

#breadcrumb:after {
  background-color: #ffffff !important;
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    margin-top: 70px;
  }
}

/*------------------------------------------------------------
breadcrumb end
------------------------------------------------------------*/

/*------------------------------------------------------------
header
------------------------------------------------------------*/
#wrapper:has(.menu-navbar-sp.slide-in) .container-contents.animate {
  animation-fill-mode: unset;
  display: none;
}

#header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-bottom: solid 1px #f2f1f1;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo .logo-left {
  margin-right: 12px;
}

#header .logo .logo-right {
  align-items: flex-start;
}

#header .logo .logo-right img:last-child {
  margin-left: 8px;
}

.menu-navbar .menu-item {
  margin: 0 15px;
  font-weight: 500;
  color: #000000;
}

.menu-navbar .menu-item:hover a {
  color: #000000;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #header {
    padding: 10px;
  }

  #header .logo .logo-left {
    margin-right: 5px;
    width: 80px;
  }

  #header img {
    width: 50%;
  }
  #header .menu-navbar {
    display: none;
  }
}

.icon-navbar-cover {
  position: absolute;
  display: none;
  top: 5px;
  right: 0;
  width: 55px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .icon-navbar-cover {
    display: block;
  }
}

.icon-navbar-cover .box-icon {
  position: absolute;
  cursor: pointer;
  height: 30px;
  top: 20px;
  width: 30px;
  right: 12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.icon-navbar-cover .box-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.icon-navbar-cover .box-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.icon-navbar-cover .box-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.icon-navbar-cover .box-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.icon-navbar-cover.open .box-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 4px;
}

.icon-navbar-cover.open .box-icon span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.icon-navbar-cover.open .box-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 4px;
}

.menu-navbar-sp {
  transform: translateX(100%);
  transition: 0.3s;
  position: absolute;
  top: 75px;
  right: 10px;
  width: 80%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  z-index: 10;
  opacity: 0;
}
.menu-navbar-sp.slide-in {
  transform: translateX(0);
  transition: 0.5s;
  opacity: 1;
}

.menu-navbar-sp li {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.menu-navbar-sp li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.menu-navbar .flex-box li {
    margin-right: 20px; 
}

/*------------------------------------------------------------
end header
------------------------------------------------------------*/

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
.main-contents {
  margin-bottom: 50px;
}

.container-contents {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-contents {
    width: 95%;
    margin: 70px auto 0;
    padding-top: 0;
  }

  .container-contents:has(.by-age) {
    margin-top: 20px;
  }

  .container-contents:has(.box-about),
  .container-contents:has(.box-interview),
  .container-contents.footer-bottom {
    margin-top: 0;
  }

  .container-contents:has(.box-service) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .container-contents {
    width: 100%;
    margin-top: 110px;
  }

  .container-contents:has(.by-age) {
    margin-top: 45px;
  }

  .container-contents:has(.box-about),
  .container-contents:has(.box-interview) {
    margin-top: 0;
  }

  .container-contents.footer-top,
  .container-contents.footer-bottom {
    margin-top: 0;
  }
}
@media (min-width: 835px) and (max-width: 1199px) {
  .container-contents {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-contents {
    width: 1200px;
  }
}

.bg-gray {
  background-color: #ececec;
}

.bg-black {
  background-color: #000000;
}

.container-contents .detail {
  color: black !important;
  margin-top: 15px;
  padding-left: 15px;
  border-left: 3px solid #d30000;
}

/* Box group content */
.box-group-content .title-box {
  font-size: 40px;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
  padding-left: 25px;
}

.box-group-content .title-box .red {
  font-size: 60px;
}

.box-group-content.by-side-job .title-box .red {
  font-size: 35px;
}

.box-group-content .subtitle-box {
  font-size: 23px;
  color: #d30000;
  font-weight: bold;
  margin: 0 0 50px;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .box-group-content .title-box {
    font-size: 25px;
  }

  .box-group-content .subtitle-box {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .container-contents .detail {
    padding-left: 10px;
  }
}

/* Box interview */
.box-interview {
  padding-top: 80px;
  position: relative;
}
.box-interview-content {
  justify-content: space-between;
  align-items: stretch;
}

.box-interview .box-content-left {
  width: 63%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.box-interview .box-content-left .item-content {
  position: relative;
  width: 48%;
  margin-bottom: 50px;
  gap: 40px;
  box-shadow: 0px 2.04px 7.49px 0px #00000040;
}

.box-interview .box-content-left .item-content:nth-child(5),
.box-interview .box-content-left .item-content:nth-child(6) {
  margin-bottom: 0;
}

.box-interview .box-content-left .item-content img {
  width: 100%;
}

.box-interview .box-content-left .item-content .info {
  padding: 15px;
}

.box-interview .box-content-left .item-content p {
  font-size: 13.6px;
  margin: 5px 0;
  font-weight: 700;
}

.box-interview .box-content-left .item-content .ab-info {
  position: absolute;
  top: 20px;
  left: 0;
}

.box-interview .box-content-left .item-content .ab-info .btn-cate {
  font-size: 17.45px;
  padding: 2px 12px;
}

.box-interview .box-content-left .item-content .ab-info .cpn-name {
  color: #000000;
  margin-left: 13px;
  font-weight: normal;
  font-size: 17px;
}

.box-interview .box-content-right {
  flex: 1;
  margin-left: 40px;
  height: auto;
  padding: 25px;
  color: white;
  background-color: #d30000;
}

.box-interview .box-content-right .title {
  font-size: 35px;
  margin: 0 0 10px;
  font-weight: 700;
  text-align: center;
}

.box-interview .box-content-right .subtitle {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  font-weight: 500;
}

.btn-show-list {
  position: absolute;
  top: 95px;
  left: 275px;
  width: 236px;
  height: 50px;
  font-size: 23px;
  text-align: center;
}

.btn-show-list.arrow-default::before {
  top: 10px;
  left: 10%;
}

.box-interview .item-content .btn-primary {
  font-size: 11px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .box-interview {
    padding-top: 30px;
  }

  .box-interview .box-interview-content {
    flex-direction: column;
  }

  .box-interview .box-content-item,
  .box-interview .box-content-left .item-content {
    width: 100%;
  }

  .box-interview .box-content-left .item-content:nth-child(3),
  .box-interview .box-content-left .item-content:nth-child(4) {
    width: 48%;
  }

  .box-interview .box-content-left .item-content:nth-child(3) p,
  .box-interview .box-content-left .item-content:nth-child(4) p {
    font-size: 7px !important;
  }

  .box-interview .box-content-left .item-content:nth-child(3) .btn-primary,
  .box-interview .box-content-left .item-content:nth-child(4) .btn-primary {
    font-size: 7px !important;
  }

  .box-interview .box-content-left .item-content:nth-child(3) .btn-cate,
  .box-interview .box-content-left .item-content:nth-child(4) .btn-cate {
    font-size: 5px !important;
    padding: 2px 5px;
  }

  .box-interview .box-content-left .item-content:nth-child(n + 5) {
    display: none;
  }

  .box-interview .box-content-left .item-content {
    margin-bottom: 21px !important;
  }

  .box-interview .box-content-right {
    margin-top: 60px;
    margin-left: 0;
    min-height: 400px;
  }

  .btn-show-list {
    position: relative;
    inset: unset !important;
    margin: 10px auto 0;
  }
  .box-interview .box-content-left .item-content p {
    font-size: 12.6px;
  }

  .box-interview .box-content-left .item-content .ab-info {
    top: 5px;
  }

  .box-interview .box-content-left .item-content .ab-info .btn-cate {
    font-size: 16px;
  }

  .box-interview .box-content-left .item-content .ab-info .cpn-name {
    font-size: 15.75px;
  }

  .box-interview .box-content-right .title {
    font-size: 25px;
  }

  .box-interview .box-content-right .subtitle {
    font-size: 15px;
  }
}

/* Box interview -- end */

/* Box articles */
.box-articles {
  padding: 64px 0;
}

.box-articles.by-age,
.box-articles.by-side-job {
  padding: 0;
}

.box-articles .title-box {
  margin-top: 0;
  font-size: 35px;
}

.box-articles .arrow-red::before {
  top: 33px;
}

.box-articles .tabs {
  display: flex;
}

.box-articles .tabs button {
  width: 15%;
  padding: 15px;
  border: none;
  margin-right: 10px;
  color: #ffffff;
  background-color: #000;
  font-weight: bold;
  cursor: pointer;
  font-size: 25px;
}

.box-articles.by-status .tabs button,
.box-articles.by-side-job .tabs button {
  width: auto;
  min-width: 120px;
}

.box-articles.by-age .tabs button,
.box-articles.by-side-job .tabs button {
  background-color: #d30000;
}

.box-articles .tabs button.active {
  background-color: #d30000;
}

.box-articles.by-age .tabs button.active,
.box-articles.by-side-job .tabs button.active {
  background-color: #000;
}

.box-articles .tab-content {
  display: none;
  padding: 66px 35px;
  background-color: #d30000;
}

.box-articles.by-age .tab-content,
.box-articles.by-side-job .tab-content {
  background-color: #000;
}

.box-articles .tab-content.active {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.box-articles .item-post {
  background: white;
  width: 100%;
  min-height: 140px;
  display: flex;
  padding: 20px 25px;
  color: #000;
}

.box-articles .item-post img {
  width: 35%;
}

.box-articles .item-post .description {
  flex: 1;
  margin-left: 28px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.box-articles .item-post .description .btn-primary {
  padding: 2px 12px;
  background-color: #000000;
  font-size: 11px;
}

.box-articles .item-post .detail {
  flex: 1;
}

.box-articles .item-post p {
  margin: 0 0 5px;
  font-size: 14px;
}

.item-post-link {
    text-decoration: none;
    width: calc(48% + 6px);
    color: inherit;
    display: block;
}

.item-post {
    transition: background-color 0.4s ease;
    background-color: white; /* default */
}

.item-post-link:hover .item-post {
    background-color: #e6f2ff;
}

.item-post .detail p {
    transition: color 0.4s ease;
}

.item-post-link:hover .item-post .detail p {
    color: #0073aa;
}

@media screen and (max-width: 767px) {
  .box-articles {
    padding: 15px 0 35px;
  }
  .box-articles .title-box {
    font-size: 15px;
    padding-left: 18px;
  }

  .box-articles .title-box .red {
    font-size: 23.5px;
  }

  .box-articles.by-side-job .title-box .red {
    font-size: 15px;
  }

  .box-articles .arrow-red::before {
    top: 10px;
    font-size: 12px;
  }

  .box-articles .item-post {
    padding: 10px 12px;
    width: 100%;
    min-height: auto;
  }

  .item-post-link {
    width: 100%;
  }

  .box-articles .item-post img {
    width: 100px;
    height: auto;
    object-fit: contain;
  }

  .box-articles .item-post .description {
    margin-left: 10px;
  }

  .box-articles .tab-content {
    padding: 15px 20px 65px;
  }

  .box-articles .tab-content.active {
    gap: 15px;
  }
  .box-articles.by-industry .tabs {
    justify-content: space-between;
  }

  .box-articles.by-industry .tabs button {
    margin-right: 0;
  }

  .box-articles .tabs button {
    width: calc(100% / 6 - 3px);
    padding: 5px;
    font-size: 9px;
  }
  
  .box-articles.by-side-job .tabs button {
  	padding: 5px 6px;
    font-size: 8px;
    margin-right: 5px;
  }

  .box-articles .tabs-status .tabs button {
    padding: 5px 15px;
    font-size: 9px;
  }

  .box-articles.by-status .tabs button,
  .box-articles.by-side-job .tabs button {
    min-width: unset;
  }
}
/* Box articles -- end */

/* Box about */
.box-about {
  padding: 70px 0 100px;
  text-align: center;
  color: #ffffff;
}

.box-about .title-box {
  font-size: 45px;
  color: #ffffff;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  margin-top: 0;
  padding-left: 0;
}

.box-about .title-box .red.arrow-red {
  padding-left: 25px;
}

.box-about .title-box .red {
  font-size: 45px;
}

.box-about .subtitle-box {
  margin-bottom: 25px;
}

.box-about .box-about-content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-about {
    padding: 30px 0;
  }

  .box-about .title-box {
    font-size: 23px;
  }

  .box-about .title-box .red {
    font-size: 23px;
  }

  .box-about-content p {
    font-size: 12px;
  }
  .box-about .box-about-content {
    width: 92%;
    text-align: left;
  }
}
/* Box about --end */

/* Box service */
.box-service {
  color: #ffffff;
}

.box-service .title-box {
  font-size: 45px;
  margin-top: 0;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

.box-service .subtitle-box {
  text-align: center;
}

.box-service-content {
  gap: 26px;
}

.box-service-content .service-item .detail {
  font-weight: bold;
  margin-bottom: 30px;
  border-width: 5px;
  font-size: 23px;
}

.box-service-content .service-item .img-service {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-service-content .service-item .img-service img {
  height: 200px;

  
}

.box-service-content .service-item .description {
  padding: 20px 15px;
  background-color: #211715;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .box-service .title-box {
    font-size: 23px;
  }

  .box-service-content {
    gap: 40px;
  }

  .box-service-content.flex-box {
    flex-direction: column;
  }

  .box-service-content .service-item .detail {
    font-size: 18px;
  }

  .box-service-content .service-item .description {
    font-size: 13px;
  }
}



/* Box service --end */

/*------------------------------------------------------------
end contents
------------------------------------------------------------*/

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer {
  padding: 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 50px;
}

.footer-top-item {
  width: 100%;
}

.footer-top-item.menu {
  width: 20%;
}

.footer-top-item.information .logo .logo-left {
  margin-right: 12px;
}

.footer-top-item.information .logo .logo-right {
  align-items: flex-start;
}

.footer-top-item.information .logo .logo-right img:last-child {
  margin-left: 8px;
}

.footer-top-item.categories-list .category-item:last-child {
  font-size: 18px;
}


.footer-top-item.information .contact {
  margin: 40px 0 55px;
}

.footer-top-item.information li {
  color: #000000;
  margin-bottom: 8px;
}

.footer-top-item.information .social img {
  width: 80px;
}

.footer-top-item.information .social img:first-child {
  margin-right: 30px;
}

.footer-top-item.menu p {
  margin: 0 0 30px;
  color: #000000;
}

.footer-top-item.categories-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.footer-top-item.categories-list .category-item {
  width: auto;
  color: white;
  font-size: 14px;
  background-color: #000000;
  border: 1px solid #d30000;
  text-align: center;
  padding: 4px 8px;
}



.footer-bottom {
  padding: 100px 0;
  color: white;
  flex-wrap: wrap;
}

.footer-bottom img {
  max-width: 40%;
}

.footer-bottom .menu {
  flex: 1;
  justify-content: flex-end;
}

.footer-bottom .menu li {
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: "Barlow", sans-serif;
  margin: 0 15px;
  padding-left: 20px;
}

.footer-bottom .menu li a {
  color: white;
}

.footer-bottom .menu li a:hover {
  color: white;
  opacity: 0.8;
}

.footer-bottom .menu li.arrow-red::before {
  font-size: 15px;
  top: 5px;
}

.footer-bottom .copy-right {
  margin: 60px 0 0;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .footer-top {
    flex-direction: column;
    padding: 30px;
  }

  .footer-top-item {
    width: 100%;
    text-align: center;
  }

  .footer-top-item.menu {
    width: 25%;
    text-align: center;
  }

  .information .logo,
  .information .social {
    justify-content: center;
  }

  .footer-top-item.information .social img {
    width: 45px;
  }

  .footer-top-item.information .contact {
    text-align: left;
    margin: 20px 0 25px;
  }

  .footer-top-item.menu {
    margin: 30px 0;
  }

  .footer-top-item.menu p {
    margin-bottom: 14px;
  }

  .footer-top-item.categories-list .category-item {
    font-size: 13px !important;
    height: 40px;
  }

  .footer-bottom {
    padding: 22px 42px 10px;
  }

  .footer-bottom > .flex-box {
    flex-direction: column;
  }

  .footer-bottom .flex-box img {
    width: 100%;
    max-width: 100%;
  }

  .footer-bottom .menu {
    margin-top: 40px;
  }

  .footer-bottom .menu li {
    font-size: 13px;
    padding-left: 15px;
  }

  .footer-bottom .menu li.arrow-red::before {
    font-size: 12px;
    top: 0px;
  }

  .footer-bottom .copy-right {
    font-size: 8px;
    margin-top: 22px;
    text-align: center;
  }
}

.footer-top-item.menu ul.footer-menu-list > li {
  margin-bottom: 10px !important;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
/*sidebar*/
.sidebar__title{
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  padding: 0.5em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-weight: bold;
}

#sidebar .widget.widget_block {
	padding: 0;
    box-shadow: unset;
}

#sidebar .widget.widget_block .wp-block-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  padding: 0.5em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-weight: bold;
}

#sidebar #block-8 {
	margin-top: 20px;
}

#sidebar #block-6 .wp-block-group .wp-block-categories .cat-item {
  box-shadow: 0px 3px 0px #ccc;
  border-radius: 5px;
  border: solid 1px #ccc;
  margin-bottom: 10px;
}

#sidebar #block-3 {
  display: none;
}
#sidebar .sidebarPost__item {
	margin-bottom: 10px;
}

#sidebar .sidebarPost__item a {
    display: flex;
    background-color: #fff;
    box-shadow: 0 3px 3px #ccc;
    padding: 10px;
    justify-content: space-between;
    border-radius: 5px;
}

#sidebar .sidebarPost__item img {
  width: 100px;
}

#sidebar #block-10 .wp-block-group .wp-block-categories .cat-item a {
  padding: 12px;
  padding-left: 35px;
  display: block;
  border-left: none;
  position: relative;
  line-height: 1.6rem;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
}

#sidebar #block-10 .wp-block-group .wp-block-categories .cat-item a:before {
  content: "\e902";
  font-family: "jin-icons";
  font-weight: 900;
  position: absolute;
  left: 10px;
  line-height: 0;
  width: 14px;
  height: 1px;
  padding-left: 2px;
  font-size: 0.85rem;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  top: 24px;
}
#sidebar #block-10 .wp-block-group .wp-block-categories .cat-item a:hover {
  transform: translateX(3px);
}
.sidebarPostWrapper{
  margin-top: 15px;
}
.sidebarPost__link{
  display: block;
  box-shadow: 3px 3px 6px #ccc;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 10px;
}
.sidebarPost__left{
  width: 30%;
}
.sidebarPost__cat{
  color: #fff;
  background-color: #455492;
  width: fit-content;
  font-size: 10px;
  padding: 0.3em 0.5em;
  border-radius: 20px;
}
.sidebarPost__right{
  width: 67%;
}
.sidebarPost__imgWrapper{
  margin-top: 10px;
}
.sidebarPost__imgWrapper img{
	width: 100%;
}
.sidebarPost__date{
  font-size: 12px;
  color: #747474;
}
.sidebarPost__title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 6px;
}
.wp-block-categories .cat-item-1,
.wp-block-categories .cat-item-19{
  display: none;
}
#sidebar #block-10,
#sidebar .widget_categories{
  padding: 0;
  box-shadow: none;
}
#sidebar #block-10 h2{
  text-align: center;
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  padding: 0.5em 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  border-right: 0;
  border-left: 0;
  font-weight: bold;
  box-shadow: 0;
}

/* #sidebar {
	display: block !important;
  position: static !important;
} */



/* swiper-container3 start */
.swiper-container3-wrapper{
  padding: 20px clamp(20px, 4vw, 50px);
  margin: 20px auto;
  background-color: #f2f2f2;
}
.swiper-container3 {
  overflow-x: hidden;
}
.swiper-container3__head{
  background-color: #fff;
  width: fit-content;
  border: solid 1px #000;
  padding: 0.2em 0.8em;
  position: relative;
}
.swiper-container3__head:after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: translateY(5px) rotate(45deg);
}
.swiper-container3-box{
  width: min(100%,500px);
  margin: 10px auto 0 auto;
}
.swiper-container3-wrapper .swiper-button-next, .swiper-container3-wrapper .swiper-button-prev {
    top: 50% !important;
}
.swiper-slide__text{
  background-color: #465493;
  color: #fff;
  font-size: clamp(12px, 2vw, 14px);
  padding: 0.2em 0.5em;
}
.swiper-container3-wrapper img{
  margin-bottom: 0 !important;
}
.swiper-container3-wrapper .swiper-button-next:after, .swiper-container3-wrapper .swiper-button-prev:after{
  color: #465493;
  text-shadow: 0 0 5px #fff;
}
/* swiper-container3 end */


/* meritDemerit start */
.meritDemerit{
  margin: 20px 0;
}
.meritDemerit__tabWrapper{
  display: flex;
}
.meritDemerit__tab-merit,
.meritDemerit__tab-demerit{
  width: 50%;
  font-size: clamp(14px,2vw,16px);
  text-align: center;
  padding: 0.5em;
}
.meritDemerit__tab-merit{
  background-color: #f1925f;
}
.meritDemerit__tab-demerit{
  background-color: #7bb3e7;
}
.meritDemerit__text-merit,
.meritDemerit__text-demerit{
  font-size: clamp(14px,2vw,16px);
  padding: 1em;
}
.meritDemerit__text-demerit{
  display: none;
}
.meritDemerit__text-merit{
  background-color: #fdd3bc;  
}
.meritDemerit__text-demerit{
  background-color: #b8daf9;  
}

.cps-post-main .meritDemerit__textWrapper ul>li:before {
    background-color: #eb9500 !important;
}
/* meritDemerit end */


/*nomadBtn_deco5*/
.nomadBtn_deco5 a {
  display: inline-block;
  text-align: center;
  background: #d9333f;
  color: #FFF !important;
  text-decoration: none;
  font-weight: bold;
  padding: .8em 2.5em;
  margin: 15px 0;
  border-radius: 4px;
  border-bottom: 4px solid #323232;
	width: 100%;
}
.nomadBtn_deco5 a:active {
  transform: translateY(4px);
  border-bottom: none;
  background: #323232;
	font: bold;
}
/*nomadBtn_deco5 end */

/* shine */
.shine,.ad1__btnWrapper a,.nomadBtn_deco5 a{
  display: block;
  position: relative;
  overflow: hidden;
}
.shine::before,
.ad1__btnWrapper a::before,
.nomadBtn_deco5 a::before{
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/* shin end */

.companyInfo {
	display: none;
}


/*flow*/
.flow{
  margin: 20px 0;
}
.flow__item{
  border: solid 2px #465493;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em !important;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: bold;
  margin-bottom: clamp(20px, 4vw, 35px) !important;
  position: relative !important;
  list-style: none;
}
.flow__item:before{
  display: none;
}
.flow__item:after{
    content: "" !important;
    display: block;
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-right: clamp(30px, 6vw, 55px) solid transparent;
    border-left: clamp(30px, 6vw, 55px) solid transparent;
    border-top: clamp(10px, 2vw, 20px) solid #465493;
    border-bottom: 0;
    position: absolute !important;
    bottom: calc(-1* clamp(14px, 2vw, 25px));
    left: 50% !important;
    transform: translateX(-50%);
    top: unset !important;
}
.flow__item:last-child{
  margin-bottom: 0;
}
.flow__item:last-child:after{
  display: none;
}
/* end flow */


/* view more start */
.tab-content {
  position: relative;
}
.tab-content .recommend__catLinkWrapper {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff !important;
  text-decoration: underline;
}

.tab-content .recommend__catLinkWrapper a {
  color: #fff !important;
  font-size: 18px;
}


@media screen and (max-width: 767px) {
  .tab-content .recommend__catLinkWrapper a {
    font-size: 16px;
  }
}
/* view more end*/



/* ad1 */
.ad1{
  margin: 20px auto;
  width: min(100%, 600px);
}
.ad1__head{
  /* background-color: #465493; */
  background-color: #747474;
  color: #fff;
  font-size: clamp(16px, 3vw, 20px);
  text-align: center;
  padding: 0.6em;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
.ad1__inner{
  border: solid 1px #747474;
  padding: clamp(10px, 2vw, 20px);
  border-radius: 0 0 10px 10px;
  background-color: #F2F2F2;
}
.ad1__imgWrapper{
  width: min(100%, 400px);
  margin: 0 auto;
}
.ad1__imgWrapper img{
  margin-bottom: 0;
}
.ad1__table{
  margin: clamp(10px,2vw,20px) 0 clamp(10px,2vw,20px) 0 !important;
}

.cps-post-main table.ad1__table {
  width: 100% !important;
}

.ad1__table th{
  /* background-color: #E58D3C; */
  background-color: #3A3A3A;
  color: #fff;
  font-size: clamp(12px,2vw,14px);
}
.ad1__table td{
  color: #0B322C;
  font-size: clamp(12px,2vw,14px);
  text-align: center;
  background-color: #fff;
}
.ad1__point-title{
  font-weight: bold;
  font-size: clamp(14px, 2vw, 16px);
}
.ad1__point ul{
  padding-left: 0 !important;
  margin-top: 10px;
}
.ad1__point ul li{
  font-size: clamp(12px,2vw,14px);
}
.ad1__point ul li:before{
  border-radius: 0 !important;
  width: 0.6em !important;
  height: 0.6em !important;
  top: 0.4em !important;
}
.ad1__btnWrapper-head{
  color: #ff0000;
  font-size: clamp(16px,3vw,20px);
  font-weight: bold;
  text-align: center;
  margin-top: clamp(10px, 2vw, 20px);
}
.ad1__btnWrapper a{
  background-color: #e5382c;
  color: #fff !important;
  text-decoration: none;
  font-size: clamp(18px, 3vw, 24px);
  padding: 0.4em 2em;
  border-radius: 5px;
  margin: 5px auto 0 auto;
  display: block;
  text-align: center;
}
/* ad1 end*/


#wrapper {
	overflow: hidden !important;
}


/* overlay */
.overlay{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2a2a2a;
  padding: 20px 12px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.overlay.active{
  opacity: 1;
  visibility: visible;
}
.overlay__head{
  -webkit-text-stroke: 1px black;
  color: #fff;
  font-weight: bold;
  font-size: clamp(23px,4vw,28px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.overlay__btn{
  background-color: #eb644e;
  display: flex;
  border-radius: 4px;
  box-shadow: 0px 5px 0px #b02115;
  padding: 5px;
  justify-content: space-between;
  width: min(100%, 500px);
  margin: 0 auto;
}
.overlay__left{
  background-color: #fff;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb644e;
  font-weight: bold;
  font-size: clamp(22px,4vw,25px);
  line-height: 1;
  padding: 0.2em 0;
}
.overlay__right{
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: center;
  color: #001E5F;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: clamp(18px,3vw,20px);
}




/* qa */
.qa{
  margin: 20px 0;
}
.qa h3.qa-q,.qa h2.qa-q{
  position: relative;
  background-color: #f2d9d8 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0.7em 0.5em 0.7em 3em !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #d7391f;
  line-height: 1.4 !important;
}
.qa-q:before{
  content: "Q";
  background-color: #d7391f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0.4em;
  width: 2em;
  height: 2em;
  top: 50%;
  transform: translateY(-50%);
}
.qa-a{
  position: relative;
  background-color: #fff;
  margin: 0;
padding: 0.7em 0.5em 0.7em 3em;
  font-size: 16px;
  font-weight: bold;
  color: #1f9bcc;
  line-height: 1.4;
}
.qa-a:before{
  content: "A";
  background-color: #d8eaf1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0.4em;
  width: 2em;
  height: 2em;
  top: 50%;
  transform: translateY(-50%);
}
/* qa */



.sidebarPostWrapper {
    margin-top: 15px;
}

.sidebarPost__link {
    display: block;
    box-shadow: 3px 3px 6px #ccc;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 10px;
}

.sidebarPost__left {
    width: 30%;
}

.sidebarPost__cat {
    color: #fff;
    background-color: #455492;
    width: fit-content;
    font-size: 10px;
    padding: 0.3em 0.5em;
    border-radius: 20px;
}

.sidebarPost__right {
    width: 67%;
}

.sidebarPost__imgWrapper {
    margin-top: 10px;
}

.sidebarPost__imgWrapper img {
    width: 100%;
}

.sidebarPost__date {
    font-size: 12px;
    color: #747474;
}

.sidebarPost__title {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 6px;
}

.wp-block-categories .cat-item-1,
.wp-block-categories .cat-item-19 {
    display: none;
}

#sidebar #block-10,
#sidebar .widget_categories {
    padding: 0;
    box-shadow: none;
}

#sidebar #block-10 h2 {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    padding: 0.5em 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-right: 0;
    border-left: 0;
    font-weight: bold;
    box-shadow: 0;
}

