@charset "UTF-8";
/*
@mixin bgRadiusLeft( $bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 0 420px 420px 0;
  background: #fff;
  top: $topPC + px;
  left: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: 0 vw_pc( 420 ) vw_pc( 420 ) 0;
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: 0 vw_sp( 140 ) vw_sp( 140 ) 0;
    top: vw_sp( $topSP );
  }
}
@mixin bgRadiusRight($bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 420px 0 0 420px;
  background: #fff;
  top: $topPC + px;
  right: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: vw_pc( 420 ) 0 0 vw_pc( 420 );
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: vw_sp( 140 ) 0 0 vw_sp( 140 );
    top: vw_sp( $topSP );
  }
}
*/
/*
// セクションリード
@mixin sectionLead($fontSizePC:16,$lineHeightPC:2.2,$letterSpacingPC:40,$fontSizeSP:14,$lineHeightSP:2.2,$letterSpacingSP:40) {
  .sectionLead {
    font-family: "ShipporiMincho-Regular";
    font-size: $fontSizePC / 10 + rem;
    line-height: $lineHeightPC;
    letter-spacing: ls( $letterSpacingPC );
    text-align: center;
    @include bp( max, 1366px ) {
      font-size: vw_pc( $fontSizePC );
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( $fontSizeSP );
      line-height: $lineHeightSP;
      letter-spacing: ls( $letterSpacingSP );
    }
  }
}

@mixin pageLead() {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: ls( 200 );
  text-align: center;
  @include bp( max, 1366px ) {
    font-size: vw_pc( 24 );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 17 );
    letter-spacing: ls( 40 );
    text-align: left;
  }
}



@mixin notice($fontSize:11) {
  //font-size: 1.2rem;
  font-size: $fontSize / 10 + rem;
  line-height: 1.8;
  color: #777;
  @include bp( max, 1366px ) {
    //font-size: vw_pc( 12 );
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 10 );
    //font-size: vw_sp( $fontSize );
  }
}

@mixin noticeMark($fontSize:10) {
  font-size: $fontSize / 10 + rem;
  line-height: 1;
  color: #777;
  @include bp( max, 1366px ) {
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( $fontSize );
  }
}
*/
.mainTitle {
  padding: 80px 0 64px;
}
@media screen and (max-width: 1366px) {
  .mainTitle {
    padding: 5.8565153734vw 0 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .mainTitle {
    padding: 7.729468599vw 0 11.5942028986vw;
  }
}
.mainTitle_main, .mainTitle_sub {
  display: block;
  color: #1D4294;
}
.mainTitle_main {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 1366px) {
  .mainTitle_main {
    font-size: 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .mainTitle_main {
    font-size: 11.5942028986vw;
  }
}
.mainTitle_sub {
  font-size: 1.8rem;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .mainTitle_sub {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .mainTitle_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .mainTitle_sub {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .mainTitle_sub {
    margin-top: 3.3816425121vw;
  }
}

.welfareHeader {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .welfareHeader {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .welfareHeader {
    margin-top: 15.4589371981vw;
  }
}
.welfareHeader_imageWrapper {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1920px) {
  .welfareHeader_imageWrapper {
    max-width: 960px;
  }
}
@media screen and (max-width: 1366px) {
  .welfareHeader_imageWrapper {
    max-width: 70.2781844802vw;
  }
}
@media screen and (max-width: 828px) {
  .welfareHeader_imageWrapper {
    max-width: 84.5410628019vw;
  }
}
.welfareHeader_text {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  line-height: 2;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .welfareHeader_text {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .welfareHeader_text {
    margin-top: 11.5942028986vw;
  }
}
@media screen and (max-width: 1366px) {
  .welfareHeader_text {
    margin-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .welfareHeader_text {
    margin-bottom: 11.5942028986vw;
  }
}
@media screen and (max-width: 1366px) {
  .welfareHeader_text {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .welfareHeader_text {
    font-size: 4.347826087vw;
  }
}

.group > .section:not(:first-child) {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .group > .section:not(:first-child) {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .group > .section:not(:first-child) {
    margin-top: 15.4589371981vw;
  }
}

.polygonBorderTitle {
  padding: 2px 0 2px 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .polygonBorderTitle {
    padding: 0.1464128843vw 0 0.1464128843vw 1.756954612vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .polygonBorderTitle {
    padding: 0.4830917874vw 0 0.4830917874vw 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
.polygonBorderTitle::before {
  content: "";
  background: url("../img/common/line_polygon.webp") no-repeat center center/cover;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .polygonBorderTitle::before {
    width: 0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .polygonBorderTitle::before {
    width: 1.4492753623vw;
  }
}

.dataList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .dataList {
    gap: 2.196193265vw;
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .dataList {
    grid-template-columns: repeat(1, 1fr);
    gap: 7.729468599vw;
    margin-top: 7.729468599vw;
  }
}
.dataList_item {
  border: 1px solid #ccc;
}
.dataList_title {
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  height: 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 24px;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .dataList_title {
    height: 4.831625183vw;
  }
}
@media screen and (max-width: 828px) {
  .dataList_title {
    height: 15.9420289855vw;
  }
}
@media screen and (max-width: 1366px) {
  .dataList_title {
    padding: 1.6105417277vw 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .dataList_title {
    padding: 5.3140096618vw 5.7971014493vw;
  }
}
.dataList_text {
  padding: 22px 24px;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .dataList_text {
    padding: 1.6105417277vw 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .dataList_text {
    padding: 5.3140096618vw 5.7971014493vw;
  }
}
.dataList_text p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .dataList_text p:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .dataList_text p:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}

.workLifeShift2 .lead {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .workLifeShift2 .lead {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .lead {
    margin-top: 7.729468599vw;
  }
}
.workLifeShift2 .detail {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .workLifeShift2 .detail {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .detail {
    margin-top: 7.729468599vw;
  }
}
.workLifeShift2 .detail .section:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .workLifeShift2 .detail .section:not(:first-child) {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .detail .section:not(:first-child) {
    margin-top: 15.4589371981vw;
  }
}
.workLifeShift2 .detail .section_title {
  padding-left: 16px;
  border-left: 4px solid #1D4294;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .workLifeShift2 .detail .section_title {
    padding-left: 1.1713030747vw;
    font-size: 1.4641288433vw;
    border-left-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .detail .section_title {
    padding-left: 3.8647342995vw;
    line-height: 1.6;
    font-size: 4.347826087vw;
    letter-spacing: 0.02em;
    border-left-width: 0.9661835749vw;
  }
}
.workLifeShift2 .table {
  width: 100%;
  border: 1px solid #ccc;
}
.workLifeShift2 .table tr:not(:last-child) th, .workLifeShift2 .table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 829px) {
  .workLifeShift2 .table tr > th {
    border-right: 1px solid #ccc;
  }
}
.workLifeShift2 .table th,
.workLifeShift2 .table td {
  padding: 24px;
}
@media screen and (max-width: 1366px) {
  .workLifeShift2 .table th,
  .workLifeShift2 .table td {
    padding: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .table th,
  .workLifeShift2 .table td {
    padding: 5.7971014493vw;
    display: block;
  }
}
.workLifeShift2 .table th {
  background: #f8f8f8;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 829px) {
  .workLifeShift2 .table th {
    min-width: 200px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .workLifeShift2 .table th {
    min-width: 14.6412884334vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .table th {
    border-bottom: 1px solid #ccc;
  }
}
.workLifeShift2 .table td {
  width: 100%;
}
.workLifeShift2 .table td p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .workLifeShift2 .table td p:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .table td p:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.workLifeShift2 .table a {
  display: inline;
  color: #1D4294;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  .workLifeShift2 .table a:hover {
    color: #009FE6;
  }
}
.workLifeShift2 .table {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .workLifeShift2 .table {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .workLifeShift2 .table {
    margin-top: 5.7971014493vw;
  }
}
.workLifeShift2 .table tr th {
  line-height: 2;
}
@media screen and (min-width: 829px) {
  .workLifeShift2 .table th {
    min-width: 270px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .workLifeShift2 .table th {
    min-width: 19.7657393851vw;
  }
}

.interview_text {
  margin-top: 48px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .interview_text {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_text {
    margin-top: 11.5942028986vw;
  }
}
.interview_title {
  padding-left: 16px;
  border-left: 4px solid #1D4294;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 1366px) {
  .interview_title {
    padding-left: 1.1713030747vw;
    font-size: 1.4641288433vw;
    border-left-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_title {
    padding-left: 3.8647342995vw;
    line-height: 1.6;
    font-size: 4.347826087vw;
    letter-spacing: 0.02em;
    border-left-width: 0.9661835749vw;
  }
}
@media screen and (max-width: 1366px) {
  .interview_title {
    margin-bottom: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_title {
    margin-bottom: 7.729468599vw;
  }
}
.interview_section {
  margin-top: 80px;
  counter-reset: number 0;
}
@media screen and (max-width: 1366px) {
  .interview_section {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_section {
    margin-top: 15.4589371981vw;
  }
}
.interview_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 828px) {
  .interview_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.interview_imageWrapper {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .interview_imageWrapper {
    max-width: 29.2825768668vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_imageWrapper {
    max-width: initial;
  }
}
.interview_imageWrapper img:first-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .interview_imageWrapper img:first-child {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_imageWrapper img:first-child {
    margin-bottom: 9.6618357488vw;
  }
}
.interview_textWrapper {
  max-width: calc(100% - 400px);
  padding-left: 80px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .interview_textWrapper {
    padding-left: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_textWrapper {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 1366px) {
  .interview_textWrapper {
    max-width: calc( 100% - 29.2825768668vw );
  }
}
@media screen and (max-width: 828px) {
  .interview_textWrapper {
    max-width: initial;
  }
}
@media screen and (max-width: 828px) {
  .interview_textWrapper img {
    margin-top: 9.6618357488vw;
  }
}
.interview_profile {
  margin-bottom: 40px;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .interview_profile {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile {
    margin-bottom: 9.6618357488vw;
  }
}
@media screen and (max-width: 1366px) {
  .interview_profile {
    max-width: 33.6749633968vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile {
    max-width: initial;
  }
}
.interview_profile .profile {
  font-size: 1.2rem;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1366px) {
  .interview_profile .profile {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile .profile {
    font-size: 2.4154589372vw;
  }
}
.interview_profile .profile::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#1d4293), color-stop(29%, #3da985), color-stop(68%, #f3e11b), to(#f64501));
  background: linear-gradient(to bottom, #1d4293 0%, #3da985 29%, #f3e11b 68%, #f64501 100%);
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.interview_profile .profile_name {
  font-size: 2rem;
  font-weight: 700;
  margin: 6px 0 8px;
}
@media screen and (max-width: 1366px) {
  .interview_profile .profile_name {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile .profile_name {
    font-size: 3.6231884058vw;
  }
}
.interview_profile .profile_position {
  line-height: 1.8;
}
.interview_profile .profileDetail {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .interview_profile .profileDetail {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile .profileDetail {
    margin-top: 5.7971014493vw;
  }
}
.interview_profile .profileDetail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
@media screen and (max-width: 1366px) {
  .interview_profile .profileDetail_item {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile .profileDetail_item {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 1366px) {
  .interview_profile .profileDetail_item {
    padding: 1.4641288433vw 0;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile .profileDetail_item {
    padding: 3.8647342995vw 0;
  }
}
.interview_profile .profileDetail_item:first-child {
  border-top: 1px solid #ddd;
}
.interview_profile .profileDetail_title {
  font-weight: 700;
}
.interview_profile .profileDetail_text {
  margin-left: 64px;
}
@media screen and (max-width: 1366px) {
  .interview_profile .profileDetail_text {
    margin-left: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_profile .profileDetail_text {
    margin-left: 7.729468599vw;
  }
}
.interview_qa {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .interview_qa {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_qa {
    margin-top: 9.6618357488vw;
  }
}
.interview_qa .qa_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .interview_qa .qa_title {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_qa .qa_title {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_qa .qa_title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.interview_qa .qa_title::before {
  margin-right: 16px;
  content: "Q." counter(number);
  counter-increment: number 1;
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .interview_qa .qa_title::before {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_qa .qa_title::before {
    font-size: 6.2801932367vw;
  }
}
.interview_qa .qa_text {
  margin-top: 24px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .interview_qa .qa_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_qa .qa_text {
    margin-top: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .interview_qa .qa_text {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .interview_qa .qa_text {
    font-size: 3.6231884058vw;
  }
}

.message {
  margin-top: 120px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .message {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .message {
    margin-top: 19.3236714976vw;
  }
}
@media screen and (max-width: 1366px) {
  .message {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 828px) {
  .message {
    font-size: 5.3140096618vw;
  }
}

.button {
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 80px;
  padding: 0 20px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 829px) {
  .button {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .button:hover {
    background: #009FE6;
    color: #fff;
  }
}
@media screen and (max-width: 1366px) {
  .button {
    width: 21.9619326501vw;
    height: 5.8565153734vw;
    padding: 0 1.4641288433vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button {
    width: 57.9710144928vw;
    height: 13.5265700483vw;
    padding: 0 4.8309178744vw;
    border-radius: 13.5265700483vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .button {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .button {
    margin-top: 19.3236714976vw;
  }
}

.text {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .text {
    margin-top: 7.729468599vw;
  }
}