@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 );
  }
}
*/
html {
  scroll-padding-top: 120px;
  -webkit-scroll-padding-top: 120px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1366px) {
  html {
    scroll-padding-top: 8.78477306vw;
    -webkit-scroll-padding-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  html {
    scroll-padding-top: 15.9420289855vw;
    -webkit-scroll-padding-top: 15.9420289855vw;
  }
}

.aboutPage::after {
  content: "";
  background: #fff;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 735px;
  border-radius: 0 0 0 420px;
  top: -100px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .aboutPage::after {
    top: -7.3206442167vw;
    height: 53.8067349927vw;
    max-width: 75.4026354319vw;
    border-radius: 0 0 0 30.7467057101vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage::after {
    width: 84.7826086957vw;
    max-width: 100%;
    top: -15.9420289855vw;
    height: 60.6280193237vw;
    border-radius: 0 0 0 33.8164251208vw;
  }
}
.aboutPage .sectionTitle {
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .sectionTitle {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .sectionTitle {
    padding-bottom: 2.8985507246vw;
  }
}
.aboutPage .sectionTitle::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage .sectionTitle::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .sectionTitle::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.aboutPage .sectionTitle_main, .aboutPage .sectionTitle_sub {
  display: block;
}
.aboutPage .sectionTitle_main {
  font-family: "Jost-Bold";
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .aboutPage .sectionTitle_main {
    font-size: 2.7818448023vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .sectionTitle_main {
    font-size: 8.2125603865vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}
.aboutPage .sectionTitle_sub {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 1366px) {
  .aboutPage .sectionTitle_sub {
    margin-top: 0.5856515373vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .sectionTitle_sub {
    margin-top: 1.9323671498vw;
    font-size: 3.3816425121vw;
  }
}
.aboutPage .mainHeader {
  padding-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .mainHeader {
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .mainHeader {
    padding-top: 9.6618357488vw;
  }
}
.aboutPage .mainHeader_title {
  font-weight: 700;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #333;
  padding-bottom: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .mainHeader_title {
    font-size: 2.4890190337vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .mainHeader_title {
    font-size: 5.7971014493vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .mainHeader_title {
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .mainHeader_title {
    padding-bottom: 3.8647342995vw;
  }
}
.aboutPage .mainHeader_title::before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage .mainHeader_title::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .mainHeader_title::before {
    width: 7.2463768116vw;
    height: 0.7246376812vw;
  }
}
.aboutPage .mainHeader_text {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .aboutPage .mainHeader_text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .mainHeader_text {
    margin-top: 7.729468599vw;
  }
}
.aboutPage .mainHeader_image {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .mainHeader_image {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .mainHeader_image {
    margin-top: 7.729468599vw;
  }
}
.aboutPage .mainHeader_image_text {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-family: "Jost-Bold";
  color: #333;
  font-size: 6.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .aboutPage .mainHeader_image_text {
    font-size: 4.9780380673vw;
    bottom: -0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .mainHeader_image_text {
    font-size: 6.7632850242vw;
    bottom: -0.9661835749vw;
  }
}
.aboutPage .thumbList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList {
    margin: -2.9282576867vw 0 0 -2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList {
    margin: 0;
    display: block;
  }
}
.aboutPage .thumbList_item {
  width: 460px;
  margin: 40px 0 0 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_item {
    width: 33.6749633968vw;
    margin: 2.9282576867vw 0 0 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_item {
    width: 100%;
    margin: 0;
  }
  .aboutPage .thumbList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage .thumbList_item a {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage .thumbList_item a:hover {
    opacity: 0.5;
  }
}
.aboutPage .thumbList_title {
  padding-left: 24px;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_title {
    padding-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_title {
    padding-left: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_title {
    font-size: 4.8309178744vw;
  }
}
.aboutPage .thumbList_title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 40%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_title::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_title::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_title {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_title {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage .thumbList_title_sub {
  background: #ED7D7D;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #fff;
  padding: 4px 8px;
  margin-left: 32px;
  bottom: 4px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_title_sub {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_title_sub {
    font-size: 2.8985507246vw;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_title_sub {
    margin-left: 2.3426061493vw;
    padding: 0.2928257687vw 0.5856515373vw;
    bottom: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_title_sub {
    margin-left: 5.7971014493vw;
    padding: 0.9661835749vw 1.9323671498vw;
    bottom: 0.9661835749vw;
  }
}
.aboutPage .thumbList_text {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbList_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbList_text {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage .thumbContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.aboutPage .thumbContent_image, .aboutPage .thumbContent_iframe {
  width: 460px;
  min-width: 460px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbContent_image, .aboutPage .thumbContent_iframe {
    width: 33.6749633968vw;
    min-width: 33.6749633968vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_image, .aboutPage .thumbContent_iframe {
    width: 100%;
    min-width: auto;
  }
}
.aboutPage .thumbContent_iframe iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 829px) {
  .aboutPage .thumbContent_body {
    margin-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage .thumbContent_body {
    margin-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_body {
    margin: 5.7971014493vw 0 0 0;
  }
}
.aboutPage .thumbContent_text {
  line-height: 2;
}
.aboutPage .thumbContent_text:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbContent_text:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_text:not(:first-child) {
    margin-top: 2.8985507246vw;
  }
}
.aboutPage .thumbContent_button {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbContent_button {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_button {
    margin-top: 7.729468599vw;
  }
}
.aboutPage .thumbContent_button a {
  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: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 829px) {
  .aboutPage .thumbContent_button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage .thumbContent_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbContent_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage .thumbContent_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbContent_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.aboutPage .thumbContent_button a-white {
  background: #fff;
  color: #333;
}
.aboutPage .thumbContent_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_button a {
    margin: auto;
  }
}
.aboutPage .thumbContent_button-pdf a {
  padding-left: 40px;
  background: #F2DE46;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbContent_button-pdf a {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_button-pdf a {
    padding-left: 9.6618357488vw;
  }
}
.aboutPage .thumbContent_button-pdf a::before {
  background-image: url(/assets/img/common/arrow_circle_black.svg);
}
@media screen and (min-width: 829px) {
  .aboutPage .thumbContent_button-pdf a:hover {
    background: #FFF236;
  }
}
.aboutPage .thumbContent_button-pdf a::after {
  content: "";
  background: url(/assets/img/common/icon_pdf.svg) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage .thumbContent_button-pdf a::after {
    width: 1.4641288433vw;
    height: 1.756954612vw;
    left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .thumbContent_button-pdf a::after {
    width: 4.8309178744vw;
    height: 5.7971014493vw;
    left: 5.7971014493vw;
  }
}
.aboutPage .commonTitle {
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage .commonTitle {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .commonTitle {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage .notice {
  padding: 24px;
  border: 1px solid #ED7D7D;
}
@media screen and (max-width: 1366px) {
  .aboutPage .notice {
    padding: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .notice {
    padding: 3.8647342995vw;
  }
}
.aboutPage .notice_text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #ED7D7D;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage .notice_text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .notice_text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage .notice_text:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .notice_text:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .notice_text:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage .faqList {
  margin-top: 48px;
}
.aboutPage .faqList_item {
  counter-increment: faqList;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_item {
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_item {
    border-radius: 1.9323671498vw;
  }
}
.aboutPage .faqList_item:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_item:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_item:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage .faqList_title::before, .aboutPage .faqList_body::before {
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_title::before, .aboutPage .faqList_body::before {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_title::before, .aboutPage .faqList_body::before {
    font-size: 5.7971014493vw;
  }
}
.aboutPage .faqList_title {
  cursor: pointer;
  padding: 32px 48px 32px 84px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_title {
    padding: 2.3426061493vw 3.513909224vw 2.3426061493vw 6.149341142vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_title {
    padding: 5.7971014493vw 13.5265700483vw 5.7971014493vw 13.0434782609vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage .faqList_title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .aboutPage .faqList_title:hover::after {
    border-top-color: #333;
    border-right-color: #333;
  }
}
.aboutPage .faqList_title::before {
  font-family: "Jost-Bold";
  content: "Q";
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #51A2F4;
  font-size: normal;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 30px;
  margin: auto;
  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;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_title::before {
    width: 2.3426061493vw;
    height: 2.3426061493vw;
    left: 2.196193265vw;
    bottom: 0.3660322108vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_title::before {
    width: 6.7632850242vw;
    height: 6.7632850242vw;
    left: 4.347826087vw;
    bottom: 1.2077294686vw;
    font-size: 4.347826087vw;
  }
}
.aboutPage .faqList_title::after {
  background: url(../img/common/icon_plus.svg) no-repeat center center/contain;
  content: "";
  width: 20px;
  height: 20px;
  border: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 32px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_title::after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    right: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_title::after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 3.8647342995vw;
  }
}
.aboutPage .faqList_title.is-active::after {
  background: url(../img/common/icon_minus.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_title.is-active::after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_title.is-active::after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.aboutPage .faqList_body {
  display: none;
  width: 896px;
  margin: auto;
  padding: 24px 24px 24px 52px;
  border-top: 1px solid #bbb;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_body {
    width: 63.616398243vw;
    padding: 1.756954612vw 1.756954612vw 1.756954612vw 3.8067349927vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_body {
    width: 90%;
    padding: 3.8647342995vw 3.8647342995vw 3.8647342995vw 7.729468599vw;
    line-height: 1.6;
  }
}
.aboutPage .faqList_body::before {
  content: "A";
  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: 32px;
  height: 32px;
  border-radius: 100%;
  background: #ED7D7D;
  font-family: "Jost-Bold";
  font-size: normal;
  font-weight: 600;
  position: absolute;
  top: 24px;
  left: 0px;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_body::before {
    width: 2.3426061493vw;
    height: 2.3426061493vw;
    top: 1.756954612vw;
    left: 0vw;
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_body::before {
    width: 6.7632850242vw;
    height: 6.7632850242vw;
    top: 4.8309178744vw;
    left: 0vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage .faqList_body p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_body p {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_body p {
    font-size: 3.6231884058vw;
  }
}
.aboutPage .faqList_body p:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_body p:not(:first-child) {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_body p:not(:first-child) {
    margin-top: 1.9323671498vw;
  }
}
.aboutPage .faqList_body a {
  width: auto;
  display: inline-block;
  margin-top: 16px;
  color: #F0924D;
  text-decoration: underline;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_body a {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_body a {
    margin-top: 3.8647342995vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage .faqList_body a:hover {
    opacity: 0.5;
  }
}
.aboutPage .faqList_body_image {
  max-width: 400px;
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList_body_image {
    max-width: 29.2825768668vw;
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList_body_image {
    max-width: 100%;
    margin-top: 6.7632850242vw;
  }
}
.aboutPage .faqList_body_image img {
  width: auto;
}
.aboutPage .faqList-consultation .faqList_title::before {
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 48px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList-consultation .faqList_title::before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    left: 3.513909224vw;
    bottom: 0vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqList_title::before {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    left: 5.7971014493vw;
    bottom: 0vw;
  }
}
.aboutPage .faqList-consultation .faqList_body {
  padding-right: 0;
  padding-left: 0;
}
.aboutPage .faqList-consultation .faqList_body::before {
  content: none;
}
.aboutPage .faqList-consultation .faqListTable {
  width: 100%;
}
.aboutPage .faqList-consultation .faqListTable tr:not(:last-child) th, .aboutPage .faqList-consultation .faqListTable tr:not(:last-child) td {
  border-bottom: 1px solid #C9C9C9;
}
.aboutPage .faqList-consultation .faqListTable th, .aboutPage .faqList-consultation .faqListTable td {
  padding: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList-consultation .faqListTable th, .aboutPage .faqList-consultation .faqListTable td {
    padding: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqListTable th, .aboutPage .faqList-consultation .faqListTable td {
    padding: 5.7971014493vw;
  }
}
.aboutPage .faqList-consultation .faqListTable th {
  background: #F7F7F7;
  width: 160px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList-consultation .faqListTable th {
    width: 11.7130307467vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqListTable th {
    width: 24.154589372vw;
  }
}
.aboutPage .faqList-consultation .faqListTable td {
  line-height: 2;
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqListTable td {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqListTable th, .aboutPage .faqList-consultation .faqListTable td {
    display: block;
    width: 100%;
  }
}
.aboutPage .faqList-consultation .faqListTable_th p {
  padding-top: 56px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList-consultation .faqListTable_th p {
    padding-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqListTable_th p {
    padding: 0 0 0 13.5265700483vw;
    text-align: left;
  }
}
.aboutPage .faqList-consultation .faqListTable_th p::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList-consultation .faqListTable_th p::before {
    width: 2.9282576867vw;
    height: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqListTable_th p::before {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
    bottom: 0;
    right: auto;
  }
}
.aboutPage .faqList-consultation .faqListTable_th-question p::before {
  background: url(/assets/img/common/icon_faq_q.svg) no-repeat center center/contain;
}
.aboutPage .faqList-consultation .faqListTable_th-point p::before {
  background: url(/assets/img/common/icon_point.svg) no-repeat center center/contain;
}
.aboutPage .faqList-consultation .faqListTable_th-answer p::before {
  background: url(/assets/img/common/icon_faq_a.svg) no-repeat center center/contain;
}
.aboutPage .faqList-consultation .faqListTable_td_section:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList-consultation .faqListTable_td_section:not(:first-child) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList-consultation .faqListTable_td_section:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage .faqList-consultation .faqListTable_td_title {
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .aboutPage .faqList {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .faqList {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage .faqList_title:before {
  background: #ED7D7D;
}
.aboutPage .faqList_body:before {
  background: #F0924D;
}
.aboutPage.aboutIndexPage::after {
  background: #FDEDDF;
}
.aboutPage.aboutIndexPage .mainHeader_title::before {
  background: #F0924D;
}
.aboutPage.aboutIndexPage .mainHeader_image_text {
  color: #F0924D;
}
.aboutPage.aboutIndexPage .sectionTitle::before {
  background: #F0924D;
}
.aboutPage.aboutIndexPage .about {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutIndexPage .about_title {
  padding-left: 24px;
  border-left: 4px solid #F0924D;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about_title {
    padding-left: 1.756954612vw;
    font-size: 2.0497803807vw;
    border-left-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about_title {
    padding-left: 3.8647342995vw;
    line-height: 1.8;
    font-size: 5.3140096618vw;
    letter-spacing: 0.08em;
    border-left-width: 0.9661835749vw;
  }
}
.aboutPage.aboutIndexPage .about .aboutListWrapper {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -40px 0 0 -40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList {
    margin: -2.9282576867vw 0 0 -2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList {
    margin: 0;
    display: block;
  }
}
.aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_item {
  width: 460px;
  margin: 40px 0 0 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_item {
    width: 33.6749633968vw;
    margin: 2.9282576867vw 0 0 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_item {
    width: 100%;
    margin: 0;
  }
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_item a {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_item a:hover {
    opacity: 0.5;
  }
}
.aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title {
  padding-left: 24px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title {
    padding-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title {
    padding-left: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title {
    font-size: 4.8309178744vw;
  }
}
.aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 40%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_title::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_image {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_image {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_image {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_text {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .about .aboutListWrapper .aboutList_text {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutIndexPage .service {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutIndexPage .service .contentList {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutIndexPage .service .contentList_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_item:not(:first-child) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutIndexPage .service .contentList_item a {
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutIndexPage .service .contentList_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_item a {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_item a {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
.aboutPage.aboutIndexPage .service .contentList_item a .hoverImage {
  overflow: hidden;
}
.aboutPage.aboutIndexPage .service .contentList_item a .hoverImage img {
  -webkit-transition: 1.6s;
  transition: 1.6s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutIndexPage .service .contentList_item a:hover .hoverImage img {
    -webkit-transform: translate(-50%, -50%) scale(1.07, 1.07);
        -ms-transform: translate(-50%, -50%) scale(1.07, 1.07);
            transform: translate(-50%, -50%) scale(1.07, 1.07);
  }
}
.aboutPage.aboutIndexPage .service .contentList_item a::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutIndexPage .service .contentList_item a:hover::before {
    -webkit-transform: translateX(6px);
        -ms-transform: translateX(6px);
            transform: translateX(6px);
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_item a:hover::before {
    -webkit-transform: translateX(0.439238653vw);
        -ms-transform: translateX(0.439238653vw);
            transform: translateX(0.439238653vw);
  }
}
.aboutPage.aboutIndexPage .service .contentList_item a::before {
  content: "";
  background: url(../img/common/arrow_border_black.svg) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_item a::before {
    width: 2.0497803807vw;
    height: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_item a::before {
    width: 6.7632850242vw;
    height: 6.7632850242vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_item a {
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_item a {
    border-radius: 1.9323671498vw;
  }
}
.aboutPage.aboutIndexPage .service .contentList_item:nth-child(1) .contentList_image_text {
  color: #ED7D7D;
}
.aboutPage.aboutIndexPage .service .contentList_item:nth-child(2) .contentList_image_text {
  color: #5DB7B5;
}
.aboutPage.aboutIndexPage .service .contentList_item:nth-child(3) .contentList_image_text {
  color: #19448E;
}
.aboutPage.aboutIndexPage .service .contentList_image {
  width: 600px;
  height: 240px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_image {
    width: 43.9238653001vw;
    height: 17.5695461201vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_image {
    width: 100%;
    height: 43.4782608696vw;
  }
}
.aboutPage.aboutIndexPage .service .contentList_image_text {
  position: absolute;
  bottom: -6px;
  right: 0;
  font-family: "Jost-Bold";
  color: #333;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_image_text {
    font-size: 2.3426061493vw;
    bottom: -0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_image_text {
    font-size: 6.7632850242vw;
    bottom: -0.9661835749vw;
  }
}
.aboutPage.aboutIndexPage .service .contentList_body {
  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;
  padding: 0px 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_body {
    padding: 0vw 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_body {
    padding: 5.7971014493vw;
  }
}
.aboutPage.aboutIndexPage .service .contentList_contentWrapper {
  width: 100%;
}
.aboutPage.aboutIndexPage .service .contentList_title {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  font-weight: 700;
  /*
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  */
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_title {
    font-size: 1.8301610542vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage.aboutIndexPage .service .contentList_text {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #333;
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_text {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.02em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .contentList_text {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .contentList_text {
    margin-top: 1.9323671498vw;
  }
}
.aboutPage.aboutIndexPage .service .supportList {
  margin-top: 64px;
  padding-top: 64px;
  border-top: 1px solid #C9C9C9;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .supportList {
    margin-top: 4.6852122987vw;
    padding-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .supportList {
    margin-top: 11.5942028986vw;
    padding-top: 11.5942028986vw;
  }
}
.aboutPage.aboutIndexPage .service .supportList_item a {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutIndexPage .service .supportList_item a {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage.aboutIndexPage .service .supportList_item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .supportList_item a {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .supportList_item a {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
.aboutPage.aboutIndexPage .service .supportList_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutIndexPage .service .supportList_item:not(:first-child) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutIndexPage .service .supportList_item:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutSupportPage .about, .aboutPage.aboutLaborConsultationPage .about, .aboutPage.ForStudentPage .about {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about, .aboutPage.aboutLaborConsultationPage .about, .aboutPage.ForStudentPage .about {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about, .aboutPage.aboutLaborConsultationPage .about, .aboutPage.ForStudentPage .about {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSupportPage .about_title, .aboutPage.aboutLaborConsultationPage .about_title, .aboutPage.ForStudentPage .about_title {
  padding-left: 24px;
  border-left: 4px solid #ED7D7D;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about_title, .aboutPage.aboutLaborConsultationPage .about_title, .aboutPage.ForStudentPage .about_title {
    padding-left: 1.756954612vw;
    font-size: 2.0497803807vw;
    border-left-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about_title, .aboutPage.aboutLaborConsultationPage .about_title, .aboutPage.ForStudentPage .about_title {
    padding-left: 3.8647342995vw;
    line-height: 1.8;
    font-size: 5.3140096618vw;
    letter-spacing: 0.08em;
    border-left-width: 0.9661835749vw;
  }
}
.aboutPage.aboutSupportPage .about_text, .aboutPage.aboutLaborConsultationPage .about_text, .aboutPage.ForStudentPage .about_text {
  margin-top: 24px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about_text, .aboutPage.aboutLaborConsultationPage .about_text, .aboutPage.ForStudentPage .about_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about_text, .aboutPage.aboutLaborConsultationPage .about_text, .aboutPage.ForStudentPage .about_text {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .notice, .aboutPage.aboutLaborConsultationPage .notice, .aboutPage.ForStudentPage .notice {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .notice, .aboutPage.aboutLaborConsultationPage .notice, .aboutPage.ForStudentPage .notice {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .notice, .aboutPage.aboutLaborConsultationPage .notice, .aboutPage.ForStudentPage .notice {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .caseExample, .aboutPage.aboutLaborConsultationPage .caseExample, .aboutPage.ForStudentPage .caseExample {
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 40px 40px 28px;
  margin-top: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample, .aboutPage.aboutLaborConsultationPage .caseExample, .aboutPage.ForStudentPage .caseExample {
    padding: 2.9282576867vw 2.9282576867vw 2.0497803807vw;
    margin-top: 1.4641288433vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample, .aboutPage.aboutLaborConsultationPage .caseExample, .aboutPage.ForStudentPage .caseExample {
    padding: 7.729468599vw 5.7971014493vw 4.347826087vw;
    margin-top: 4.8309178744vw;
    border-radius: 1.9323671498vw;
  }
}
.aboutPage.aboutSupportPage .caseExample_title, .aboutPage.aboutLaborConsultationPage .caseExample_title, .aboutPage.ForStudentPage .caseExample_title {
  background: #fff;
  width: 212px;
  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;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample_title, .aboutPage.aboutLaborConsultationPage .caseExample_title, .aboutPage.ForStudentPage .caseExample_title {
    width: 15.5197657394vw;
    top: -1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample_title, .aboutPage.aboutLaborConsultationPage .caseExample_title, .aboutPage.ForStudentPage .caseExample_title {
    width: 51.2077294686vw;
    top: -4.8309178744vw;
  }
}
.aboutPage.aboutSupportPage .caseExample_title span, .aboutPage.aboutLaborConsultationPage .caseExample_title span, .aboutPage.ForStudentPage .caseExample_title span {
  font-weight: 700;
  font-size: 1.9rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  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: 40px;
  height: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample_title span, .aboutPage.aboutLaborConsultationPage .caseExample_title span, .aboutPage.ForStudentPage .caseExample_title span {
    font-size: 1.3909224012vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample_title span, .aboutPage.aboutLaborConsultationPage .caseExample_title span, .aboutPage.ForStudentPage .caseExample_title span {
    font-size: 4.5893719807vw;
    letter-spacing: 0em;
    line-height: 1;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample_title span, .aboutPage.aboutLaborConsultationPage .caseExample_title span, .aboutPage.ForStudentPage .caseExample_title span {
    width: 2.9282576867vw;
    height: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample_title span, .aboutPage.aboutLaborConsultationPage .caseExample_title span, .aboutPage.ForStudentPage .caseExample_title span {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
}
.aboutPage.aboutSupportPage .caseExample_title span:not(:first-child), .aboutPage.aboutLaborConsultationPage .caseExample_title span:not(:first-child), .aboutPage.ForStudentPage .caseExample_title span:not(:first-child) {
  margin-left: 4px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample_title span:not(:first-child), .aboutPage.aboutLaborConsultationPage .caseExample_title span:not(:first-child), .aboutPage.ForStudentPage .caseExample_title span:not(:first-child) {
    margin-left: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample_title span:not(:first-child), .aboutPage.aboutLaborConsultationPage .caseExample_title span:not(:first-child), .aboutPage.ForStudentPage .caseExample_title span:not(:first-child) {
    margin-left: 0.9661835749vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList, .aboutPage.ForStudentPage .caseExample .caseExampleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aboutPage.aboutSupportPage .caseExample .caseExampleList_item, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item, .aboutPage.ForStudentPage .caseExample .caseExampleList_item {
  padding: 16px 0 16px 24px;
  border-bottom: 1px solid #333;
  padding-left: 24px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList_item, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item, .aboutPage.ForStudentPage .caseExample .caseExampleList_item {
    width: 48%;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList_item, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item, .aboutPage.ForStudentPage .caseExample .caseExampleList_item {
    padding-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList_item, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item, .aboutPage.ForStudentPage .caseExample .caseExampleList_item {
    padding-left: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList_item, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item, .aboutPage.ForStudentPage .caseExample .caseExampleList_item {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList_item, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item, .aboutPage.ForStudentPage .caseExample .caseExampleList_item {
    font-size: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .caseExample .caseExampleList_item::before, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item::before, .aboutPage.ForStudentPage .caseExample .caseExampleList_item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 40%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList_item::before, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item::before, .aboutPage.ForStudentPage .caseExample .caseExampleList_item::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample .caseExampleList_item::before, .aboutPage.aboutLaborConsultationPage .caseExample .caseExampleList_item::before, .aboutPage.ForStudentPage .caseExample .caseExampleList_item::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.aboutPage.aboutSupportPage .caseExample_etc, .aboutPage.aboutLaborConsultationPage .caseExample_etc, .aboutPage.ForStudentPage .caseExample_etc {
  margin-top: 24px;
  text-align: right;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample_etc, .aboutPage.aboutLaborConsultationPage .caseExample_etc, .aboutPage.ForStudentPage .caseExample_etc {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample_etc, .aboutPage.aboutLaborConsultationPage .caseExample_etc, .aboutPage.ForStudentPage .caseExample_etc {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .caseExample, .aboutPage.aboutLaborConsultationPage .caseExample, .aboutPage.ForStudentPage .caseExample {
  margin-top: 104px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .caseExample, .aboutPage.aboutLaborConsultationPage .caseExample, .aboutPage.ForStudentPage .caseExample {
    margin-top: 7.6134699854vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .caseExample, .aboutPage.aboutLaborConsultationPage .caseExample, .aboutPage.ForStudentPage .caseExample {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage .cta, .aboutPage.aboutLaborConsultationPage .cta, .aboutPage.ForStudentPage .cta {
  background: #FCE9EA;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta, .aboutPage.aboutLaborConsultationPage .cta, .aboutPage.ForStudentPage .cta {
    padding-top: 3.513909224vw;
    padding-bottom: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta, .aboutPage.aboutLaborConsultationPage .cta, .aboutPage.ForStudentPage .cta {
    padding-top: 11.5942028986vw;
    padding-bottom: 11.5942028986vw;
  }
}
.aboutPage.aboutSupportPage .cta_container, .aboutPage.aboutLaborConsultationPage .cta_container, .aboutPage.ForStudentPage .cta_container {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .cta_container, .aboutPage.aboutLaborConsultationPage .cta_container, .aboutPage.ForStudentPage .cta_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta_container, .aboutPage.aboutLaborConsultationPage .cta_container, .aboutPage.ForStudentPage .cta_container {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta_container, .aboutPage.aboutLaborConsultationPage .cta_container, .aboutPage.ForStudentPage .cta_container {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta_container, .aboutPage.aboutLaborConsultationPage .cta_container, .aboutPage.ForStudentPage .cta_container {
    padding: 2.9282576867vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta_container, .aboutPage.aboutLaborConsultationPage .cta_container, .aboutPage.ForStudentPage .cta_container {
    padding: 7.729468599vw 4.8309178744vw 4.8309178744vw;
    border-radius: 2.4154589372vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .cta_type, .aboutPage.aboutLaborConsultationPage .cta_type, .aboutPage.ForStudentPage .cta_type {
    width: 410px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta_type, .aboutPage.aboutLaborConsultationPage .cta_type, .aboutPage.ForStudentPage .cta_type {
    width: 30.0146412884vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta_type:last-child, .aboutPage.aboutLaborConsultationPage .cta_type:last-child, .aboutPage.ForStudentPage .cta_type:last-child {
    margin-top: 13.5265700483vw;
  }
}
.aboutPage.aboutSupportPage .cta_type:last-child::before, .aboutPage.aboutLaborConsultationPage .cta_type:last-child::before, .aboutPage.ForStudentPage .cta_type:last-child::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #C9C9C9;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .cta_type:last-child::before, .aboutPage.aboutLaborConsultationPage .cta_type:last-child::before, .aboutPage.ForStudentPage .cta_type:last-child::before {
    left: -30px;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta_type:last-child::before, .aboutPage.aboutLaborConsultationPage .cta_type:last-child::before, .aboutPage.ForStudentPage .cta_type:last-child::before {
    left: -2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta_type:last-child::before, .aboutPage.aboutLaborConsultationPage .cta_type:last-child::before, .aboutPage.ForStudentPage .cta_type:last-child::before {
    top: -6.7632850242vw;
    width: 100%;
    height: 1px;
  }
}
.aboutPage.aboutSupportPage .cta_title, .aboutPage.aboutLaborConsultationPage .cta_title, .aboutPage.ForStudentPage .cta_title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta_title, .aboutPage.aboutLaborConsultationPage .cta_title, .aboutPage.ForStudentPage .cta_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta_title, .aboutPage.aboutLaborConsultationPage .cta_title, .aboutPage.ForStudentPage .cta_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta_title, .aboutPage.aboutLaborConsultationPage .cta_title, .aboutPage.ForStudentPage .cta_title {
    text-align: center;
  }
}
.aboutPage.aboutSupportPage .cta .tel_item, .aboutPage.aboutLaborConsultationPage .cta .tel_item, .aboutPage.ForStudentPage .cta .tel_item {
  overflow: hidden;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_item, .aboutPage.aboutLaborConsultationPage .cta .tel_item, .aboutPage.ForStudentPage .cta .tel_item {
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_item, .aboutPage.aboutLaborConsultationPage .cta .tel_item, .aboutPage.ForStudentPage .cta .tel_item {
    border-radius: 1.9323671498vw;
  }
}
.aboutPage.aboutSupportPage .cta .tel_item:not(:first-child), .aboutPage.aboutLaborConsultationPage .cta .tel_item:not(:first-child), .aboutPage.ForStudentPage .cta .tel_item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_item:not(:first-child), .aboutPage.aboutLaborConsultationPage .cta .tel_item:not(:first-child), .aboutPage.ForStudentPage .cta .tel_item:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_item:not(:first-child), .aboutPage.aboutLaborConsultationPage .cta .tel_item:not(:first-child), .aboutPage.ForStudentPage .cta .tel_item:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .cta .tel_body, .aboutPage.aboutLaborConsultationPage .cta .tel_body, .aboutPage.ForStudentPage .cta .tel_body {
  background: #fff;
  padding: 12px 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_body, .aboutPage.aboutLaborConsultationPage .cta .tel_body, .aboutPage.ForStudentPage .cta .tel_body {
    padding: 0.878477306vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_body, .aboutPage.aboutLaborConsultationPage .cta .tel_body, .aboutPage.ForStudentPage .cta .tel_body {
    padding: 2.8985507246vw 0;
  }
}
.aboutPage.aboutSupportPage .cta .tel_title, .aboutPage.aboutLaborConsultationPage .cta .tel_title, .aboutPage.ForStudentPage .cta .tel_title {
  background: #ED7D7D;
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_title, .aboutPage.aboutLaborConsultationPage .cta .tel_title, .aboutPage.ForStudentPage .cta .tel_title {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_title, .aboutPage.aboutLaborConsultationPage .cta .tel_title, .aboutPage.ForStudentPage .cta .tel_title {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_title, .aboutPage.aboutLaborConsultationPage .cta .tel_title, .aboutPage.ForStudentPage .cta .tel_title {
    padding: 0.5856515373vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_title, .aboutPage.aboutLaborConsultationPage .cta .tel_title, .aboutPage.ForStudentPage .cta .tel_title {
    padding: 1.9323671498vw 0;
  }
}
.aboutPage.aboutSupportPage .cta .tel_number a, .aboutPage.aboutLaborConsultationPage .cta .tel_number a, .aboutPage.ForStudentPage .cta .tel_number a {
  width: auto;
  display: table;
  margin: auto;
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .cta .tel_number a, .aboutPage.aboutLaborConsultationPage .cta .tel_number a, .aboutPage.ForStudentPage .cta .tel_number a {
    pointer-events: none;
    font-size: 4rem;
    padding-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_number a, .aboutPage.aboutLaborConsultationPage .cta .tel_number a, .aboutPage.ForStudentPage .cta .tel_number a {
    padding-left: 2.9282576867vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_number a, .aboutPage.aboutLaborConsultationPage .cta .tel_number a, .aboutPage.ForStudentPage .cta .tel_number a {
    margin-top: 0vw;
    padding-left: 6.2801932367vw;
    font-size: 7.2463768116vw;
  }
}
.aboutPage.aboutSupportPage .cta .tel_number a::before, .aboutPage.aboutLaborConsultationPage .cta .tel_number a::before, .aboutPage.ForStudentPage .cta .tel_number a::before {
  content: "";
  background: url(/assets/img/common/icon_tel.svg) no-repeat 0 0/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_number a::before, .aboutPage.aboutLaborConsultationPage .cta .tel_number a::before, .aboutPage.ForStudentPage .cta .tel_number a::before {
    width: 1.9765739385vw;
    height: 1.9765739385vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_number a::before, .aboutPage.aboutLaborConsultationPage .cta .tel_number a::before, .aboutPage.ForStudentPage .cta .tel_number a::before {
    width: 5.3140096618vw;
    height: 5.3140096618vw;
  }
}
.aboutPage.aboutSupportPage .cta .tel_text, .aboutPage.aboutLaborConsultationPage .cta .tel_text, .aboutPage.ForStudentPage .cta .tel_text {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #333;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_text, .aboutPage.aboutLaborConsultationPage .cta .tel_text, .aboutPage.ForStudentPage .cta .tel_text {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_text, .aboutPage.aboutLaborConsultationPage .cta .tel_text, .aboutPage.ForStudentPage .cta .tel_text {
    font-size: 2.6570048309vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel_text, .aboutPage.aboutLaborConsultationPage .cta .tel_text, .aboutPage.ForStudentPage .cta .tel_text {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel_text, .aboutPage.aboutLaborConsultationPage .cta .tel_text, .aboutPage.ForStudentPage .cta .tel_text {
    margin-top: 1.9323671498vw;
  }
}
.aboutPage.aboutSupportPage .cta .tel, .aboutPage.aboutLaborConsultationPage .cta .tel, .aboutPage.ForStudentPage .cta .tel {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta .tel, .aboutPage.aboutLaborConsultationPage .cta .tel, .aboutPage.ForStudentPage .cta .tel {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta .tel, .aboutPage.aboutLaborConsultationPage .cta .tel, .aboutPage.ForStudentPage .cta .tel {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .cta .tel_title, .aboutPage.aboutLaborConsultationPage .cta .tel_title, .aboutPage.ForStudentPage .cta .tel_title {
  background: #ED7D7D;
}
.aboutPage.aboutSupportPage .cta_notice, .aboutPage.aboutLaborConsultationPage .cta_notice, .aboutPage.ForStudentPage .cta_notice {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta_notice, .aboutPage.aboutLaborConsultationPage .cta_notice, .aboutPage.ForStudentPage .cta_notice {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta_notice, .aboutPage.aboutLaborConsultationPage .cta_notice, .aboutPage.ForStudentPage .cta_notice {
    margin-top: 4.8309178744vw;
  }
}
.aboutPage.aboutSupportPage .cta, .aboutPage.aboutLaborConsultationPage .cta, .aboutPage.ForStudentPage .cta {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cta, .aboutPage.aboutLaborConsultationPage .cta, .aboutPage.ForStudentPage .cta {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cta, .aboutPage.aboutLaborConsultationPage .cta, .aboutPage.ForStudentPage .cta {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage .seminar, .aboutPage.aboutLaborConsultationPage .seminar, .aboutPage.ForStudentPage .seminar {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar, .aboutPage.aboutLaborConsultationPage .seminar, .aboutPage.ForStudentPage .seminar {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar, .aboutPage.aboutLaborConsultationPage .seminar, .aboutPage.ForStudentPage .seminar {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage .seminar .thumbContent, .aboutPage.aboutLaborConsultationPage .seminar .thumbContent, .aboutPage.ForStudentPage .seminar .thumbContent {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .thumbContent, .aboutPage.aboutLaborConsultationPage .seminar .thumbContent, .aboutPage.ForStudentPage .seminar .thumbContent {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .thumbContent, .aboutPage.aboutLaborConsultationPage .seminar .thumbContent, .aboutPage.ForStudentPage .seminar .thumbContent {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList, .aboutPage.aboutLaborConsultationPage .seminar .seminarList, .aboutPage.ForStudentPage .seminar .seminarList {
  padding-top: 36px;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .seminar .seminarList, .aboutPage.aboutLaborConsultationPage .seminar .seminarList, .aboutPage.ForStudentPage .seminar .seminarList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList, .aboutPage.aboutLaborConsultationPage .seminar .seminarList, .aboutPage.ForStudentPage .seminar .seminarList {
    padding-top: 2.635431918vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList, .aboutPage.aboutLaborConsultationPage .seminar .seminarList, .aboutPage.ForStudentPage .seminar .seminarList {
    padding-top: 8.6956521739vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_item, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item, .aboutPage.ForStudentPage .seminar .seminarList_item {
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  width: 460px;
  border-radius: 10px;
  padding: 48px 40px 32px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_item, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item, .aboutPage.ForStudentPage .seminar .seminarList_item {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_item, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item, .aboutPage.ForStudentPage .seminar .seminarList_item {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_item, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item, .aboutPage.ForStudentPage .seminar .seminarList_item {
    width: 33.6749633968vw;
    padding: 3.513909224vw 2.9282576867vw 2.3426061493vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_item, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item, .aboutPage.ForStudentPage .seminar .seminarList_item {
    width: 100%;
    padding: 11.5942028986vw 5.7971014493vw 7.729468599vw;
    border-radius: 2.4154589372vw;
  }
  .aboutPage.aboutSupportPage .seminar .seminarList_item:not(:first-child), .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item:not(:first-child), .aboutPage.ForStudentPage .seminar .seminarList_item:not(:first-child) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 828px) and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_item:not(:first-child), .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item:not(:first-child), .aboutPage.ForStudentPage .seminar .seminarList_item:not(:first-child) {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_item:not(:first-child), .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item:not(:first-child), .aboutPage.ForStudentPage .seminar .seminarList_item:not(:first-child) {
    margin-top: 13.5265700483vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_item:nth-child(1) .seminarList_title::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item:nth-child(1) .seminarList_title::before, .aboutPage.ForStudentPage .seminar .seminarList_item:nth-child(1) .seminarList_title::before {
  background: url(/assets/img/common/icon_calendar.svg) no-repeat center center/contain;
}
.aboutPage.aboutSupportPage .seminar .seminarList_item:nth-child(2) .seminarList_title::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_item:nth-child(2) .seminarList_title::before, .aboutPage.ForStudentPage .seminar .seminarList_item:nth-child(2) .seminarList_title::before {
  background: url(/assets/img/common/icon_seminar.svg) no-repeat center center/contain;
}
.aboutPage.aboutSupportPage .seminar .seminarList_title, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_title, .aboutPage.ForStudentPage .seminar .seminarList_title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_title, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_title, .aboutPage.ForStudentPage .seminar .seminarList_title {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_title, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_title, .aboutPage.ForStudentPage .seminar .seminarList_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_title::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_title::before, .aboutPage.ForStudentPage .seminar .seminarList_title::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -84px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_title::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_title::before, .aboutPage.ForStudentPage .seminar .seminarList_title::before {
    width: 5.1244509517vw;
    height: 5.1244509517vw;
    top: -6.149341142vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_title::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_title::before, .aboutPage.ForStudentPage .seminar .seminarList_title::before {
    width: 16.9082125604vw;
    height: 16.9082125604vw;
    top: -20.2898550725vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_button, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button, .aboutPage.ForStudentPage .seminar .seminarList_button {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button, .aboutPage.ForStudentPage .seminar .seminarList_button {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button, .aboutPage.ForStudentPage .seminar .seminarList_button {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_button a, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a, .aboutPage.ForStudentPage .seminar .seminarList_button a {
  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: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: auto;
  background: #F2DE46;
  color: #333;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button a, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a, .aboutPage.ForStudentPage .seminar .seminarList_button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage.aboutSupportPage .seminar .seminarList_button a:hover, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a:hover, .aboutPage.ForStudentPage .seminar .seminarList_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button a, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a, .aboutPage.ForStudentPage .seminar .seminarList_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button a, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a, .aboutPage.ForStudentPage .seminar .seminarList_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_button a::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a::before, .aboutPage.ForStudentPage .seminar .seminarList_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button a::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a::before, .aboutPage.ForStudentPage .seminar .seminarList_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button a::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a::before, .aboutPage.ForStudentPage .seminar .seminarList_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_button a-white, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a-white, .aboutPage.ForStudentPage .seminar .seminarList_button a-white {
  background: #fff;
  color: #333;
}
.aboutPage.aboutSupportPage .seminar .seminarList_button a-white::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a-white::before, .aboutPage.ForStudentPage .seminar .seminarList_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
.aboutPage.aboutSupportPage .seminar .seminarList_button a::before, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a::before, .aboutPage.ForStudentPage .seminar .seminarList_button a::before {
  background-image: url(/assets/img/common/arrow_circle_black.svg);
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_button a:hover, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_button a:hover, .aboutPage.ForStudentPage .seminar .seminarList_button a:hover {
    background: #FFF236;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList_text, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_text, .aboutPage.ForStudentPage .seminar .seminarList_text {
  margin-top: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_text, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_text, .aboutPage.ForStudentPage .seminar .seminarList_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList_text, .aboutPage.aboutLaborConsultationPage .seminar .seminarList_text, .aboutPage.ForStudentPage .seminar .seminarList_text {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .seminar .seminarList, .aboutPage.aboutLaborConsultationPage .seminar .seminarList, .aboutPage.ForStudentPage .seminar .seminarList {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .seminar .seminarList, .aboutPage.aboutLaborConsultationPage .seminar .seminarList, .aboutPage.ForStudentPage .seminar .seminarList {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .seminar .seminarList, .aboutPage.aboutLaborConsultationPage .seminar .seminarList, .aboutPage.ForStudentPage .seminar .seminarList {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage .faq, .aboutPage.aboutLaborConsultationPage .faq, .aboutPage.ForStudentPage .faq {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .faq, .aboutPage.aboutLaborConsultationPage .faq, .aboutPage.ForStudentPage .faq {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .faq, .aboutPage.aboutLaborConsultationPage .faq, .aboutPage.ForStudentPage .faq {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage::after {
  background: #FCE9EA;
}
.aboutPage.aboutSupportPage .mainHeader_title::before {
  background: #ED7D7D;
}
.aboutPage.aboutSupportPage .mainHeader_image_text {
  color: #ED7D7D;
}
.aboutPage.aboutSupportPage .about .privateConsult {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about .privateConsult {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about .privateConsult {
    margin-top: 13.5265700483vw;
  }
}
.aboutPage.aboutSupportPage .about .privateConsult .thumbListWrapper {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbListWrapper {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbListWrapper {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a {
  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: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: auto;
  margin-top: 24px;
  background: #F2DE46;
  color: #333;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a-white {
  background: #fff;
  color: #333;
}
.aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a::before {
  background-image: url(/assets/img/common/arrow_circle_black.svg);
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .about .privateConsult .thumbList_button a:hover {
    background: #FFF236;
  }
}
.aboutPage.aboutSupportPage .voice_title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  padding-left: 48px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice_title {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice_title {
    padding-left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice_title {
    padding-left: 10.6280193237vw;
  }
}
.aboutPage.aboutSupportPage .voice_title::before {
  content: "";
  background: url(/assets/img/common/icon_talk.svg) no-repeat center center/contain;
  width: 31px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice_title::before {
    width: 2.2693997072vw;
    height: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice_title::before {
    width: 7.4879227053vw;
    height: 5.7971014493vw;
  }
}
.aboutPage.aboutSupportPage .voice .voiceList {
  margin-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .voice .voiceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice .voiceList {
    margin-top: 1.1713030747vw;
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice .voiceList {
    margin-top: 3.8647342995vw;
    padding-bottom: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .voice .voiceList_item {
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 32px 32px 56px;
  line-height: 2;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSupportPage .voice .voiceList_item {
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice .voiceList_item {
    padding: 2.3426061493vw 2.3426061493vw 4.0995607613vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice .voiceList_item {
    padding: 5.7971014493vw 5.7971014493vw 9.6618357488vw;
    border-radius: 1.9323671498vw;
  }
  .aboutPage.aboutSupportPage .voice .voiceList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSupportPage .voice .voiceList_item::before {
  content: "";
  background: url(/assets/img/common/talk_parts.svg) no-repeat center center/100%;
  width: 30px;
  height: 16px;
  position: absolute;
  left: 16px;
  bottom: -16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice .voiceList_item::before {
    width: 2.3426061493vw;
    height: 1.1713030747vw;
    left: 1.1713030747vw;
    bottom: -1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice .voiceList_item::before {
    width: 7.2463768116vw;
    height: 3.8647342995vw;
    left: 3.8647342995vw;
    bottom: -3.6231884058vw;
  }
}
.aboutPage.aboutSupportPage .voice .voiceList_age {
  margin-top: 24px;
  display: table;
  text-align: right;
  padding-left: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice .voiceList_age {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice .voiceList_age {
    margin-top: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice .voiceList_age {
    padding-left: 2.9282576867vw;
    bottom: 1.4641288433vw;
    right: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice .voiceList_age {
    padding-left: 9.6618357488vw;
    bottom: 4.8309178744vw;
    right: 4.8309178744vw;
  }
}
.aboutPage.aboutSupportPage .voice .voiceList_age::before {
  content: "";
  background: url(/assets/img/common/icon_person.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice .voiceList_age::before {
    width: 2.3426061493vw;
    height: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice .voiceList_age::before {
    width: 7.729468599vw;
    height: 7.729468599vw;
  }
}
.aboutPage.aboutSupportPage .voice {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .voice {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .voice {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage .cardWork {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cardWork {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cardWork {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage .cardWork_lead {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cardWork_lead {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cardWork_lead {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSupportPage .cardWork .thumbListWrapper {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .cardWork .thumbListWrapper {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .cardWork .thumbListWrapper {
    margin-top: 7.729468599vw;
  }
}
.aboutPage.aboutSupportPage .sidejob {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .sidejob {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .sidejob {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutSupportPage .sidejob .thumbContent {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSupportPage .sidejob .thumbContent {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .sidejob .thumbContent {
    margin-top: 3.8647342995vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSupportPage .sidejob .thumbContent_button a {
    margin: auto;
  }
}
.aboutPage.aboutLaborConsultationPage::after {
  background: #DEEDFD;
}
.aboutPage.aboutLaborConsultationPage .mainHeader_title::before {
  background: #51A2F4;
}
.aboutPage.aboutLaborConsultationPage .mainHeader_image_text {
  color: #51A2F4;
}
.aboutPage.aboutLaborConsultationPage .about .privateConsult {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationPage .about .privateConsult {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationPage .about .privateConsult {
    margin-top: 13.5265700483vw;
  }
}
.aboutPage.aboutLaborConsultationPage .about .privateConsult .thumbListWrapper {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationPage .about .privateConsult .thumbListWrapper {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationPage .about .privateConsult .thumbListWrapper {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationPage .about .privateConsult .thumbList_title_sub {
  background: #51A2F4;
}
.aboutPage.aboutLaborConsultationPage .sectionTitle::before {
  background: #51A2F4;
}
.aboutPage.aboutLaborConsultationPage .about_title {
  border-left-color: #51A2F4;
}
.aboutPage.aboutLaborConsultationPage .workConsultation {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationPage .workConsultation {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationPage .workConsultation {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.aboutLaborConsultationPage .workConsultation .thumbContent {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationPage .workConsultation .thumbContent {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationPage .workConsultation .thumbContent {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationPage .cta {
  background: #DEEDFD;
}
.aboutPage.aboutLaborConsultationPage .cta .tel_title {
  background: #51A2F4;
}
.aboutPage .privateConsultseminar {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage .privateConsultseminar .thumbContent {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .thumbContent {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .thumbContent {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage .privateConsultseminar .seminarList {
  padding-top: 36px;
}
@media screen and (min-width: 829px) {
  .aboutPage .privateConsultseminar .seminarList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList {
    padding-top: 2.635431918vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList {
    padding-top: 8.6956521739vw;
  }
}
.aboutPage .privateConsultseminar .seminarList_item {
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  width: 460px;
  border-radius: 10px;
  padding: 48px 40px 32px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_item {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_item {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_item {
    width: 33.6749633968vw;
    padding: 3.513909224vw 2.9282576867vw 2.3426061493vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_item {
    width: 100%;
    padding: 11.5942028986vw 5.7971014493vw 7.729468599vw;
    border-radius: 2.4154589372vw;
  }
  .aboutPage .privateConsultseminar .seminarList_item:not(:first-child) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 828px) and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_item:not(:first-child) {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_item:not(:first-child) {
    margin-top: 13.5265700483vw;
  }
}
.aboutPage .privateConsultseminar .seminarList_item:nth-child(1) .seminarList_title::before {
  background: url(/assets/img/common/icon_calendar.svg) no-repeat center center/contain;
}
.aboutPage .privateConsultseminar .seminarList_item:nth-child(2) .seminarList_title::before {
  background: url(/assets/img/common/icon_seminar.svg) no-repeat center center/contain;
}
.aboutPage .privateConsultseminar .seminarList_title {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_title {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage .privateConsultseminar .seminarList_title::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: -84px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_title::before {
    width: 5.1244509517vw;
    height: 5.1244509517vw;
    top: -6.149341142vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_title::before {
    width: 16.9082125604vw;
    height: 16.9082125604vw;
    top: -20.2898550725vw;
  }
}
.aboutPage .privateConsultseminar .seminarList_button {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_button {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_button {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage .privateConsultseminar .seminarList_button a {
  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: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: auto;
  background: #F2DE46;
  color: #333;
}
@media screen and (min-width: 829px) {
  .aboutPage .privateConsultseminar .seminarList_button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage .privateConsultseminar .seminarList_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage .privateConsultseminar .seminarList_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.aboutPage .privateConsultseminar .seminarList_button a-white {
  background: #fff;
  color: #333;
}
.aboutPage .privateConsultseminar .seminarList_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
.aboutPage .privateConsultseminar .seminarList_button a::before {
  background-image: url(/assets/img/common/arrow_circle_black.svg);
}
@media screen and (min-width: 829px) {
  .aboutPage .privateConsultseminar .seminarList_button a:hover {
    background: #FFF236;
  }
}
.aboutPage .privateConsultseminar .seminarList_text {
  margin-top: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList_text {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage .privateConsultseminar .seminarList {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminar .seminarList {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminar .seminarList {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage .privateConsultseminarList_tel {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminarList_tel {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminarList_tel {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage .privateConsultseminarList_tel a {
  width: auto;
  display: table;
  margin: auto;
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .aboutPage .privateConsultseminarList_tel a {
    pointer-events: none;
    font-size: 4rem;
    padding-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage .privateConsultseminarList_tel a {
    padding-left: 2.9282576867vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminarList_tel a {
    margin-top: 0vw;
    padding-left: 6.2801932367vw;
    font-size: 7.2463768116vw;
  }
}
.aboutPage .privateConsultseminarList_tel a::before {
  content: "";
  background: url(/assets/img/common/icon_tel.svg) no-repeat 0 0/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage .privateConsultseminarList_tel a::before {
    width: 1.9765739385vw;
    height: 1.9765739385vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage .privateConsultseminarList_tel a::before {
    width: 5.3140096618vw;
    height: 5.3140096618vw;
  }
}
.aboutPage.aboutSideJobPage::after {
  background: #FCE9EA;
}
.aboutPage.aboutSideJobPage .mainHeader_title::before {
  background: #ED7D7D;
}
.aboutPage.aboutSideJobPage .mainHeader_image_text {
  color: #ED7D7D;
}
.aboutPage.aboutSideJobPage .about {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .about {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .about {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSideJobPage .about_title {
  padding-left: 24px;
  border-left: 4px solid #ED7D7D;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .about_title {
    padding-left: 1.756954612vw;
    font-size: 2.0497803807vw;
    border-left-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .about_title {
    padding-left: 3.8647342995vw;
    line-height: 1.8;
    font-size: 5.3140096618vw;
    letter-spacing: 0.08em;
    border-left-width: 0.9661835749vw;
  }
}
.aboutPage.aboutSideJobPage .about_text {
  margin-top: 24px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .about_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .about_text {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .cta {
  background: #FCE9EA;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta {
    padding-top: 3.513909224vw;
    padding-bottom: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta {
    padding-top: 11.5942028986vw;
    padding-bottom: 11.5942028986vw;
  }
}
.aboutPage.aboutSideJobPage .cta_container {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .cta_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta_container {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta_container {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta_container {
    padding: 2.9282576867vw;
    border-radius: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta_container {
    padding: 7.729468599vw 4.8309178744vw 4.8309178744vw;
    border-radius: 2.4154589372vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .cta_type {
    width: 410px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta_type {
    width: 30.0146412884vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta_type:last-child {
    margin-top: 13.5265700483vw;
  }
}
.aboutPage.aboutSideJobPage .cta_type:last-child::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #C9C9C9;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .cta_type:last-child::before {
    left: -30px;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta_type:last-child::before {
    left: -2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta_type:last-child::before {
    top: -6.7632850242vw;
    width: 100%;
    height: 1px;
  }
}
.aboutPage.aboutSideJobPage .cta_title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta_title {
    text-align: center;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_item {
  overflow: hidden;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_item {
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_item {
    border-radius: 1.9323671498vw;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_item:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_item:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_body {
  background: #fff;
  padding: 12px 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_body {
    padding: 0.878477306vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_body {
    padding: 2.8985507246vw 0;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_title {
  background: #ED7D7D;
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_title {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_title {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_title {
    padding: 0.5856515373vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_title {
    padding: 1.9323671498vw 0;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_number a {
  width: auto;
  display: table;
  margin: auto;
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .cta .tel_number a {
    pointer-events: none;
    font-size: 4rem;
    padding-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_number a {
    padding-left: 2.9282576867vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_number a {
    margin-top: 0vw;
    padding-left: 6.2801932367vw;
    font-size: 7.2463768116vw;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_number a::before {
  content: "";
  background: url(/assets/img/common/icon_tel.svg) no-repeat 0 0/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_number a::before {
    width: 1.9765739385vw;
    height: 1.9765739385vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_number a::before {
    width: 5.3140096618vw;
    height: 5.3140096618vw;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_text {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #333;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_text {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_text {
    font-size: 2.6570048309vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel_text {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel_text {
    margin-top: 1.9323671498vw;
  }
}
.aboutPage.aboutSideJobPage .cta .tel {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .cta .tel_title {
  background: #ED7D7D;
}
.aboutPage.aboutSideJobPage .cta_notice {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta_notice {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta_notice {
    margin-top: 4.8309178744vw;
  }
}
.aboutPage.aboutSideJobPage .cta {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSideJobPage .cta_title {
  text-align: center;
}
.aboutPage.aboutSideJobPage .cta .tel {
  width: 480px;
  margin: 16px auto 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .cta .tel {
    width: 35.1390922401vw;
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .cta .tel {
    width: 100%;
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .flow {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSideJobPage .flow .flowList {
  margin-top: 56px;
  counter-reset: flowList;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .flow .flowList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .flowList {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSideJobPage .flow .flowList_item {
  width: 270px;
  text-align: center;
  counter-increment: flowList;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item {
    width: 19.7657393851vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item {
    width: 69.5652173913vw;
    margin: auto;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item:not(:first-child) {
    margin-top: 19.3236714976vw;
  }
}
.aboutPage.aboutSideJobPage .flow .flowList_item:not(:first-child)::before {
  content: "";
  background: url(/assets/img/common/arrow_black.svg) no-repeat center center/contain;
  width: 30px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 96px;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item:not(:first-child)::before {
    left: -54px;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item:not(:first-child)::before {
    width: 2.196193265vw;
    height: 0.5856515373vw;
    left: -3.953147877vw;
    bottom: 7.027818448vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item:not(:first-child)::before {
    width: 7.2463768116vw;
    height: 1.9323671498vw;
    top: -13.5265700483vw;
    bottom: auto;
    right: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.aboutPage.aboutSideJobPage .flow .flowList_item::after {
  content: counter(flowList);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: -24px;
  left: -24px;
  font-family: "Jost-Bold";
  font-size: 2.8rem;
  background: #ED7D7D;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item::after {
    width: 3.513909224vw;
    height: 3.513909224vw;
    top: -1.756954612vw;
    left: -1.756954612vw;
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList_item::after {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
    top: -4.8309178744vw;
    left: -4.8309178744vw;
    font-size: 5.7971014493vw;
  }
}
.aboutPage.aboutSideJobPage .flow .flowList_title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .flowList_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .flowList_title {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList_title {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .flow .flowList_text {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .flowList_text {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .flowList_text {
    margin-top: 1.9323671498vw;
  }
}
.aboutPage.aboutSideJobPage .flow .notice {
  padding: 24px;
  border: 1px solid #ED7D7D;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .notice {
    padding: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .notice {
    padding: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .flow .notice_text {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #ED7D7D;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .notice_text {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .notice_text {
    font-size: 3.3816425121vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage.aboutSideJobPage .flow .notice_text:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .notice_text:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .notice_text:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .flow .notice {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .flow .notice {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .flow .notice {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutSideJobPage .works {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works {
    margin-top: 19.3236714976vw;
  }
}
.aboutPage.aboutSideJobPage .works .worksList {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works .worksList {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutSideJobPage .works .worksList_item {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 6px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works .worksList_item {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList_item {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
.aboutPage.aboutSideJobPage .works .worksList_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works .worksList_item:not(:first-child) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSideJobPage .works .worksList_title {
  background: #ED7D7D;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #fff;
  padding: 24px 24px 24px 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works .worksList_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage.aboutSideJobPage .works .worksList_body {
  background: #fff;
  padding: 48px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works .worksList_body {
    padding: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList_body {
    padding: 5.7971014493vw;
  }
}
.aboutPage.aboutSideJobPage .works .worksList_body table {
  width: 100%;
  border: 1px solid #C9C9C9;
}
.aboutPage.aboutSideJobPage .works .worksList_body table tr:not(:last-child) th, .aboutPage.aboutSideJobPage .works .worksList_body table tr:not(:last-child) td {
  border-bottom: 1px solid #C9C9C9;
}
.aboutPage.aboutSideJobPage .works .worksList_body table th, .aboutPage.aboutSideJobPage .works .worksList_body table td {
  padding: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works .worksList_body table th, .aboutPage.aboutSideJobPage .works .worksList_body table td {
    padding: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList_body table th, .aboutPage.aboutSideJobPage .works .worksList_body table td {
    padding: 4.347826087vw;
  }
}
.aboutPage.aboutSideJobPage .works .worksList_body table th {
  background: #FAF9F4;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .works .worksList_body table th {
    width: 10.980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList_body table th {
    width: 36.231884058vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .works .worksList_body table th {
    border-right: 1px solid #C9C9C9;
  }
}
.aboutPage.aboutSideJobPage .works .worksList_body table td {
  line-height: 2;
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .works .worksList_body table th, .aboutPage.aboutSideJobPage .works .worksList_body table td {
    display: block;
    width: 100%;
  }
}
.aboutPage.aboutSideJobPage .businessPartner {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .businessPartner {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .businessPartner {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutSideJobPage .businessPartner_title {
  padding-bottom: 12px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .businessPartner_title {
    padding-bottom: 0.878477306vw;
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .businessPartner_title {
    padding-bottom: 2.8985507246vw;
    font-size: 6.7632850242vw;
  }
}
.aboutPage.aboutSideJobPage .businessPartner_title::before {
  content: "";
  background: #333;
  width: 24px;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .businessPartner_title::before {
    width: 2.196193265vw;
    height: 0.2196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .businessPartner_title::before {
    width: 2.196193265vw;
    height: 0.7246376812vw;
  }
}
.aboutPage.aboutSideJobPage .businessPartner_lead {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .businessPartner_lead {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .businessPartner_lead {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .businessPartner_lead {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .businessPartner_lead {
    margin-top: 7.729468599vw;
  }
}
.aboutPage.aboutSideJobPage .businessPartner .thumbContent {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .businessPartner .thumbContent {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .businessPartner .thumbContent {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .businessPartner .thumbContent_button a {
    margin: auto;
  }
}
.aboutPage.aboutSideJobPage .jobInformation {
  margin-top: 72px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 48px;
  border-radius: 6px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation {
    margin-top: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation {
    margin-top: 15.4589371981vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation {
    padding: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation {
    padding: 9.6618357488vw 5.7971014493vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_buttonWrapper {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_buttonWrapper {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_buttonWrapper {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .jobInformation_buttonWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .jobInformation_button:not(:first-child) {
    margin-left: 48px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_button:not(:first-child) {
    margin-left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_button:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_button a {
  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: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: auto;
  background: #F2DE46;
  color: #333;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .jobInformation_button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage.aboutSideJobPage .jobInformation_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_button a-white {
  background: #fff;
  color: #333;
}
.aboutPage.aboutSideJobPage .jobInformation_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
.aboutPage.aboutSideJobPage .jobInformation_button a::before {
  background-image: url(/assets/img/common/arrow_circle_black.svg);
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .jobInformation_button a:hover {
    background: #FFF236;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact {
    margin-top: 7.729468599vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact_title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact_title {
    font-size: 4.347826087vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel_item {
  overflow: hidden;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_item {
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_item {
    border-radius: 1.9323671498vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel_item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_item:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_item:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel_body {
  background: #fff;
  padding: 12px 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_body {
    padding: 0.878477306vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_body {
    padding: 2.8985507246vw 0;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel_title {
  background: #ED7D7D;
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_title {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_title {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_title {
    padding: 0.5856515373vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_title {
    padding: 1.9323671498vw 0;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel_number a {
  width: auto;
  display: table;
  margin: auto;
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_number a {
    pointer-events: none;
    font-size: 4rem;
    padding-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_number a {
    padding-left: 2.9282576867vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_number a {
    margin-top: 0vw;
    padding-left: 6.2801932367vw;
    font-size: 7.2463768116vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel_number a::before {
  content: "";
  background: url(/assets/img/common/icon_tel.svg) no-repeat 0 0/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_number a::before {
    width: 1.9765739385vw;
    height: 1.9765739385vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_number a::before {
    width: 5.3140096618vw;
    height: 5.3140096618vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel_text {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #333;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_text {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_text {
    font-size: 2.6570048309vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_text {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel_text {
    margin-top: 1.9323671498vw;
  }
}
.aboutPage.aboutSideJobPage .jobInformation_contact .tel {
  width: 480px;
  margin: 24px auto 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel {
    width: 35.1390922401vw;
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutSideJobPage .jobInformation_contact .tel {
    width: 100%;
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutLaborConsultationFaqPage::after {
  background: #DEEDFD;
}
.aboutPage.aboutLaborConsultationFaqPage .mainHeader_title::before {
  background: #51A2F4;
}
.aboutPage.aboutLaborConsultationFaqPage .mainHeader_image_text {
  color: #51A2F4;
}
.aboutPage.aboutLaborConsultationFaqPage .faq {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationFaqPage .faq {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationFaqPage .faq {
    margin-top: 7.729468599vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage::after {
  background: #DEEDFD;
}
.aboutPage.aboutLaborConsultationGuidePage .mainHeader_title::before {
  background: #51A2F4;
}
.aboutPage.aboutLaborConsultationGuidePage .mainHeader_image_text {
  color: #51A2F4;
}
.aboutPage.aboutLaborConsultationGuidePage .mainHeader_text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .mainHeader_text {
    font-size: 2.0497803807vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .mainHeader_text {
    font-size: 4.8309178744vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend {
  margin-top: 104px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend {
    margin-top: 7.6134699854vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend {
    margin-top: 19.3236714976vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend_title {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend_title {
    font-size: 1.6105417277vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList {
    margin-top: 7.729468599vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item {
    width: 460px;
    padding: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item {
    width: 33.6749633968vw;
    padding: 2.9282576867vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item:nth-child(n+3) {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item {
    padding: 9.6618357488vw 5.7971014493vw;
  }
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_item:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.0016em;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.0015em;
    line-height: 1.6;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_text {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_text {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_item {
  overflow: hidden;
  border: 1px solid #C9C9C9;
  border-radius: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_item {
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_item {
    border-radius: 1.9323671498vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_item:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_item:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_body {
  background: #fff;
  padding: 12px 0;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_body {
    padding: 0.878477306vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_body {
    padding: 2.8985507246vw 0;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_title {
  background: #ED7D7D;
  padding: 8px 0;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_title {
    font-size: 1.0248901903vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_title {
    font-size: 3.3816425121vw;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_title {
    padding: 0.5856515373vw 0;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_title {
    padding: 1.9323671498vw 0;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_number a {
  width: auto;
  display: table;
  margin: auto;
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_number a {
    pointer-events: none;
    font-size: 4rem;
    padding-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_number a {
    padding-left: 2.9282576867vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_number a {
    margin-top: 0vw;
    padding-left: 6.2801932367vw;
    font-size: 7.2463768116vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_number a::before {
  content: "";
  background: url(/assets/img/common/icon_tel.svg) no-repeat 0 0/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_number a::before {
    width: 1.9765739385vw;
    height: 1.9765739385vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_number a::before {
    width: 5.3140096618vw;
    height: 5.3140096618vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_text {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #333;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_text {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_text {
    font-size: 2.6570048309vw;
    letter-spacing: 0.02em;
    line-height: 2;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_text {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_text {
    margin-top: 1.9323671498vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel {
  margin-top: 24px;
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel_title {
  background: #51A2F4;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList .tel {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a {
  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: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  margin: auto;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a-white {
  background: #fff;
  color: #333;
}
.aboutPage.aboutLaborConsultationGuidePage .recommend .recommendList_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
.aboutPage.aboutLaborConsultationGuidePage .service {
  margin-top: 104px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service {
    margin-top: 7.6134699854vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service {
    margin-top: 19.3236714976vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service_lead {
  margin-top: 40px;
  padding-left: 24px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead {
    padding-left: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead {
    padding-left: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead {
    font-size: 4.8309178744vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service_lead::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  position: absolute;
  top: 40%;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead::before {
    width: 0.5856515373vw;
    height: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_lead::before {
    width: 1.9323671498vw;
    height: 1.9323671498vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service_text {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service_text {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service .notice {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .notice {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .notice {
    margin-top: 7.729468599vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList {
  margin-top: 72px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList {
    margin-top: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList {
    margin-top: 13.5265700483vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item {
  background: #fff;
  border-radius: 8px;
  border: 2px solid #333;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item {
    width: 300px;
    padding: 40px 24px 24px 24px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item {
    width: 21.9619326501vw;
    padding: 2.9282576867vw 1.756954612vw 1.756954612vw 1.756954612vw;
  }
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item:nth-child(n+4) {
    margin-top: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item {
    padding: 9.6618357488vw 5.7971014493vw;
  }
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item-advice .serviceList_title::before {
  background: url(../img/about/guide/icon_guide_advice.svg) no-repeat center center/contain;
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item-tel .serviceList_title::before {
  background: url(../img/about/guide/icon_guide_tel.svg) no-repeat center center/contain;
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item-faceToFace .serviceList_title::before {
  background: url(../img/about/guide/icon_guide_facetoface.svg) no-repeat center center/contain;
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item-time .serviceList_title::before {
  background: url(../img/about/guide/icon_guide_time.svg) no-repeat center center/contain;
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item-free .serviceList_title::before {
  background: url(../img/about/guide/icon_guide_free.svg) no-repeat center center/contain;
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_item-security .serviceList_title::before {
  background: url(../img/about/guide/icon_guide_security.svg) no-repeat center center/contain;
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.6;
  color: #333;
  padding-top: 152px;
  text-align: center;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title {
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title {
    font-size: 3.8647342995vw;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title {
    padding-top: 11.1273792094vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title {
    padding-top: 36.7149758454vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title::before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title::before {
    width: 8.78477306vw;
    height: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_title::before {
    width: 28.9855072464vw;
    height: 28.9855072464vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .service .serviceList_text {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .service .serviceList_text {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList {
  margin-top: 48px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 6px;
  padding: 0 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList {
    -webkit-box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.2928257687vw 0.5856515373vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList {
    -webkit-box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
            box-shadow: 0vw 0.9661835749vw 1.9323671498vw 0vw rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList {
    padding: 0 4.6852122987vw;
    border-radius: 0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList {
    padding: 0 5.7971014493vw;
    border-radius: 1.4492753623vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_item {
  padding: 40px 0;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_item {
    padding: 2.9282576867vw 0vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_item {
    padding: 5.7971014493vw 0vw 7.729468599vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_item:not(:last-child) {
  border-bottom: 1px solid #C9C9C9;
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_title {
  font-weight: 700;
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_title {
    text-align: center;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_button a {
  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: 297px;
  height: 80px;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 40px;
  background: #F2DE46;
  color: #333;
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a:hover {
    background: #19448E;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a {
    width: 21.7423133236vw;
    height: 5.8565153734vw;
    padding: 0 1.756954612vw;
    border-radius: 5.8565153734vw;
    font-size: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a {
    width: 62.8019323671vw;
    height: 16.9082125604vw;
    padding: 0 5.7971014493vw;
    border-radius: 16.9082125604vw;
    font-size: 3.8647342995vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_button a::before {
  content: "";
  background: url(../img/common/arrow_circle_white.svg) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a::before {
    width: 1.317715959vw;
    height: 1.317715959vw;
    right: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a::before {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
    right: 5.7971014493vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_button a-white {
  background: #fff;
  color: #333;
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_button a-white::before {
  border-top-color: #333;
  border-right-color: #333;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a {
    padding-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a {
    padding-left: 9.6618357488vw;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_button a::before {
  background-image: url(/assets/img/common/arrow_circle_black.svg);
}
@media screen and (min-width: 829px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a:hover {
    background: #FFF236;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a {
    margin: auto;
  }
}
.aboutPage.aboutLaborConsultationGuidePage .buttonList_button a::after {
  content: "";
  background: url(/assets/img/common/icon_pdf.svg) no-repeat center center/contain;
  width: 20px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a::after {
    width: 1.4641288433vw;
    height: 1.756954612vw;
    left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.aboutLaborConsultationGuidePage .buttonList_button a::after {
    width: 4.8309178744vw;
    height: 5.7971014493vw;
    left: 5.7971014493vw;
  }
}
.aboutPage.ForStudentPage::after {
  background: #DEEDFD;
}
.aboutPage.ForStudentPage .mainHeader_title::before {
  background: #51A2F4;
}
.aboutPage.ForStudentPage .mainHeader_image_text {
  color: #51A2F4;
  text-align: right;
}
.aboutPage.ForStudentPage .workshopSeminars, .aboutPage.ForStudentPage .groupSeminars {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .workshopSeminars, .aboutPage.ForStudentPage .groupSeminars {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .workshopSeminars, .aboutPage.ForStudentPage .groupSeminars {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.ForStudentPage .workshopSeminars .thumbListWrapper, .aboutPage.ForStudentPage .groupSeminars .thumbListWrapper {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .workshopSeminars .thumbListWrapper, .aboutPage.ForStudentPage .groupSeminars .thumbListWrapper {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .workshopSeminars .thumbListWrapper, .aboutPage.ForStudentPage .groupSeminars .thumbListWrapper {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.ForStudentPage .workshopSeminars .thumbList_title_sub, .aboutPage.ForStudentPage .groupSeminars .thumbList_title_sub {
  background: #51A2F4;
}
.aboutPage.ForStudentPage .sectionTitle::before {
  background: #51A2F4;
}
.aboutPage.ForStudentPage .about_title {
  border-left-color: #51A2F4;
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .seminarList_button a {
    font-size: 3.3816425121vw !important;
  }
}
.aboutPage.ForStudentPage .seminarList_tel {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .seminarList_tel {
    margin-top: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .seminarList_tel {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.ForStudentPage .seminarList_tel a {
  width: auto;
  display: table;
  margin: auto;
  font-family: "Helvetica";
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 829px) {
  .aboutPage.ForStudentPage .seminarList_tel a {
    pointer-events: none;
    font-size: 4rem;
    padding-left: 40px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .aboutPage.ForStudentPage .seminarList_tel a {
    padding-left: 2.9282576867vw;
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .seminarList_tel a {
    margin-top: 0vw;
    padding-left: 6.2801932367vw;
    font-size: 7.2463768116vw;
  }
}
.aboutPage.ForStudentPage .seminarList_tel a::before {
  content: "";
  background: url(/assets/img/common/icon_tel.svg) no-repeat 0 0/contain;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .seminarList_tel a::before {
    width: 1.9765739385vw;
    height: 1.9765739385vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .seminarList_tel a::before {
    width: 5.3140096618vw;
    height: 5.3140096618vw;
  }
}
.aboutPage.ForStudentPage .caseExample {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .caseExample {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .caseExample {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.ForStudentPage .caseExample_title {
  width: 300px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .caseExample_title {
    width: 21.9619326501vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .caseExample_title {
    width: 72.4637681159vw;
  }
}
.aboutPage.ForStudentPage .lifeLiteracy_title {
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .lifeLiteracy_title {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .lifeLiteracy_title {
    font-size: 4.8309178744vw;
  }
}
.aboutPage.ForStudentPage .lifeLiteracy_text {
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .lifeLiteracy_text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .lifeLiteracy_text {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.ForStudentPage .lifeLiteracy_text img {
  margin: 0 auto;
  margin-top: 24px;
  max-width: 550px;
  display: block;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .lifeLiteracy_text img {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .lifeLiteracy_text img {
    margin-top: 3.8647342995vw;
  }
}
.aboutPage.ForStudentPage .voice_title {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #333;
  padding-left: 48px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice_title {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice_title {
    font-size: 4.8309178744vw;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice_title {
    padding-left: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice_title {
    padding-left: 10.6280193237vw;
  }
}
.aboutPage.ForStudentPage .voice_title::before {
  content: "";
  background: url(/assets/img/common/icon_talk.svg) no-repeat center center/contain;
  width: 31px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice_title::before {
    width: 2.2693997072vw;
    height: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice_title::before {
    width: 7.4879227053vw;
    height: 5.7971014493vw;
  }
}
.aboutPage.ForStudentPage .voice .voiceList {
  margin-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 829px) {
  .aboutPage.ForStudentPage .voice .voiceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice .voiceList {
    margin-top: 1.1713030747vw;
    padding-bottom: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice .voiceList {
    margin-top: 3.8647342995vw;
    padding-bottom: 3.8647342995vw;
  }
}
.aboutPage.ForStudentPage .voice .voiceList_item {
  background: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 32px 32px 56px;
  line-height: 2;
}
@media screen and (min-width: 829px) {
  .aboutPage.ForStudentPage .voice .voiceList_item {
    width: 30%;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice .voiceList_item {
    padding: 2.3426061493vw 2.3426061493vw 4.0995607613vw;
    border-radius: 0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice .voiceList_item {
    padding: 5.7971014493vw 5.7971014493vw 9.6618357488vw;
    border-radius: 1.9323671498vw;
  }
  .aboutPage.ForStudentPage .voice .voiceList_item:not(:first-child) {
    margin-top: 9.6618357488vw;
  }
}
.aboutPage.ForStudentPage .voice .voiceList_item::before {
  content: "";
  background: url(/assets/img/common/talk_parts.svg) no-repeat center center/100%;
  width: 30px;
  height: 16px;
  position: absolute;
  left: 16px;
  bottom: -16px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice .voiceList_item::before {
    width: 2.3426061493vw;
    height: 1.1713030747vw;
    left: 1.1713030747vw;
    bottom: -1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice .voiceList_item::before {
    width: 7.2463768116vw;
    height: 3.8647342995vw;
    left: 3.8647342995vw;
    bottom: -3.6231884058vw;
  }
}
.aboutPage.ForStudentPage .voice .voiceList_age {
  margin-top: 24px;
  display: table;
  text-align: right;
  padding-left: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice .voiceList_age {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice .voiceList_age {
    margin-top: 3.8647342995vw;
  }
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice .voiceList_age {
    padding-left: 2.9282576867vw;
    bottom: 1.4641288433vw;
    right: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice .voiceList_age {
    padding-left: 9.6618357488vw;
    bottom: 4.8309178744vw;
    right: 4.8309178744vw;
  }
}
.aboutPage.ForStudentPage .voice .voiceList_age::before {
  content: "";
  background: url(/assets/img/common/icon_person.svg) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice .voiceList_age::before {
    width: 2.3426061493vw;
    height: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice .voiceList_age::before {
    width: 7.729468599vw;
    height: 7.729468599vw;
  }
}
.aboutPage.ForStudentPage .voice {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voice {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voice {
    margin-top: 15.4589371981vw;
  }
}
.aboutPage.ForStudentPage .voiceList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.aboutPage.ForStudentPage .voiceList_item {
  margin-right: 5%;
  padding-bottom: 32px !important;
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .aboutPage.ForStudentPage .voiceList_item {
    margin-bottom: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voiceList_item {
    margin-bottom: 9.6618357488vw;
  }
}
.aboutPage.ForStudentPage .voiceList_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 828px) {
  .aboutPage.ForStudentPage .voiceList_item {
    margin-right: 0;
  }
}
/*# sourceMappingURL=about.css.map */