.key {
  height: 247px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .win .key {
    height: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .key {
    height: auto;
    flex-direction: column;
  }
}
.key .key_title_area {
  border-right: solid 1px #CEAA43;
  padding-left: max((100vw - 1100px) / 2, 20px);
  flex: 1;
  background: #00ABA3;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1217px) {
  .win .key .key_title_area {
    padding-left: 70px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .key .key_title_area {
    padding-left: 70px;
  }
}
@media screen and (max-width: 784px) {
  .win .key .key_title_area {
    padding-left: 0;
    padding-block: 20px 10px;
    padding-inline: 10px;
    border-right: none;
    border-bottom: solid 1px #CEAA43;
    align-items: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .key .key_title_area {
    padding-left: 0;
    padding-block: 20px 10px;
    padding-inline: 10px;
    border-right: none;
    border-bottom: solid 1px #CEAA43;
    align-items: center;
    width: 100%;
  }
}
.key .key_title_area:before {
  content: "";
  display: block;
  width: max((100vw - 1100px) / 2 + 20px, 100px);
  height: 100%;
  background: url(../img/sub/key_bg.png) top right/119px auto repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1217px) {
  .win .key .key_title_area:before {
    width: 100px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .key .key_title_area:before {
    width: 100px;
  }
}
.key .key_title_area .key_title {
  color: white;
  font-size: 38px;
  font-weight: 400;
  border-bottom: solid 1px #CEAA43;
  width: fit-content;
  letter-spacing: 2px;
  padding-bottom: 5px;
  line-height: 1.4;
}
@media screen and (max-width: 784px) {
  .win .key .key_title_area .key_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .key .key_title_area .key_title {
    font-size: 28px;
  }
}
.key .key_title_area .key_title-en {
  margin-top: 10px;
  color: white;
  font-size: 12px;
}
.is-en .key .key_title_area .key_title-en {
  display: none;
}
.key .key_img_area {
  width: 800px;
  overflow: hidden;
}
@media screen and (max-width: 1217px) {
  .win .key .key_img_area {
    width: min(524px, 50%);
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .key .key_img_area {
    width: min(524px, 50%);
  }
}
@media screen and (max-width: 784px) {
  .win .key .key_img_area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .key .key_img_area {
    width: 100%;
  }
}
.key .key_img_area .key_img {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 784px) {
  .win .key .key_img_area .key_img {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .key .key_img_area .key_img {
    height: auto;
  }
}
.key .key_img_area .key_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 784px) {
  .win .key .key_img_area .key_img img {
    width: 100%;
    height: auto;
    scale: 1;
    animation: none;
  }
}
@media screen and (max-width: 767px) {
  .key .key_img_area .key_img img {
    width: 100%;
    height: auto;
    scale: 1;
    animation: none;
  }
}

.main {
  position: relative;
  background: white;
  background: url(../img/common/bg_main.jpg) top left/66px auto repeat;
}

.title_area {
  border-top: solid 1px #CEAA43;
  background: url(../img/common/bg_jp.jpg) top left/38px auto repeat;
  padding-block: 50px;
  padding-inline: max(50vw - 550px, 10px);
}
@media screen and (max-width: 784px) {
  .win .title_area {
    padding-inline: 20px;
    padding-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .title_area {
    padding-inline: 20px;
    padding-block: 30px;
  }
}
.title_area .title {
  font-size: 32px;
  font-weight: 400;
  width: fit-content;
  padding-bottom: 5px;
  margin-inline: auto;
  letter-spacing: 2px;
  position: relative;
}
.title_area .title.is-animated:before {
  width: 100%;
}
@media screen and (max-width: 784px) {
  .win .title_area .title {
    letter-spacing: 0;
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .title_area .title {
    letter-spacing: 0;
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
  }
}
.title_area .title:before {
  content: "";
  display: block;
  height: 1px;
  background: #CEAA43;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 0.3s ease-in;
}
.title_area .title .is-sm {
  font-size: 20px;
}
.title_area .lead {
  margin-top: 30px;
  font-size: 22px;
  text-align: center;
  letter-spacing: 4px;
  line-height: 2;
}
@media screen and (max-width: 784px) {
  .win .title_area .lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .title_area .lead {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
  }
}
.title_area .lead.is-lg {
  margin-top: 0;
}
@media screen and (max-width: 784px) {
  .win .title_area .lead.is-lg {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title_area .lead.is-lg {
    font-size: 20px;
  }
}

@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .section {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .section {
    padding-inline: 20px;
  }
}
.section .inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-block: 80px 200px;
}
@media screen and (max-width: 1217px) {
  .win .section .inner {
    padding-block: 60px 100px;
    max-width: 820px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .section .inner {
    padding-block: 60px 100px;
    max-width: 820px;
  }
}
@media screen and (max-width: 784px) {
  .win .section .inner {
    padding-block: 30px 110px;
  }
}
@media screen and (max-width: 767px) {
  .section .inner {
    padding-block: 30px 110px;
  }
}

.page-about .figure01 {
  width: 897px;
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-about .figure01 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-about .figure01 {
    width: 100%;
  }
}
.page-about .figure01 img {
  width: 100%;
}
.page-about .pic01 {
  max-width: 868px;
  width: 100%;
  display: block;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 784px) {
  .win .page-about .pic01 {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .pic01 {
    margin-top: 30px;
    width: 100%;
  }
}
.page-about .pic01 img {
  width: 100%;
}
.page-about .pic02 {
  width: 470px;
}
@media screen and (max-width: 784px) {
  .win .page-about .pic02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .pic02 {
    width: 100%;
  }
}
.page-about .btn_link_gt {
  display: block;
  width: 178px;
  transition: opacity 0.3s;
  transform: translateY(-10px);
}
@media screen and (min-width: 785px) {
  .win .page-about .btn_link_gt:not(.is-sp .win .page-about .btn_link_gt):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .page-about .btn_link_gt:not(.is-sp .page-about .btn_link_gt):hover {
    opacity: 0.7;
  }
}
.page-about .btn_link_gt img {
  width: 100%;
}
.page-about .layout-table .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .win .page-about .layout-table .row {
    flex-direction: column;
    padding-block: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .layout-table .row {
    flex-direction: column;
    padding-block: 20px;
  }
}
.page-about .layout-table .row:not(:last-of-type) {
  border-bottom: solid 1px #E1E1E1;
}
.page-about .layout-table .row .head {
  width: 220px;
  color: #1DABA3;
  padding-block: 20px 30px;
}
@media screen and (max-width: 784px) {
  .win .page-about .layout-table .row .head {
    padding-block: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .layout-table .row .head {
    padding-block: 0;
    width: 100%;
  }
}
.page-about .layout-table .row .body {
  padding-block: 20px 30px;
  flex: 1;
}
@media screen and (max-width: 784px) {
  .win .page-about .layout-table .row .body {
    flex: none;
    width: 100%;
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-about .layout-table .row .body {
    flex: none;
    width: 100%;
    padding-block: 0;
  }
}
.page-about .text_list {
  padding-left: 20px;
}
.page-about .text_list li {
  font-size: 15px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.page-about .text_list li:not(:first-of-type) {
  margin-top: 5px;
}
.page-about .map {
  margin-top: 20px;
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 1217px) {
  .win .page-about .map {
    height: 290px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-about .map {
    height: 290px;
  }
}
.page-about .map iframe {
  height: 100%;
  width: 100%;
}

.page-service .service_list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 40px;
}
@media screen and (max-width: 784px) {
  .win .page-service .service_list li {
    flex-direction: column;
    column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-service .service_list li {
    flex-direction: column;
    column-gap: 0;
  }
}
.page-service .service_list li:not(:first-of-type) {
  padding-top: 60px;
  border-top: solid 1px #E1E1E1;
}
@media screen and (max-width: 784px) {
  .win .page-service .service_list li:not(:first-of-type) {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .service_list li:not(:first-of-type) {
    padding-top: 30px;
  }
}
.page-service .service_list li:not(:last-of-type) {
  padding-bottom: 60px;
}
@media screen and (max-width: 784px) {
  .win .page-service .service_list li:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .service_list li:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.page-service .service_list li .service_thumb {
  width: 335px;
  min-width: 335px;
}
@media screen and (max-width: 784px) {
  .win .page-service .service_list li .service_content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .service_list li .service_content {
    padding-top: 20px;
  }
}
.page-service .service_list li .service_content .service_title {
  color: #00ABA3;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (max-width: 784px) {
  .win .page-service .service_list li .service_content .service_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .service_list li .service_content .service_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.page-service .layout-col-2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 120px;
}
@media screen and (max-width: 1217px) {
  .win .page-service .layout-col-2 {
    column-gap: 80px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-service .layout-col-2 {
    column-gap: 80px;
  }
}
@media screen and (max-width: 784px) {
  .win .page-service .layout-col-2 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .layout-col-2 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 80px;
  }
}
.page-service .layout-col-2 li {
  flex: 1;
}
.page-service .layout-col-2 .col_title {
  color: #00ABA3;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 784px) {
  .win .page-service .layout-col-2 .col_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-service .layout-col-2 .col_title {
    font-size: 20px;
  }
}
.page-service .layout-col-2 .col_thumb {
  width: 470px;
  margin-bottom: 40px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-service .layout-col-2 .col_thumb {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-service .layout-col-2 .col_thumb {
    width: 100%;
  }
}

.page-performance .results {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 55017px) {
  .win .page-performance .results {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  .page-performance .results {
    flex-direction: column;
  }
}
.page-performance .results li {
  flex: 1;
  display: grid;
  grid-template-areas: "el01" "el02" "el03";
}
@media screen and (max-width: 55017px) {
  .win .page-performance .results li {
    grid-template-areas: "el01 el01" "el02 el03";
  }
}
@media screen and (max-width: 550px) {
  .page-performance .results li {
    grid-template-areas: "el01 el01" "el02 el03";
  }
}
.page-performance .results li:not(:first-of-type) {
  border-left: solid 1px #E1E1E1;
}
@media screen and (max-width: 55017px) {
  .win .page-performance .results li:not(:first-of-type) {
    border-left: none;
    border-top: solid 1px #E1E1E1;
    padding-top: 30px;
  }
}
@media screen and (max-width: 550px) {
  .page-performance .results li:not(:first-of-type) {
    border-left: none;
    border-top: solid 1px #E1E1E1;
    padding-top: 30px;
  }
}
.page-performance .results .result_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  grid-area: el01;
}
@media screen and (max-width: 784px) {
  .win .page-performance .results .result_title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .results .result_title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.page-performance .results .result_percent {
  grid-area: el02;
  color: #00ABA3;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  transform: translateX(10px);
}
@media screen and (max-width: 784px) {
  .win .page-performance .results .result_percent {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .results .result_percent {
    transform: none;
  }
}
.page-performance .results .result_percent strong {
  font-size: 90px;
  font-weight: 400;
}
.page-performance .results .result_memo {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 784px) {
  .win .page-performance .results .result_memo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .results .result_memo {
    display: none;
  }
}
.page-performance .results .img_area {
  grid-area: el03;
  margin-top: 20px;
}
.page-performance .results .img_area .result_memo-sp {
  display: none;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 784px) {
  .win .page-performance .results .img_area .result_memo-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .results .img_area .result_memo-sp {
    display: block;
  }
}
.page-performance .results .img_area .img_crown {
  width: 216px;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 784px) {
  .win .page-performance .results .img_area .img_crown {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .results .img_area .img_crown {
    width: 120px;
  }
}
.page-performance .portfolio {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 50px;
}
.page-performance .portfolio.is-en {
  row-gap: 50px;
  flex-direction: column;
}
@media screen and (max-width: 1217px) {
  .win .page-performance .portfolio.is-ja {
    column-gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-performance .portfolio.is-ja {
    column-gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-performance .portfolio.is-ja {
    row-gap: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .page-performance .portfolio.is-ja {
    row-gap: 40px;
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .portfolio.is-ja {
    column-gap: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .portfolio.is-ja {
    column-gap: 0;
    flex-direction: column;
  }
}
.page-performance .portfolio li {
  flex: 1;
}
@media screen and (max-width: 1217px) {
  .win .page-performance .portfolio li.is-ja {
    width: calc((100% - 40px) / 2);
    flex: none;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-performance .portfolio li.is-ja {
    width: calc((100% - 40px) / 2);
    flex: none;
  }
}
.page-performance .layout-col-2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (max-width: 1217px) {
  .win .page-performance .layout-col-2 {
    column-gap: 40px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-performance .layout-col-2 {
    column-gap: 40px;
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .layout-col-2 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .layout-col-2 {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
  }
}
.page-performance .layout-col-2 li {
  flex: 1;
}
@media screen and (max-width: 784px) {
  .win .page-performance .layout-col-2 li {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .layout-col-2 li {
    flex: none;
    width: 100%;
  }
}
.page-performance .ranking {
  display: grid;
  grid-template-areas: "no1 no1 no1 no1" "no2 no3 no4 no5";
  flex-wrap: wrap;
  grid-row-gap: 15px;
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking {
    grid-template-areas: "no1" "no2" "no3" "no4" "no5";
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking {
    grid-template-areas: "no1" "no2" "no3" "no4" "no5";
  }
}
.page-performance .ranking.is-en {
  grid-template-areas: "no1 no1" "no2 no3" "no4 no5";
  grid-template-columns: auto 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 60px;
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking.is-en {
    grid-column-gap: 0;
    grid-template-areas: "no1" "no2" "no3" "no4" "no5";
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking.is-en {
    grid-column-gap: 0;
    grid-template-areas: "no1" "no2" "no3" "no4" "no5";
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking {
    flex-direction: column;
  }
}
.page-performance .ranking li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
}
@media screen and (max-width: 1217px) {
  .win .page-performance .ranking li.is-ja {
    width: 50%;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-performance .ranking li.is-ja {
    width: 50%;
  }
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-performance .ranking li.is-ja {
    flex: none;
  }
}
@media screen and (max-width: 1200px) {
  .page-performance .ranking li.is-ja {
    flex: none;
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking li.is-ja {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking li.is-ja {
    width: 100%;
  }
}
.page-performance .ranking li:before {
  content: "";
  display: block;
  width: 64px;
  height: 48px;
  background: url(../img/sub/performance/img_crown-sm.png) center/contain no-repeat;
  transform: translateY(7px);
}
.page-performance .ranking li.is-no1 {
  grid-area: no1;
  border-bottom: solid 1px #E1E1E1;
  padding-bottom: 15px;
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking li.is-no1 {
    display: grid;
    grid-template-areas: "el01 el01" "el02 el03";
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking li.is-no1 {
    display: grid;
    grid-template-areas: "el01 el01" "el02 el03";
  }
}
.page-performance .ranking li.is-no1:before {
  width: 128px;
  height: 96px;
  background: url(../img/sub/performance/img_crown-md.png) center/contain no-repeat;
  transform: translateY(12px);
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking li.is-no1:before {
    grid-area: el01;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking li.is-no1:before {
    grid-area: el01;
  }
}
.page-performance .ranking li.is-no1 .rank_no {
  font-size: 24px;
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking li.is-no1 .rank_no {
    grid-area: el02;
    transform: translateY(5px);
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking li.is-no1 .rank_no {
    grid-area: el02;
    transform: translateY(5px);
  }
}
.page-performance .ranking li.is-no1 .rank_title {
  font-size: 34px;
}
@media screen and (max-width: 784px) {
  .win .page-performance .ranking li.is-no1 .rank_title {
    grid-area: el03;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .ranking li.is-no1 .rank_title {
    grid-area: el03;
  }
}
.page-performance .ranking li.is-no2 {
  grid-area: no2;
}
.page-performance .ranking li.is-no3 {
  grid-area: no3;
}
.page-performance .ranking li.is-no4 {
  grid-area: no4;
}
.page-performance .ranking li.is-no5 {
  grid-area: no5;
}
.page-performance .ranking .rank_no {
  font-size: 20px;
  line-height: 1;
}
.page-performance .ranking .rank_title {
  font-size: 20px;
  color: #00ABA3;
  line-height: 1;
}
.page-performance .movie_section {
  background: radial-gradient(ellipse at center 120%, #656565 0%, #292929 50%, #292929);
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-performance .movie_section {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .page-performance .movie_section {
    padding-inline: 20px;
  }
}
.page-performance .movie_section .inner {
  max-width: 1100px;
  margin-inline: auto;
  padding-block: 50px 40px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-performance .movie_section .inner {
    max-width: 820px;
  }
}
@media screen and (max-width: 1200px) {
  .page-performance .movie_section .inner {
    max-width: 820px;
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .movie_section .inner {
    padding-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .movie_section .inner {
    padding-block: 30px;
  }
}
.page-performance .movie_section .movie_grid {
  display: grid;
  grid-template-areas: "el01 el03" "el02 el03";
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto 1fr;
}
@media screen and (max-width: 1217px) {
  .win .page-performance .movie_section .movie_grid {
    grid-row-gap: 5px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-performance .movie_section .movie_grid {
    grid-row-gap: 5px;
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .movie_section .movie_grid {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .movie_section .movie_grid {
    display: block;
  }
}
.page-performance .movie_section .movie_grid .el01 {
  grid-area: el01;
}
@media screen and (max-width: 784px) {
  .win .page-performance .movie_section .movie_grid .el01 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .movie_section .movie_grid .el01 {
    display: none;
  }
}
.page-performance .movie_section .movie_grid .el02 {
  grid-area: el02;
}
@media screen and (max-width: 784px) {
  .win .page-performance .movie_section .movie_grid .el02 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .movie_section .movie_grid .el02 {
    display: none;
  }
}
.page-performance .movie_section .movie_grid .el03 {
  grid-area: el03;
}
.page-performance .movie_section .movie_slide {
  width: 353px;
}
@media screen and (max-width: 1217px) {
  .win .page-performance .movie_section .movie_slide {
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-performance .movie_section .movie_slide {
    width: 100%;
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .movie_section .movie_slide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .movie_section .movie_slide {
    display: none;
  }
}
.page-performance .movie_section .movie {
  cursor: pointer;
}
.page-performance .movie_section .movie video {
  width: 730px;
}
@media screen and (max-width: 1217px) {
  .win .page-performance .movie_section .movie video {
    width: 545px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-performance .movie_section .movie video {
    width: 545px;
  }
}
@media screen and (max-width: 784px) {
  .win .page-performance .movie_section .movie video {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-performance .movie_section .movie video {
    width: 100%;
  }
}

.page-news .news_list .news_item {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 25px;
  padding-block: 30px;
  border-bottom: solid 1px #E1E1E1;
  position: relative;
  padding-inline: 0 30px;
}
@media screen and (max-width: 784px) {
  .win .page-news .news_list .news_item {
    flex-direction: column;
    column-gap: 0;
    padding-right: 30px;
    padding-block: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-news .news_list .news_item {
    flex-direction: column;
    column-gap: 0;
    padding-right: 30px;
    padding-block: 20px;
  }
}
.page-news .news_list .news_item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #828282;
  border-right: solid 1px #828282;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: rotate(45deg) translateY(-50%);
}
.page-news .news_list .news_category {
  border: solid 1px #CEAA43;
  color: #CEAA43;
  font-size: 11px;
  line-height: 1;
  padding: 5px 10px;
  transform: translateY(3px);
  text-align: center;
  min-width: 60px;
}
.page-news .news_list .news_date {
  font-size: 14px;
  min-width: 80px;
  letter-spacing: 1px;
}
@media screen and (max-width: 784px) {
  .win .page-news .news_list .news_date {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-news .news_list .news_date {
    margin-top: 10px;
  }
}
.page-news .news_list .news_title {
  font-size: 14px;
}

.page-news-detail .inner {
  padding-inline: 100px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-news-detail .inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-news-detail .inner {
    padding-inline: 0;
  }
}
.page-news-detail .news_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-bottom: 15px;
}
.page-news-detail .news_header .category {
  border: solid 1px #CEAA43;
  color: #CEAA43;
  font-size: 11px;
  padding: 5px 15px;
  line-height: 1;
}
.page-news-detail .news_header .date {
  letter-spacing: 2px;
  font-size: 14px;
}
.page-news-detail .news_title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 1.7;
}
@media screen and (max-width: 784px) {
  .win .page-news-detail .news_title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-detail .news_title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.page-news-detail .news_content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 50px;
}
@media screen and (max-width: 784px) {
  .win .page-news-detail .news_content {
    flex-direction: column;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-detail .news_content {
    flex-direction: column;
    row-gap: 40px;
  }
}
.page-news-detail .news_content .news_text {
  flex: 1;
  font-size: 14px;
  line-height: 2.2;
}
.page-news-detail .news_content .news_pics .news_pic {
  width: 335px;
  display: block;
}
.page-news-detail .news_content .news_pics .news_pic:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 784px) {
  .win .page-news-detail .news_content .news_pics .news_pic {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-news-detail .news_content .news_pics .news_pic {
    width: 100%;
  }
}
.page-news-detail .paging {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
}
@media screen and (max-width: 784px) {
  .win .page-news-detail .paging {
    margin-top: 60px;
    column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-news-detail .paging {
    margin-top: 60px;
    column-gap: 0;
  }
}
.page-news-detail .paging .btn_prev,
.page-news-detail .paging .btn_next {
  font-size: 14px;
  text-decoration: none;
  color: #444444;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (max-width: 784px) {
  .win .page-news-detail .paging .btn_prev,
.win .page-news-detail .paging .btn_next {
    padding-block: 20px;
    flex: 1;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-news-detail .paging .btn_prev,
.page-news-detail .paging .btn_next {
    padding-block: 20px;
    flex: 1;
    font-size: 16px;
  }
}
@media screen and (min-width: 1216px) {
  .win .page-news-detail .paging .btn_prev:not(.is-sp .page-news-detail .paging .btn_prev,
.is-sp .page-news-detail .paging .btn_next):hover,
.win .page-news-detail .paging .btn_next:not(.is-sp .page-news-detail .paging .btn_prev,
.is-sp .page-news-detail .paging .btn_next):hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1199px) {
  .page-news-detail .paging .btn_prev:not(.is-sp .page-news-detail .paging .btn_prev,
.is-sp .page-news-detail .paging .btn_next):hover,
.page-news-detail .paging .btn_next:not(.is-sp .page-news-detail .paging .btn_prev,
.is-sp .page-news-detail .paging .btn_next):hover {
    text-decoration: underline;
  }
}
.page-news-detail .paging .btn_prev.is-disabled,
.page-news-detail .paging .btn_next.is-disabled {
  color: #CFCFCF;
  pointer-events: none;
}
.page-news-detail .paging .btn_prev.is-disabled:before,
.page-news-detail .paging .btn_next.is-disabled:before {
  border-color: #CFCFCF;
}
.page-news-detail .paging .btn_prev:before,
.page-news-detail .paging .btn_next:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc(50% + 3px);
}
.page-news-detail .paging .btn_prev {
  padding-left: 15px;
}
.page-news-detail .paging .btn_prev:before {
  border-top: solid 1px #444444;
  border-left: solid 1px #444444;
  transform: rotate(-45deg) translateY(-50%);
  left: 0;
  transform-origin: left top;
}
.page-news-detail .paging .btn_next {
  padding-right: 15px;
}
@media screen and (max-width: 784px) {
  .win .page-news-detail .paging .btn_next {
    text-align: right;
    border-left: solid 1px #CFCFCF;
  }
}
@media screen and (max-width: 767px) {
  .page-news-detail .paging .btn_next {
    text-align: right;
    border-left: solid 1px #CFCFCF;
  }
}
.page-news-detail .paging .btn_next:before {
  border-top: solid 1px #444444;
  border-right: solid 1px #444444;
  transform: rotate(45deg) translateY(-50%);
  right: 0;
  transform-origin: right top;
}

.page-sitemap .nav .nav_item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .win .page-sitemap .nav .nav_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page-sitemap .nav .nav_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-sitemap .nav .nav_item:not(:first-of-type) {
  margin-top: 60px;
}
@media screen and (max-width: 784px) {
  .win .page-sitemap .nav .nav_item:not(:first-of-type) {
    margin-top: 40px;
  }
  .win .page-sitemap .nav .nav_item:not(:first-of-type) .nav_link .item_title:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-sitemap .nav .nav_item:not(:first-of-type) {
    margin-top: 40px;
  }
  .page-sitemap .nav .nav_item:not(:first-of-type) .nav_link .item_title:before {
    width: 100%;
  }
}
.page-sitemap .nav .nav_item .nav_link {
  text-decoration: none;
  min-width: 170px;
}
@media screen and (min-width: 1216px) {
  .win .page-sitemap .nav .nav_item .nav_link:not(.is-sp .page-sitemap .nav .nav_item .nav_link):hover .item_title:before {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .page-sitemap .nav .nav_item .nav_link:not(.is-sp .page-sitemap .nav .nav_item .nav_link):hover .item_title:before {
    width: 100%;
  }
}
.page-sitemap .nav .nav_item .nav_link .item_title {
  width: fit-content;
  position: relative;
  color: #00ABA3;
  font-size: 20px;
  letter-spacing: 2px;
}
.page-sitemap .nav .nav_item .nav_link .item_title:before {
  content: "";
  display: block;
  height: 1px;
  background: #CEAA43;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width ease-in 0.3s;
}
.page-sitemap .nav .nav_item .nav-sub {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 30px;
  column-gap: 50px;
  border-left: solid 1px #CEAA43;
  font-size: 13px;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 784px) {
  .win .page-sitemap .nav .nav_item .nav-sub {
    border: none;
    padding-left: 0;
    margin-top: 20px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-sitemap .nav .nav_item .nav-sub {
    border: none;
    padding-left: 0;
    margin-top: 20px;
    column-gap: 40px;
  }
}
.page-sitemap .nav .nav_item .nav-sub .nav_link-sub {
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 15px;
  position: relative;
}
@media screen and (min-width: 1216px) {
  .win .page-sitemap .nav .nav_item .nav-sub .nav_link-sub:not(.is-sp .page-sitemap .nav .nav_item .nav-sub .nav_link-sub):hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .page-sitemap .nav .nav_item .nav-sub .nav_link-sub:not(.is-sp .page-sitemap .nav .nav_item .nav-sub .nav_link-sub):hover:before {
    width: 100%;
  }
}
.page-sitemap .nav .nav_item .nav-sub .nav_link-sub:before {
  content: "";
  display: block;
  height: 1px;
  background: #CEAA43;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width ease-in 0.3s;
}
.page-sitemap .section .tour {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 784px) {
  .win .page-sitemap .section .tour {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-sitemap .section .tour {
    margin-top: 40px;
  }
}
.page-sitemap .section .tour .tour_link {
  text-decoration: none;
  font-size: 15px;
  position: relative;
}
@media screen and (min-width: 1216px) {
  .win .page-sitemap .section .tour .tour_link:not(.is-sp .page-sitemap .section .tour .tour_link):hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .page-sitemap .section .tour .tour_link:not(.is-sp .page-sitemap .section .tour .tour_link):hover:before {
    width: 100%;
  }
}
.page-sitemap .section .tour .tour_link:before {
  content: "";
  display: block;
  height: 1px;
  background: #CEAA43;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width ease-in 0.3s;
}

.page-partner .tiles {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-inline: 150px;
  column-gap: 130px;
}
@media screen and (max-width: 1217px) {
  .win .page-partner .tiles {
    max-width: 740px;
    padding-inline: 0;
    column-gap: 70px;
    margin-inline: auto;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .page-partner .tiles {
    max-width: 740px;
    padding-inline: 0;
    column-gap: 70px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 784px) {
  .win .page-partner .tiles {
    flex-direction: column;
    row-gap: 40px;
    column-gap: 0;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-partner .tiles {
    flex-direction: column;
    row-gap: 40px;
    column-gap: 0;
    padding-inline: 0;
  }
}
.page-partner .tiles .tile {
  flex: 1;
}
.page-partner .tiles .tile .tile_thumb {
  width: 100%;
}
.page-partner .tiles .tile .tile_title {
  color: #00ABA3;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 784px) {
  .win .page-partner .tiles .tile .tile_title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-partner .tiles .tile .tile_title {
    margin-bottom: 10px;
  }
}

.page-recruit .layout-col-2 {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 40px;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .layout-col-2 {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .layout-col-2 {
    flex-direction: column;
    row-gap: 30px;
  }
}
.page-recruit .figure01,
.page-recruit .figure02 {
  width: 530px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-recruit .figure01,
.win .page-recruit .figure02 {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-recruit .figure01,
.page-recruit .figure02 {
    width: 100%;
  }
}
.page-recruit .figure03 {
  width: 100%;
}
.page-recruit .figure03 img {
  width: 100%;
}
.page-recruit .content {
  padding-inline: 100px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-recruit .content {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-recruit .content {
    padding-inline: 0;
  }
}
.page-recruit .msg_area {
  margin-top: 60px;
  border-top: solid 2px #00ABA3;
  border-bottom: solid 2px #00ABA3;
  padding-block: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .msg_area {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-block: 30px;
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .msg_area {
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-block: 30px;
    padding-inline: 0;
  }
}
.page-recruit .msg_area .msg {
  font-size: 20px;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .msg_area .msg {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .msg_area .msg {
    font-size: 18px;
  }
}
.page-recruit .msg_area .msg strong {
  color: #00ABA3;
  font-weight: 400;
}
.page-recruit .ongoing {
  margin-top: 50px;
  background: white;
  padding-block: 30px;
  padding-inline: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 50px;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .ongoing {
    flex-direction: column;
    padding-inline: 20px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .ongoing {
    flex-direction: column;
    padding-inline: 20px;
    row-gap: 10px;
  }
}
.page-recruit .ongoing .on_title {
  font-size: 17px;
  letter-spacing: 3px;
  transform: translateY(3px);
  white-space: nowrap;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .ongoing .on_title {
    letter-spacing: 0;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .ongoing .on_title {
    letter-spacing: 0;
    transform: none;
  }
}
.page-recruit .ongoing .on_jobs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 20px;
}
.page-recruit .ongoing .on_jobs .on_job .on_job_name {
  font-size: 28px;
  line-height: 1.4;
  color: #00ABA3;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .ongoing .on_jobs .on_job .on_job_name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .ongoing .on_jobs .on_job .on_job_name {
    font-size: 24px;
  }
}
.page-recruit .ongoing .on_jobs .on_job .on_annotation {
  font-size: 14px;
}
.page-recruit .team_list {
  margin-top: 60px;
}
.page-recruit .team_list li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 30px;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .team_list li {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .team_list li {
    flex-direction: column;
  }
}
.page-recruit .team_list li:not(:first-of-type) {
  border-top: solid 1px #E1E1E1;
  padding-top: 40px;
}
.page-recruit .team_list li:not(:last-of-type) {
  padding-bottom: 40px;
}
.page-recruit .team_list li .team_thumb {
  width: 230px;
  min-width: 230px;
  position: relative;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .team_list li .team_thumb {
    min-width: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .team_list li .team_thumb {
    min-width: 0;
    width: 100%;
  }
}
.page-recruit .team_list li .team_thumb .thumb_img {
  width: 100%;
}
.page-recruit .team_list li .team_thumb .thumb_img img {
  width: 100%;
}
.page-recruit .team_list li .team_thumb .thumb_title {
  background: rgba(0, 171, 163, 0.9);
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-block: 10px;
  text-align: center;
  transform: translateY(-50%);
}
.page-recruit .team_list li .team_title {
  color: #00ABA3;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 784px) {
  .win .page-recruit .team_list li .team_title {
    margin-top: 15px;
    line-height: 1.7;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit .team_list li .team_title {
    margin-top: 15px;
    line-height: 1.7;
    font-size: 18px;
  }
}

.page-inquiry .inner,
.page-partner-form .inner {
  padding-inline: 100px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .page-inquiry .inner,
.win .page-partner-form .inner {
    padding-inline: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-inquiry .inner,
.page-partner-form .inner {
    padding-inline: 0;
  }
}
.page-inquiry .logo_gtmedical,
.page-partner-form .logo_gtmedical {
  width: 256px;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .logo_gtmedical,
.win .page-partner-form .logo_gtmedical {
    display: block;
    margin-left: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .logo_gtmedical,
.page-partner-form .logo_gtmedical {
    display: block;
    margin-left: auto;
    margin-top: 40px;
  }
}
.page-inquiry .tabs,
.page-partner-form .tabs {
  border-bottom: solid 1px #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .tabs,
.win .page-partner-form .tabs {
    margin-top: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .tabs,
.page-partner-form .tabs {
    margin-top: 20px;
    column-gap: 20px;
  }
}
.page-inquiry .tabs .tab,
.page-partner-form .tabs .tab {
  border-top: solid 1px #E1E1E1;
  border-left: solid 1px #E1E1E1;
  border-right: solid 1px #E1E1E1;
  background: #E1E1E1;
  font-size: 14px;
  text-decoration: none;
  width: 300px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .tabs .tab,
.win .page-partner-form .tabs .tab {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .tabs .tab,
.page-partner-form .tabs .tab {
    width: auto;
    flex: 1;
  }
}
.page-inquiry .tabs .tab.is-current,
.page-partner-form .tabs .tab.is-current {
  pointer-events: none;
  background: #00ABA3;
  color: white;
}
.page-inquiry .layout-form,
.page-partner-form .layout-form {
  padding-top: 40px;
}
.page-inquiry .layout-form.is-confirm .row .head,
.page-partner-form .layout-form.is-confirm .row .head {
  transform: none;
}
.page-inquiry .layout-form .row,
.page-partner-form .layout-form .row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .layout-form .row,
.win .page-partner-form .layout-form .row {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .layout-form .row,
.page-partner-form .layout-form .row {
    flex-direction: column;
    row-gap: 10px;
  }
}
.page-inquiry .layout-form .row:not(:first-of-type),
.page-partner-form .layout-form .row:not(:first-of-type) {
  margin-top: 30px;
}
.page-inquiry .layout-form .row .head,
.page-partner-form .layout-form .row .head {
  min-width: 160px;
  font-size: 14px;
  transform: translateY(9px);
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .layout-form .row .head,
.win .page-partner-form .layout-form .row .head {
    width: 100%;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .layout-form .row .head,
.page-partner-form .layout-form .row .head {
    width: 100%;
    transform: none;
  }
}
.page-inquiry .layout-form .row .body,
.page-partner-form .layout-form .row .body {
  flex: 1;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .layout-form .row .body,
.win .page-partner-form .layout-form .row .body {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .layout-form .row .body,
.page-partner-form .layout-form .row .body {
    flex: none;
    width: 100%;
  }
}
.page-inquiry .layout-form .row .body.is-col-2,
.page-partner-form .layout-form .row .body.is-col-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .layout-form .row .body.is-col-2,
.win .page-partner-form .layout-form .row .body.is-col-2 {
    column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .layout-form .row .body.is-col-2,
.page-partner-form .layout-form .row .body.is-col-2 {
    column-gap: 10px;
  }
}
.page-inquiry .layout-form .row .body .inputs,
.page-partner-form .layout-form .row .body .inputs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 30px;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .layout-form .row .body .inputs,
.win .page-partner-form .layout-form .row .body .inputs {
    flex-direction: column;
    row-gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .layout-form .row .body .inputs,
.page-partner-form .layout-form .row .body .inputs {
    flex-direction: column;
    row-gap: 5px;
  }
}
.page-inquiry .layout-form .row .body .inputs input,
.page-partner-form .layout-form .row .body .inputs input {
  width: 280px;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .layout-form .row .body .inputs input,
.win .page-partner-form .layout-form .row .body .inputs input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .layout-form .row .body .inputs input,
.page-partner-form .layout-form .row .body .inputs input {
    width: 100%;
  }
}
.page-inquiry .layout-form .row .body .radios,
.page-partner-form .layout-form .row .body .radios {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 80px;
}
@media screen and (max-width: 784px) {
  .win .page-inquiry .layout-form .row .body .radios,
.win .page-partner-form .layout-form .row .body .radios {
    column-gap: 50px;
    flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .page-inquiry .layout-form .row .body .radios,
.page-partner-form .layout-form .row .body .radios {
    column-gap: 50px;
    flex-direction: row;
  }
}
.page-inquiry .layout-form .error,
.page-partner-form .layout-form .error {
  font-size: 12px;
  color: #DB0000;
  margin-top: 5px;
}
.page-inquiry .layout-form .btns,
.page-partner-form .layout-form .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
.page-inquiry .layout-form .btns .btn_back,
.page-inquiry .layout-form .btns .btn_submit,
.page-partner-form .layout-form .btns .btn_back,
.page-partner-form .layout-form .btns .btn_submit {
  width: 100%;
}
.page-inquiry .completion_title,
.page-partner-form .completion_title {
  font-size: 32px;
  color: #00ABA3;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}