.s_fv {
  position: relative;
}
.s_fv .page-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5;
}
.s_fv .page-ttl h2 {
  color: #000;
  text-align: center;
  line-height: 1;
}
.s_fv .page-ttl p {
  color: #14b2be;
  text-align: center;
}

.s_s-summary {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .s_s-summary .sec-contain h3 {
    text-align: center;
  }
}
.s_s-summary .sec-contain p {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_s-summary .sec-contain p {
    margin-top: 30rem;
  }
}

.f-32 {
  font-size: 32px;
}
@media screen and (max-width: 1900px) {
  .f-32 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .f-32 {
    font-size: 36rem;
  }
}

.s_s-item .sec-wide {
  border-radius: 20px;
  background-color: #14b2be;
  padding: 20px;
  padding-left: 110px;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide {
    padding: 20rem;
    padding-left: 110rem;
    border-radius: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide {
    padding: 20rem;
  }
}
.s_s-item .sec-wide h3.sec-ttl {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: #fff;
  letter-spacing: 10px;
  line-height: 1;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide h3.sec-ttl {
    left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide h3.sec-ttl {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    text-align: center;
    writing-mode: unset;
    line-height: 1.5;
  }
}
.s_s-item .sec-wide .wrapper {
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper {
    padding: 20rem;
    border-radius: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper {
    flex-direction: column;
    margin-top: 40rem;
  }
}
.s_s-item .sec-wide .wrapper .img {
  width: 480px;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .img {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper .img {
    width: 100%;
  }
}
.s_s-item .sec-wide .wrapper .text {
  width: 750px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .text {
    width: 750rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper .text {
    width: 100%;
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper .text h3 {
    text-align: center;
  }
}
.s_s-item .sec-wide .wrapper .text .btn {
  cursor: pointer;
  margin: auto;
  margin-right: 0;
}
.s_s-item .sec-wide .wrapper .text .imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1%;
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper .text .imgs {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s_s-item .sec-wide .wrapper .text .btn-target .list-wrapper .sub h4 {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .text .btn-target .list-wrapper .sub h4 {
    margin-top: 30rem;
  }
}
.s_s-item .sec-wide .wrapper .text .btn-target .list-wrapper .sub .list {
  margin-top: 15px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 30px;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .text .btn-target .list-wrapper .sub .list {
    gap: 10rem;
    padding: 0 30rem;
    margin-top: 15rem;
  }
}
.s_s-item .sec-wide .wrapper .text .btn-target.service3 .list-wrapper .sub .item a {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.s_s-item .sec-wide .wrapper .text .btn-target.service3 .list-wrapper .sub .item a:hover {
  color: #14b2be;
}
.s_s-item .sec-wide .wrapper .text .btn-target.service2 .list-wrapper a.link {
  text-decoration: underline;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .text .btn-target.service2 .list-wrapper a.link {
    margin-top: 50rem;
  }
}
.s_s-item .sec-wide .wrapper .text .btn-target.service2 .list-wrapper a.link:hover {
  color: #14b2be;
}
.s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub h3 {
  margin-top: 40px;
  background-color: #14b2be;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub h3 {
    margin-top: 40rem;
  }
}
.s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper {
    padding: 20rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper {
    flex-direction: column;
  }
}
.s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper .img {
  width: 380px;
}
@media screen and (max-width: 1900px) {
  .s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper .img {
    width: 380rem;
  }
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper .img {
    width: 100%;
  }
}
.s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper p {
  width: 43%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .s_s-item .sec-wide .wrapper .text .btn-target.service5 .sub .sub-wrapper p {
    width: 100%;
    margin-top: 40rem;
  }
}

.se_summary .sec-contain {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 1900px) {
  .se_summary .sec-contain {
    gap: 24rem;
  }
}
.se_summary .sec-contain h1,
.se_summary .sec-contain h3,
.se_summary .sec-contain p {
  text-align: center;
}
.se_summary .sec-contain .border {
  width: 900px;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #14b2be;
}
@media screen and (max-width: 1900px) {
  .se_summary .sec-contain .border {
    width: 900rem;
    padding: 20rem;
    border-radius: 10rem;
    border-width: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .se_summary .sec-contain .border {
    width: 100%;
  }
}

h2.hr {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  h2.hr {
    padding-bottom: 20rem;
  }
}
h2.hr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background-color: #14b2be;
}
@media screen and (max-width: 1900px) {
  h2.hr::after {
    width: 120rem;
    height: 4rem;
  }
}

.se_green .sec-contain .desc,
.se_gmp .sec-contain .desc {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .se_green .sec-contain .desc,
  .se_gmp .sec-contain .desc {
    margin-top: 80rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .se_green .sec-contain .desc,
  .se_gmp .sec-contain .desc {
    flex-direction: column;
  }
}
.se_green .sec-contain .desc .img,
.se_gmp .sec-contain .desc .img {
  width: 222px;
}
@media screen and (max-width: 1900px) {
  .se_green .sec-contain .desc .img,
  .se_gmp .sec-contain .desc .img {
    width: 222rem;
  }
}
.se_green .sec-contain .desc p,
.se_gmp .sec-contain .desc p {
  width: calc(100% - 250px);
  flex: 1 1 auto;
}
@media screen and (max-width: 1900px) {
  .se_green .sec-contain .desc p,
  .se_gmp .sec-contain .desc p {
    width: calc(100% - 260rem);
  }
}
.se_green .sec-contain .detail,
.se_gmp .sec-contain .detail {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .se_green .sec-contain .detail,
  .se_gmp .sec-contain .detail {
    margin-top: 80rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .se_green .sec-contain .detail,
  .se_gmp .sec-contain .detail {
    grid-template-columns: repeat(1, 1fr);
    gap: 80rem;
  }
}
.se_green .sec-contain .detail .item table,
.se_gmp .sec-contain .detail .item table {
  width: 460px;
  margin: auto;
  margin-top: 30px;
  border-collapse: collapse;
  border: 1px solid rgba(182, 151, 145, 0.2509803922);
}
@media screen and (max-width: 1900px) {
  .se_green .sec-contain .detail .item table,
  .se_gmp .sec-contain .detail .item table {
    width: 460rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .se_green .sec-contain .detail .item table,
  .se_gmp .sec-contain .detail .item table {
    width: 90%;
  }
}
.se_green .sec-contain .detail .item table th,
.se_green .sec-contain .detail .item table td,
.se_gmp .sec-contain .detail .item table th,
.se_gmp .sec-contain .detail .item table td {
  padding: 15px 20px;
  font-size: 15px;
  font-weight: normal;
  border: 1px solid rgba(182, 151, 145, 0.2509803922);
}
@media screen and (max-width: 1900px) {
  .se_green .sec-contain .detail .item table th,
  .se_green .sec-contain .detail .item table td,
  .se_gmp .sec-contain .detail .item table th,
  .se_gmp .sec-contain .detail .item table td {
    padding: 15rem 20rem;
    font-size: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .se_green .sec-contain .detail .item table th,
  .se_green .sec-contain .detail .item table td,
  .se_gmp .sec-contain .detail .item table th,
  .se_gmp .sec-contain .detail .item table td {
    font-size: 20rem;
  }
}
.se_green .sec-contain .detail .item table th,
.se_gmp .sec-contain .detail .item table th {
  background-color: #ebfeff;
  font-weight: bold;
}

.se_try {
  background-color: #ebfeff;
}
.se_try .sec-contain .tries {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 1900px) {
  .se_try .sec-contain .tries {
    margin-top: 60rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .se_try .sec-contain .tries {
    gap: 80rem;
  }
}
.se_try .sec-contain .tries .item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .se_try .sec-contain .tries .item {
    gap: 50rem;
  }
}
.se_try .sec-contain .tries .item:nth-child(even) {
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .se_try .sec-contain .tries .item:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .se_try .sec-contain .tries .item {
    flex-direction: column;
    gap: 40rem;
  }
}
.se_try .sec-contain .tries .item .img {
  width: 480px;
}
@media screen and (max-width: 1900px) {
  .se_try .sec-contain .tries .item .img {
    width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .se_try .sec-contain .tries .item .img {
    width: 100%;
  }
}
.se_try .sec-contain .tries .item .text {
  width: 450px;
}
@media screen and (max-width: 1900px) {
  .se_try .sec-contain .tries .item .text {
    width: 450rem;
  }
}
@media screen and (max-width: 768px) {
  .se_try .sec-contain .tries .item .text {
    width: 100%;
  }
}
.se_try .sec-contain .tries .item .text h4 {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .se_try .sec-contain .tries .item .text h4 {
    text-align: center;
  }
}
.se_try .sec-contain .tries .item .text p {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .se_try .sec-contain .tries .item .text p {
    margin-top: 50rem;
  }
}

.c-ttl {
  padding-left: 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.c-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #14b2be;
}
@media screen and (max-width: 1900px) {
  .c-ttl::before {
    width: 20rem;
  }
}
@media screen and (max-width: 1900px) {
  .c-ttl {
    padding-left: 30rem;
  }
}

.c_profile .sec-wide .content {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c_profile .sec-wide .content {
    flex-direction: column;
  }
}
.c_profile .sec-wide .content .img {
  width: 624px;
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content .img {
    width: 624rem;
  }
}
@media screen and (max-width: 768px) {
  .c_profile .sec-wide .content .img {
    width: 100%;
  }
}
.c_profile .sec-wide .content .text {
  width: calc(100% - 650px);
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content .text {
    width: calc(100% - 650rem);
  }
}
@media screen and (max-width: 768px) {
  .c_profile .sec-wide .content .text {
    width: 100%;
    margin-top: 40rem;
  }
}
.c_profile .sec-wide .content .text .ceo-name {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content .text .ceo-name {
    margin-top: 50rem;
  }
}
.c_profile .sec-wide .content .info-list {
  width: calc(100% - 650px);
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content .info-list {
    width: calc(100% - 650rem);
  }
}
@media screen and (max-width: 768px) {
  .c_profile .sec-wide .content .info-list {
    width: 100%;
    margin-top: 40rem;
  }
}
.c_profile .sec-wide .content .info-list .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content .info-list .info-item {
    padding: 15rem 0;
  }
}
.c_profile .sec-wide .content .info-list .info-item .key {
  min-width: 350px;
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content .info-list .info-item .key {
    min-width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .c_profile .sec-wide .content .info-list .info-item .key {
    min-width: 220rem;
  }
}
.c_profile .sec-wide .content .info-list .info-item .val {
  flex: 1 1 auto;
}
.c_profile .sec-wide .content .info-list .info-item .val.sub .sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c_profile .sec-wide .content .info-list .info-item .val.sub .sub-item .sub-key {
  min-width: 150px;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .content .info-list .info-item .val.sub .sub-item .sub-key {
    min-width: 150rem;
  }
}
.c_profile .sec-wide .content .info-list .info-item .val.sub .sub-item .sub-val {
  flex: 1 1 auto;
  line-height: 2;
}
.c_profile .sec-wide .link {
  margin-top: 50px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 1900px) {
  .c_profile .sec-wide .link {
    margin-top: 50rem;
  }
}
.c_profile .sec-wide .link:hover {
  color: #14b2be;
}

.c_ceo-msg .sec-wide .content {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 1900px) {
  .c_ceo-msg .sec-wide .content {
    margin-top: 50rem;
    gap: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .c_ceo-msg .sec-wide .content {
    gap: 40rem;
    flex-direction: column;
  }
}
.c_ceo-msg .sec-wide .content .text {
  flex: 1 1 auto;
}
.c_ceo-msg .sec-wide .content .ceo-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .c_ceo-msg .sec-wide .content .ceo-info {
    gap: 30rem;
  }
}
.c_ceo-msg .sec-wide .content .ceo-info .img {
  width: 300px;
}
@media screen and (max-width: 1900px) {
  .c_ceo-msg .sec-wide .content .ceo-info .img {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .c_ceo-msg .sec-wide .content .ceo-info .img {
    width: 100%;
  }
}
.c_ceo-msg .sec-wide .content .ceo-info h5 {
  text-align: right;
}

.c_spirit .sec-wide {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .c_spirit .sec-wide {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c_spirit .sec-wide {
    grid-template-columns: 1fr;
    gap: 40rem;
    padding: 0 40rem;
  }
}
.c_spirit .sec-wide .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #14b2be;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1900px) {
  .c_spirit .sec-wide .item {
    gap: 30rem;
    padding: 10rem;
    border-radius: 10rem;
  }
}
.c_spirit .sec-wide .item h4 {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #14b2be;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .c_spirit .sec-wide .item h4 {
    padding: 10rem;
    border-radius: 10rem;
  }
}
.c_spirit .sec-wide .item p {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .c_spirit .sec-wide .item p {
    padding: 20rem;
  }
}

@media screen and (max-width: 768px) {
  .c_permission .sec-wide {
    overflow-x: auto;
  }
}
.c_permission .sec-wide .wrapper {
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .c_permission .sec-wide .wrapper {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .c_permission .sec-wide .wrapper {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c_permission .sec-wide .wrapper .permission-list {
  width: 100%;
  border-collapse: collapse;
}
.c_permission .sec-wide .wrapper .permission-list tr {
  border-bottom: 1px solid #ccc;
}
.c_permission .sec-wide .wrapper .permission-list tr th,
.c_permission .sec-wide .wrapper .permission-list tr td {
  padding: 15px 0;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .c_permission .sec-wide .wrapper .permission-list tr th,
  .c_permission .sec-wide .wrapper .permission-list tr td {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .c_permission .sec-wide .wrapper .permission-list tr th,
  .c_permission .sec-wide .wrapper .permission-list tr td {
    white-space: nowrap;
    min-width: 150rem;
    padding-left: 30rem;
  }
}

.c_markets .sec-wide {
  padding: 20px 10px;
}
@media screen and (max-width: 1900px) {
  .c_markets .sec-wide {
    padding: 20rem 10rem;
  }
}
.c_markets .sec-wide .sub-grp {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .c_markets .sec-wide .sub-grp {
    margin-top: 50rem;
  }
}
.c_markets .sec-wide .sub-grp .grp-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.c_markets .sec-wide .sub-grp .grp-ttl::before, .c_markets .sec-wide .sub-grp .grp-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 3px;
  background-color: #000;
}
@media screen and (max-width: 1900px) {
  .c_markets .sec-wide .sub-grp .grp-ttl::before, .c_markets .sec-wide .sub-grp .grp-ttl::after {
    width: 50rem;
    height: 3rem;
  }
}
.c_markets .sec-wide .sub-grp .grp-ttl::before {
  left: 0;
  transform: translate(-150%, -50%);
}
.c_markets .sec-wide .sub-grp .grp-ttl::after {
  right: 0;
  transform: translate(150%, -50%);
}
.c_markets .sec-wide .sub-grp .market-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .c_markets .sec-wide .sub-grp .market-grid {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .c_markets .sec-wide .sub-grp .market-grid {
    grid-template-columns: 1fr;
  }
}
.c_markets .sec-wide .sub-grp .market-grid p {
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .c_markets .sec-wide .sub-grp .market-grid p {
    padding: 15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .c_markets .sec-wide .sub-grp .market-grid p {
    border-bottom: 1px solid #ccc;
  }
}
.c_markets .sec-wide .sub-grp .market-grid p:nth-child(3n+1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1440px;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 1900px) {
  .c_markets .sec-wide .sub-grp .market-grid p:nth-child(3n+1)::before {
    width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  .c_markets .sec-wide .sub-grp .market-grid p:nth-child(3n+1)::before {
    content: none;
  }
}
.c_markets .sec-wide .sub-grp .market-grid p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c_markets .sec-wide .sub-grp .market-grid p a:hover {
  color: #14b2be;
}
.c_markets .sec-wide .sub-grp .market-subgroup .subgroup-title {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 30px;
}
@media screen and (max-width: 1900px) {
  .c_markets .sec-wide .sub-grp .market-subgroup .subgroup-title {
    padding-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .c_markets .sec-wide .sub-grp .market-subgroup .subgroup-title {
    text-align: center;
    width: 100%;
  }
}

.s_o-list .sec-contain .sub-grp .o-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #14b2be;
  margin-top: 100px;
}
@media screen and (max-width: 1900px) {
  .s_o-list .sec-contain .sub-grp .o-ttl {
    gap: 10rem;
    padding: 15rem;
    margin-top: 100rem;
  }
}
.s_o-list .sec-contain .sub-grp .o-ttl img {
  width: 30px;
}
@media screen and (max-width: 1900px) {
  .s_o-list .sec-contain .sub-grp .o-ttl img {
    width: 30rem;
  }
}
.s_o-list .sec-contain .sub-grp .o-ttl span {
  color: #14b2be;
}
.s_o-list .sec-contain .sub-grp .office-list {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_o-list .sec-contain .sub-grp .office-list {
    margin-top: 30rem;
  }
}
.s_o-list .sec-contain .sub-grp .office-list .office-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1900px) {
  .s_o-list .sec-contain .sub-grp .office-list .office-item {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_o-list .sec-contain .sub-grp .office-list .office-item {
    flex-direction: column;
  }
}
.s_o-list .sec-contain .sub-grp .office-list .office-item .map {
  width: 358px;
  height: 275px;
}
@media screen and (max-width: 1900px) {
  .s_o-list .sec-contain .sub-grp .office-list .office-item .map {
    width: 358rem;
    height: 275rem;
  }
}
@media screen and (max-width: 768px) {
  .s_o-list .sec-contain .sub-grp .office-list .office-item .map {
    width: 100%;
    height: 400rem;
  }
}
.s_o-list .sec-contain .sub-grp .office-list .office-item .info {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .s_o-list .sec-contain .sub-grp .office-list .office-item .info {
    width: 100%;
    margin-top: 40rem;
  }
}
.s_o-list .sec-contain .sub-grp .office-list .office-item .info .g-link {
  margin-top: 30px;
  width: 288px;
}
@media screen and (max-width: 1900px) {
  .s_o-list .sec-contain .sub-grp .office-list .office-item .info .g-link {
    margin-top: 30rem;
    width: 288rem;
  }
}
.s_o-list .sec-contain .sub-grp .office-list .office-item .info .g-link:hover {
  opacity: 0.7;
}
.s_o-list .sec-contain .sub-grp:last-child .office-item:last-child {
  border-bottom: none;
}

.radio_fv {
  padding: 120px 0;
}
@media screen and (max-width: 1900px) {
  .radio_fv {
    padding: 120rem 0;
  }
}
.radio_fv .sec-contain .desc {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  .radio_fv .sec-contain .desc {
    margin-top: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .radio_fv .sec-contain .desc {
    padding: 0 40rem;
  }
}
.radio_fv .sec-contain .btn-div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .radio_fv .sec-contain .btn-div {
    margin-top: 50rem;
  }
}

.s_p-intro .sec-wide .info-list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .s_p-intro .sec-wide .info-list {
    margin-top: 50rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_p-intro .sec-wide .info-list {
    gap: 40rem;
  }
}
.s_p-intro .sec-wide .info-list .item {
  background-color: #ebfeff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .s_p-intro .sec-wide .info-list .item {
    padding: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_p-intro .sec-wide .info-list .item {
    flex-direction: column;
  }
}
.s_p-intro .sec-wide .info-list .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .s_p-intro .sec-wide .info-list .item:nth-child(even) {
    flex-direction: column;
  }
}
.s_p-intro .sec-wide .info-list .item:nth-child(even) .info .name {
  border-top-left-radius: 999px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: unset;
  border-bottom-left-radius: unset;
}
@media screen and (max-width: 1900px) {
  .s_p-intro .sec-wide .info-list .item:nth-child(even) .info .name {
    border-bottom-right-radius: 50rem;
  }
}
.s_p-intro .sec-wide .info-list .item .info {
  width: 425px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .s_p-intro .sec-wide .info-list .item .info {
    width: 425rem;
  }
}
@media screen and (max-width: 768px) {
  .s_p-intro .sec-wide .info-list .item .info {
    width: 100%;
  }
}
.s_p-intro .sec-wide .info-list .item .info .name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #14b2be;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px 0px 50px;
}
@media screen and (max-width: 1900px) {
  .s_p-intro .sec-wide .info-list .item .info .name {
    border-radius: 999px 0rem 50rem;
    padding: 20rem 0;
  }
}
.s_p-intro .sec-wide .info-list .item .info .name p {
  text-align: center;
}
.s_p-intro .sec-wide .info-list .item .note {
  flex: 1 1 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s_p-intro .sec-wide .info-list .item .note {
    width: 100%;
    margin-top: 40rem;
  }
}

.s_performers .sec-wide .performer-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .s_performers .sec-wide .performer-list {
    margin-top: 50rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_performers .sec-wide .performer-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s_performers .sec-wide .performer-list .item {
  padding: 15px;
  border-radius: 10px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1900px) {
  .s_performers .sec-wide .performer-list .item {
    padding: 15rem;
    border-radius: 10rem;
  }
}
.s_performers .sec-wide .performer-list .item h4 {
  margin-top: 30px;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1900px) {
  .s_performers .sec-wide .performer-list .item h4 {
    margin-top: 30rem;
  }
}

.s_sns .sec-wide .sns-list {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
@media screen and (max-width: 1900px) {
  .s_sns .sec-wide .sns-list {
    margin-top: 70rem;
    gap: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .s_sns .sec-wide .sns-list {
    gap: 100rem;
  }
}
.s_sns .sec-wide .sns-list .item {
  width: 100px;
}
@media screen and (max-width: 1900px) {
  .s_sns .sec-wide .sns-list .item {
    width: 100rem;
  }
}
.s_sns .sec-wide .sns-list .item:hover {
  opacity: 0.7;
  scale: 0.9;
}

.s_articles .sec-wide .article-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .s_articles .sec-wide .article-list {
    margin-top: 50rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_articles .sec-wide .article-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.s_articles .sec-wide .article-list .item {
  padding: 15px;
  border-radius: 10px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1900px) {
  .s_articles .sec-wide .article-list .item {
    padding: 15rem;
    border-radius: 10rem;
  }
}
.s_articles .sec-wide .article-list .item .img {
  overflow: hidden;
}
.s_articles .sec-wide .article-list .item .meta {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .s_articles .sec-wide .article-list .item .meta {
    margin-top: 30rem;
  }
}
.s_articles .sec-wide .article-list .item .meta p {
  color: #14b2be;
}
.s_articles .sec-wide .article-list .item .meta h4 {
  line-height: 1.5;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_articles .sec-wide .article-list .item .meta h4 {
    margin-top: 10rem;
  }
}
.s_articles .sec-wide .article-list .item:hover .img img {
  transform: scale(1.1);
}
.s_articles .sec-wide .article-list .item:hover .meta h4 {
  color: #14b2be;
  text-decoration: underline;
}

.r_fv {
  position: relative;
  padding: 80px 0;
  padding-top: 130px;
}
@media screen and (max-width: 1900px) {
  .r_fv {
    padding: 80rem 0;
    padding-top: 130rem;
  }
}
.r_fv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.r_fv .bg .r-item {
  position: absolute;
  writing-mode: vertical-lr;
  color: #6c779a;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.r_fv .bg .r-item:nth-child(odd) {
  animation-name: float-up;
  top: 100%;
  transform: translateY(0);
}
.r_fv .bg .r-item:nth-child(even) {
  animation-name: float-down;
  top: 0;
  transform: translateY(-100%);
}
.r_fv .bg .r-item:nth-child(1) {
  left: 0%;
  animation-delay: 9s;
  animation-duration: 13s;
}
.r_fv .bg .r-item:nth-child(2) {
  left: 9.0909090909%;
  animation-delay: 9s;
  animation-duration: 14s;
}
.r_fv .bg .r-item:nth-child(3) {
  left: 18.1818181818%;
  animation-delay: 9s;
  animation-duration: 11s;
}
.r_fv .bg .r-item:nth-child(4) {
  left: 27.2727272727%;
  animation-delay: 3s;
  animation-duration: 12s;
}
.r_fv .bg .r-item:nth-child(5) {
  left: 36.3636363636%;
  animation-delay: 4s;
  animation-duration: 14s;
}
.r_fv .bg .r-item:nth-child(6) {
  left: 45.4545454545%;
  animation-delay: 3s;
  animation-duration: 15s;
}
.r_fv .bg .r-item:nth-child(7) {
  left: 54.5454545455%;
  animation-delay: 9s;
  animation-duration: 15s;
}
.r_fv .bg .r-item:nth-child(8) {
  left: 63.6363636364%;
  animation-delay: 6s;
  animation-duration: 14s;
}
.r_fv .bg .r-item:nth-child(9) {
  left: 72.7272727273%;
  animation-delay: 3s;
  animation-duration: 11s;
}
.r_fv .bg .r-item:nth-child(10) {
  left: 81.8181818182%;
  animation-delay: 3s;
  animation-duration: 11s;
}
.r_fv .bg .r-item:nth-child(11) {
  left: 90.9090909091%;
  animation-delay: 7s;
  animation-duration: 11s;
}
.r_fv .bg .r-item:nth-child(12) {
  left: 100%;
  animation-delay: 8s;
  animation-duration: 12s;
}
@media screen and (max-width: 768px) {
  .r_fv .sec-wide {
    padding: 0 40rem;
  }
}
.r_fv .sec-wide .img {
  width: 972px;
  overflow: hidden;
  border-radius: 50px;
}
@media screen and (max-width: 1900px) {
  .r_fv .sec-wide .img {
    width: 972rem;
    border-radius: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .r_fv .sec-wide .img {
    width: 100%;
  }
}
.r_fv .sec-wide .text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .r_fv .sec-wide .text {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .r_fv .sec-wide .text {
    width: 100%;
    align-items: center;
    position: relative;
    top: unset;
    transform: unset;
    margin-top: -100rem;
  }
}
.r_fv .sec-wide .text .r-ttl {
  width: 550px;
}
@media screen and (max-width: 1900px) {
  .r_fv .sec-wide .text .r-ttl {
    width: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .r_fv .sec-wide .text .r-ttl {
    width: 400rem;
  }
}
.r_fv .sec-wide .text .r-amp {
  width: 900px;
}
@media screen and (max-width: 1900px) {
  .r_fv .sec-wide .text .r-amp {
    width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .r_fv .sec-wide .text .r-amp {
    width: 600rem;
  }
}

@keyframes float-up {
  0% {
    top: 100%;
    transform: translateY(0);
  }
  100% {
    top: 0;
    transform: translateY(-100%);
  }
}
@keyframes float-down {
  0% {
    top: 0;
    transform: translateY(-100%);
  }
  100% {
    top: 100%;
    transform: translateY(0);
  }
}
.r_about .sec-wide .spirit-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 1900px) {
  .r_about .sec-wide .spirit-list {
    gap: 50rem;
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .r_about .sec-wide .spirit-list {
    grid-template-columns: 1fr;
    gap: 40rem;
  }
}
.r_about .sec-wide .spirit-list .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #14b2be;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1900px) {
  .r_about .sec-wide .spirit-list .item {
    gap: 30rem;
    padding: 10rem;
    border-radius: 10rem;
  }
}
.r_about .sec-wide .spirit-list .item h4 {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background-color: #14b2be;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .r_about .sec-wide .spirit-list .item h4 {
    padding: 10rem;
    border-radius: 10rem;
  }
}
.r_about .sec-wide .spirit-list .item p {
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .r_about .sec-wide .spirit-list .item p {
    padding: 20rem;
  }
}

.r_job {
  background-color: #ebfeff;
}
.r_job .sec-wide .job-list {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list {
    margin-top: 50rem;
  }
}
.r_job .sec-wide .job-list .job-item {
  border-radius: 150px;
  background-color: #fff;
  position: relative;
  margin-top: 125px;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item {
    border-radius: 150rem;
    margin-top: 125rem;
    padding: 80rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item {
    padding: 100rem 40rem;
    border-radius: 80rem;
  }
}
.r_job .sec-wide .job-list .job-item .item-ttl {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 80px;
  border-radius: 999px;
  background-color: #14b2be;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .item-ttl {
    padding: 20rem 80rem;
  }
}
.r_job .sec-wide .job-list .job-item .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .summary {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .summary {
    flex-direction: column;
    gap: 40rem;
  }
}
.r_job .sec-wide .job-list .job-item .summary .img {
  border-radius: 999px;
  overflow: hidden;
  width: 462px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .summary .img {
    width: 462rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .summary .img {
    width: 100%;
    border-radius: 50rem;
  }
}
.r_job .sec-wide .job-list .job-item .summary .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .summary .text {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .summary .text {
    margin-top: 40rem;
    align-items: center;
    justify-content: center;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info {
    gap: 50rem;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 0px;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row {
    padding: 40rem 0;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row {
    flex-direction: column;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .row:first-child {
  border-top: 1px solid #aaa;
}
.r_job .sec-wide .job-list .job-item .sub-info .row .s-key {
  min-width: 300px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row .s-key {
    min-width: 300rem;
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row .s-key {
    min-width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .row .s-val {
  flex: 1 1 auto;
}
.r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val {
    grid-template-columns: 1fr;
    gap: 20rem;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val .item {
    gap: 30rem;
    padding: 20rem;
    border-radius: 20rem;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val .item .filled {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 192px;
  background: #14b2be;
  color: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val .item .filled {
    padding: 5rem;
    width: 192rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .sub-info .row.voices .s-val .item .filled {
    padding: 10rem;
    width: 100%;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .marit {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .marit {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .sub-info .marit {
    width: 100%;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .marit h3 {
  text-align: center;
  width: 100%;
}
.r_job .sec-wide .job-list .job-item .sub-info .marit .marit-list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .marit .marit-list {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .r_job .sec-wide .job-list .job-item .sub-info .marit .marit-list {
    flex-direction: column;
    width: 100%;
  }
}
.r_job .sec-wide .job-list .job-item .sub-info .marit .marit-list .marit-item {
  width: 350px;
  height: 350px;
  border-radius: 999px;
  background-color: #14b2be;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .marit .marit-list .marit-item {
    width: 350rem;
    height: 350px;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .r_job .sec-wide .job-list .job-item .sub-info .marit .marit-list .marit-item {
    width: 350rem;
    height: 350rem;
  }
}
.r_job .sec-wide .job-list .job-item .btn {
  margin: auto;
}

.r_msg .sec-contain p {
  padding: 20px;
  border-radius: 20px;
  background-color: #f6f6f6;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .r_msg .sec-contain p {
    padding: 20rem;
    border-radius: 20rem;
    margin-top: 50rem;
  }
}

.r_flow .sec-wide .desc {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .r_flow .sec-wide .desc {
    margin-top: 50rem;
  }
}
.r_flow .sec-wide .flow-list {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .r_flow .sec-wide .flow-list {
    margin-top: 100rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .r_flow .sec-wide .flow-list {
    grid-template-columns: 1fr;
    gap: 120rem;
  }
}
.r_flow .sec-wide .flow-list .item {
  position: relative;
  padding: 20px;
  padding-top: 70px;
  border-radius: 20px;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 17px;
}
@media screen and (max-width: 1900px) {
  .r_flow .sec-wide .flow-list .item {
    padding: 20rem;
    padding-top: 70rem;
    border-radius: 20rem;
    gap: 17rem;
  }
}
.r_flow .sec-wide .flow-list .item .num {
  width: 100px;
  height: 100px;
  border-radius: 999px;
  background-color: #14b2be;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1900px) {
  .r_flow .sec-wide .flow-list .item .num {
    width: 100rem;
    height: 100rem;
  }
}

.r_features .sec-wide .content {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .r_features .sec-wide .content {
    margin-top: 50rem;
  }
}
.r_features .sec-wide .content .img {
  width: 700px;
}
@media screen and (max-width: 1900px) {
  .r_features .sec-wide .content .img {
    width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  .r_features .sec-wide .content .img {
    width: 100%;
  }
}
.r_features .sec-wide .content .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  gap: 30px;
  width: 883px;
  background: rgba(246, 246, 246, 0.75);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  .r_features .sec-wide .content .text {
    width: 883rem;
    padding: 20rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .r_features .sec-wide .content .text {
    position: relative;
    top: unset;
    transform: unset;
    margin-top: 40rem;
    width: 100%;
  }
}
.r_features .sec-wide .content .text h4 {
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .r_features .sec-wide .content .text h4 {
    text-align: center;
  }
}

.r_ceo-msg .sec-contain .content {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .r_ceo-msg .sec-contain .content {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .r_ceo-msg .sec-contain .content {
    gap: 40rem;
    flex-direction: column;
  }
}
.r_ceo-msg .sec-contain .content .msg {
  flex: 1 1 auto;
}
.r_ceo-msg .sec-contain .content .ceo-info {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .r_ceo-msg .sec-contain .content .ceo-info {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .r_ceo-msg .sec-contain .content .ceo-info {
    margin-top: 50rem;
  }
}
.r_ceo-msg .sec-contain .content .ceo-info .img {
  width: 300px;
}
@media screen and (max-width: 1900px) {
  .r_ceo-msg .sec-contain .content .ceo-info .img {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .r_ceo-msg .sec-contain .content .ceo-info .img {
    width: 100%;
  }
}

.r_numbering {
  background-color: #ebfeff;
}
.r_numbering .sec-wide .img {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .r_numbering .sec-wide .img {
    margin-top: 50rem;
  }
}

.r_benefits .sec-contain .benefit-list {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .r_benefits .sec-contain .benefit-list {
    margin-top: 50rem;
  }
}
.r_benefits .sec-contain .benefit-list .benefit-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1900px) {
  .r_benefits .sec-contain .benefit-list .benefit-item {
    padding: 15rem 0;
  }
}
.r_benefits .sec-contain .benefit-list .benefit-item .key {
  min-width: 350px;
}
@media screen and (max-width: 1900px) {
  .r_benefits .sec-contain .benefit-list .benefit-item .key {
    min-width: 350rem;
  }
}
@media screen and (max-width: 768px) {
  .r_benefits .sec-contain .benefit-list .benefit-item .key {
    min-width: 180rem;
  }
}
.r_benefits .sec-contain .benefit-list .benefit-item .val {
  flex: 1 1 auto;
}

.r_entry .entry {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  background: linear-gradient(90deg, #14B2BE 0%, #095258 100%);
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .r_entry .entry {
    padding: 80rem;
  }
}
.r_entry .entry:hover {
  background: linear-gradient(270deg, #14B2BE 0%, #095258 100%);
}

.privacy_fv .page-ttl,
.article_fv .page-ttl,
.contact_fv .page-ttl,
.staff_fv .page-ttl {
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1900px) {
  .privacy_fv .page-ttl,
  .article_fv .page-ttl,
  .contact_fv .page-ttl,
  .staff_fv .page-ttl {
    padding: 200rem 0;
  }
}
@media screen and (max-width: 768px) {
  .privacy_fv .page-ttl,
  .article_fv .page-ttl,
  .contact_fv .page-ttl,
  .staff_fv .page-ttl {
    padding: 200rem 40rem;
  }
}
.privacy_fv .page-ttl p,
.article_fv .page-ttl p,
.contact_fv .page-ttl p,
.staff_fv .page-ttl p {
  color: #14b2be;
}

.s_staff-sec1 .s_staff-slides {
  width: 100%;
}
.s_staff-sec1 .s_staff-slides .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.s_staff-sec1 .s_staff-slides .wrapper .grp {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: h_slides 30s infinite linear;
}
.s_staff-sec1 .s_staff-slides .wrapper .grp img {
  width: 300px;
}
@media screen and (max-width: 1900px) {
  .s_staff-sec1 .s_staff-slides .wrapper .grp img {
    width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .s_staff-sec1 .s_staff-slides .wrapper .grp img {
    width: 350rem;
  }
}
.s_staff-sec1 .sec-contain {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .s_staff-sec1 .sec-contain {
    padding: 80rem 0;
    gap: 50rem;
  }
}

.s_articles .sec-wide .btn-div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .s_articles .sec-wide .btn-div {
    margin-top: 70rem;
  }
}

@keyframes h_slides {
  100% {
    transform: translateX(-100%);
  }
}
.s_app-detail .sec-wide {
  border-radius: 30px;
  border: 1px solid #000;
  position: relative;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide {
    padding: 80rem;
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide {
    padding: 40rem;
  }
}
.s_app-detail .sec-wide h2 {
  text-align: center;
}
.s_app-detail .sec-wide .summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .summary {
    gap: 30rem;
  }
}
.s_app-detail .sec-wide .sub-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info {
    gap: 50rem;
  }
}
.s_app-detail .sec-wide .sub-info .row {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 40px 0px;
  border-bottom: 1px solid #aaa;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .row {
    padding: 40rem 0;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide .sub-info .row {
    flex-direction: column;
  }
}
.s_app-detail .sec-wide .sub-info .row:first-child {
  border-top: 1px solid #aaa;
}
.s_app-detail .sec-wide .sub-info .row .s-key {
  min-width: 300px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .row .s-key {
    min-width: 300rem;
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide .sub-info .row .s-key {
    min-width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.s_app-detail .sec-wide .sub-info .row .s-val {
  flex: 1 1 auto;
}
.s_app-detail .sec-wide .sub-info .row.voices .s-val {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .row.voices .s-val {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide .sub-info .row.voices .s-val {
    grid-template-columns: 1fr;
    gap: 20rem;
  }
}
.s_app-detail .sec-wide .sub-info .row.voices .s-val .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .row.voices .s-val .item {
    gap: 30rem;
    padding: 20rem;
    border-radius: 20rem;
  }
}
.s_app-detail .sec-wide .sub-info .row.voices .s-val .item .filled {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 192px;
  background: #14b2be;
  color: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .row.voices .s-val .item .filled {
    padding: 5rem;
    width: 192rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide .sub-info .row.voices .s-val .item .filled {
    padding: 10rem;
    width: 100%;
  }
}
.s_app-detail .sec-wide .sub-info .marit {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .marit {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide .sub-info .marit {
    width: 100%;
  }
}
.s_app-detail .sec-wide .sub-info .marit h3 {
  text-align: center;
  width: 100%;
}
.s_app-detail .sec-wide .sub-info .marit .marit-list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .marit .marit-list {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide .sub-info .marit .marit-list {
    flex-direction: column;
    width: 100%;
  }
}
.s_app-detail .sec-wide .sub-info .marit .marit-list .marit-item {
  width: 350px;
  height: 350px;
  border-radius: 999px;
  background-color: #14b2be;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .marit .marit-list .marit-item {
    width: 350rem;
    height: 350px;
  }
}
@media screen and (max-width: 1900px) and (max-width: 1900px) {
  .s_app-detail .sec-wide .sub-info .marit .marit-list .marit-item {
    width: 350rem;
    height: 350rem;
  }
}
.s_app-detail .sec-wide .plus {
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background-color: #14b2be;
  position: absolute;
  top: 120px;
  right: 45px;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .plus {
    width: 120rem;
    height: 120rem;
    top: 120rem;
    right: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .s_app-detail .sec-wide .plus {
    right: 5rem;
    top: 80rem;
  }
}
.s_app-detail .sec-wide .plus span {
  width: 60px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 30px;
  top: 55px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .s_app-detail .sec-wide .plus span {
    width: 60rem;
    height: 10rem;
    left: 30rem;
    top: 55rem;
  }
}
.s_app-detail .sec-wide .plus span.bar1 {
  rotate: 270deg;
}
.s_app-detail .sec-wide .plus span.bar2 {
  rotate: 180deg;
}
.s_app-detail .sec-wide .plus.is_open .bar1,
.s_app-detail .sec-wide .plus.is_open .bar2 {
  rotate: 0deg;
}

.s_join .container {
  background-color: #14b2be;
  overflow: hidden;
}
.s_join .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  color: #fff;
  padding: 100px 40px;
}
@media screen and (max-width: 1900px) {
  .s_join .container .content {
    gap: 50rem;
    padding: 100rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s_join .container .content {
    padding: 80rem 40rem;
  }
}
.s_join .container .content h2,
.s_join .container .content p {
  text-align: center;
  white-space: nowrap;
}
.s_join .container .content .btn-white {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  border-radius: 999px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #14b2be;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
}
@media screen and (max-width: 1900px) {
  .s_join .container .content .btn-white {
    padding: 20rem 40rem;
    gap: 20rem;
  }
}
.s_join .container .content .btn-white svg {
  width: 18px;
  height: 24px;
}
@media screen and (max-width: 1900px) {
  .s_join .container .content .btn-white svg {
    width: 18rem;
    height: 24rem;
  }
}
.s_join .container .content .btn-white:hover {
  background-color: #14b2be;
  color: #fff;
}
.s_join .container .content .btn-white:hover svg path {
  stroke: #fff;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1900px) {
  .anchor {
    padding-top: 100rem;
    margin-top: -100rem;
  }
}

.s_single {
  padding: 200px 0;
}
@media screen and (max-width: 1900px) {
  .s_single {
    padding: 200rem 0;
  }
}

.article-archive-container {
  padding: 0 80px;
  padding-bottom: 150px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  .article-archive-container {
    padding: 0 80rem;
    padding-bottom: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .article-archive-container {
    flex-direction: column-reverse;
    padding: 0 40rem;
    padding-bottom: 100rem;
  }
}
.article-archive-container.single {
  padding: 200px 80px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container.single {
    padding: 200rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .article-archive-container.single {
    padding: 150rem 40rem;
  }
}
.article-archive-container .archive-sidebar {
  width: 30%;
  float: right;
}
@media screen and (max-width: 768px) {
  .article-archive-container .archive-sidebar {
    width: 100%;
    float: none;
  }
}
.article-archive-container .archive-sidebar .sidebar-title {
  padding: 15px 0;
  color: #14b2be;
  border-bottom: 1px solid #14b2be;
  width: 100%;
  padding-left: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .archive-sidebar .sidebar-title {
    padding: 15rem 0;
    padding-left: 30rem;
    margin-top: 50rem;
  }
}
.article-archive-container .archive-sidebar ul {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .archive-sidebar ul {
    margin-top: 30rem;
  }
}
.article-archive-container .archive-sidebar ul li {
  display: flex;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .archive-sidebar ul li {
    padding: 10rem 0;
  }
}
.article-archive-container .archive-sidebar ul li a {
  transition: all 0.3s ease-in-out;
}
.article-archive-container .archive-sidebar ul li a:hover {
  text-decoration: underline;
}
.article-archive-container .archive-sidebar ul li:hover {
  color: #14b2be;
}
.article-archive-container .archive-sidebar ul li:hover a {
  color: #14b2be;
}
.article-archive-container .main-wrapper {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .article-archive-container .main-wrapper {
    width: 100%;
  }
}
.article-archive-container .main-wrapper .article-list .article-item .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  border-bottom: 1px solid #14b2be;
  transition: all 0.3s ease-in-out;
}
.article-archive-container .main-wrapper .article-list .article-item .inner:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .article-list .article-item .inner {
    padding: 40rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .article-archive-container .main-wrapper .article-list .article-item .inner {
    flex-direction: column;
  }
}
.article-archive-container .main-wrapper .article-list .article-item .inner .img {
  width: 30%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article-archive-container .main-wrapper .article-list .article-item .inner .img {
    width: 100%;
  }
}
.article-archive-container .main-wrapper .article-list .article-item .inner .meta {
  width: 70%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .article-list .article-item .inner .meta {
    padding-left: 40rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .article-archive-container .main-wrapper .article-list .article-item .inner .meta {
    padding-left: 0;
    width: 100%;
  }
}
.article-archive-container .main-wrapper .article-list .article-item .inner .meta .date {
  color: #14b2be;
}
.article-archive-container .main-wrapper .article-list .article-item .inner .meta .item-ttl {
  transition: all 0.3s ease-in-out;
}
.article-archive-container .main-wrapper .article-list .article-item .inner .meta .btn-more {
  width: 300px;
  margin: auto;
  margin-right: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skew(-15deg);
  background-color: #14b2be;
  color: #fff;
  border-radius: 0;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .article-list .article-item .inner .meta .btn-more {
    width: 300rem;
    padding: 20rem;
  }
}
.article-archive-container .main-wrapper .article-list .article-item .inner:hover {
  background-color: #f6f6f6;
}
.article-archive-container .main-wrapper .article-list .article-item .inner:hover .img img {
  transform: scale(1.1);
}
.article-archive-container .main-wrapper .article-list .article-item .inner:hover .meta h4 {
  color: #14b2be;
  text-decoration: underline;
}
.article-archive-container .main-wrapper .article-list .article-item .inner:hover .meta .btn-more {
  transform: none;
}
.article-archive-container .main-wrapper .pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .pagination {
    margin-top: 70rem;
    gap: 10rem;
  }
}
.article-archive-container .main-wrapper .pagination .page-numbers {
  width: 50px;
  height: 50px;
  background-color: #14b2be;
  border: 1px solid #14b2be;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .pagination .page-numbers {
    width: 50rem;
    height: 50rem;
    font-size: 32rem;
  }
}
.article-archive-container .main-wrapper .pagination .page-numbers.current {
  background-color: #f29b57;
  border: 1px solid #f29b57;
  color: #fff;
}
.article-archive-container .main-wrapper .pagination .page-numbers.current:hover {
  background-color: #f29b57;
  border: 1px solid #f29b57;
  color: #fff;
}
.article-archive-container .main-wrapper .pagination .page-numbers.next, .article-archive-container .main-wrapper .pagination .page-numbers.prev {
  width: 150px;
  height: 50px;
  background-color: #14b2be;
  border: 1px solid #14b2be;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .pagination .page-numbers.next, .article-archive-container .main-wrapper .pagination .page-numbers.prev {
    width: 150rem;
    height: 50rem;
  }
}
.article-archive-container .main-wrapper .pagination .page-numbers:hover {
  background-color: #fff;
  color: #14b2be;
}
.article-archive-container .main-wrapper .s_single {
  padding: 40px 20px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .s_single {
    padding: 40rem 20rem;
  }
}
.article-archive-container .main-wrapper .s_single .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .s_single .breadcrumbs {
    gap: 15rem;
  }
}
.article-archive-container .main-wrapper .s_single .breadcrumbs .ttl {
  color: #14b2be;
}
.article-archive-container .main-wrapper .s_single .breadcrumbs a {
  padding: 10px 0;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .s_single .breadcrumbs a {
    padding: 10rem 0;
  }
}
.article-archive-container .main-wrapper .s_single .breadcrumbs a:hover {
  color: #14b2be;
  text-decoration: underline;
}
.article-archive-container .main-wrapper .s_single .single-ttl {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .s_single .single-ttl {
    margin-top: 50rem;
  }
}
.article-archive-container .main-wrapper .s_single .single-ttl h2 {
  text-align: center;
  width: 100%;
}
.article-archive-container .main-wrapper .s_single .single-ttl p {
  width: 100%;
  border-bottom: 1px solid #14b2be;
  color: #14b2be;
}
.article-archive-container .main-wrapper .s_single .single-img,
.article-archive-container .main-wrapper .s_single .single-content {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .s_single .single-img,
  .article-archive-container .main-wrapper .s_single .single-content {
    margin-top: 70rem;
  }
}
.article-archive-container .main-wrapper .s_single .single-btn {
  margin: auto;
  margin-top: 70px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1900px) {
  .article-archive-container .main-wrapper .s_single .single-btn {
    margin-top: 70rem;
  }
}/*# sourceMappingURL=sub.css.map */