.mainHeader {
  padding-top: 56px;
}
@media screen and (max-width: 1366px) {
  .mainHeader {
    padding-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .mainHeader {
    padding-top: 11.5942028986vw;
  }
}
.mainHeader_title {
  line-height: 1;
}
.mainHeader_title_main, .mainHeader_title_sub {
  display: block;
}
.mainHeader_title_main {
  color: #8CA8B9;
  font-size: 5.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .mainHeader_title_main {
    font-size: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .mainHeader_title_main {
    font-size: 11.1111111111vw;
  }
}
.mainHeader_title_main.-en {
  font-family: "Lato", sans-serif;
  font-size: 8rem;
}
@media screen and (max-width: 1366px) {
  .mainHeader_title_main.-en {
    font-size: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .mainHeader_title_main.-en {
    font-size: 11.1111111111vw;
  }
}
.mainHeader_title_sub {
  font-size: 1.5rem;
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .mainHeader_title_sub {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .mainHeader_title_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .mainHeader_title_sub {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .mainHeader_title_sub {
    margin-top: 5.7971014493vw;
  }
}

.pageNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
}
@media screen and (max-width: 1366px) {
  .pageNavi {
    padding: 0.878477306vw 0;
  }
}
.pageNavi .pageNaviList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2rem;
}
@media screen and (max-width: 1366px) {
  .pageNavi .pageNaviList {
    font-size: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .pageNavi .pageNaviList {
    font-size: 2.4154589372vw;
  }
}
.pageNavi .pageNaviList_item:not(:first-child) {
  margin-left: 40px;
  /*
  &:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: -16px;
    margin: auto;
    border-right: 1px solid #858585;
    border-bottom: 1px solid #858585;
    transform: rotate(315deg);
    @include bp(max,1366px) {
      width: vw_pc( 7 );
      height: vw_pc( 7 );
      left: vw_pc( -16 );
      //border-width: vw_pc( 1.5 );
      //border-width: 1px;
    }
    @include bp( max, 828px ) {
      width: vw_sp( 6 );
      height: vw_sp( 6 );
      left: vw_sp( -14 );
      //border-width: vw_sp( 1.5 );
    }
  }
  */
}
@media screen and (max-width: 1366px) {
  .pageNavi .pageNaviList_item:not(:first-child) {
    margin-left: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .pageNavi .pageNaviList_item:not(:first-child) {
    margin-left: 7.729468599vw;
  }
}
.pageNavi .pageNaviList_item:not(:first-child):before {
  content: "";
  width: 24px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -32px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .pageNavi .pageNaviList_item:not(:first-child):before {
    width: 1.756954612vw;
    height: 0.0732064422vw;
    left: -2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .pageNavi .pageNaviList_item:not(:first-child):before {
    width: 5.7971014493vw;
    height: 0.2415458937vw;
    left: -7.729468599vw;
  }
}
@media screen and (min-width: 829px) {
  .pageNavi .pageNaviList_item a {
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .pageNavi .pageNaviList_item a:hover {
    color: #1E51A2;
  }
}
@media screen and (max-width: 828px) {
  .pageNavi {
    display: none;
  }
}

.button a {
  background: #8CA8B9;
  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: 320px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-indent: -8px;
}
@media screen and (min-width: 829px) {
  .button a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .button a:hover {
    background: #1E51A2;
  }
}
@media screen and (max-width: 1366px) {
  .button a {
    width: 23.4260614934vw;
    height: 5.1244509517vw;
    padding: 0 1.4641288433vw;
    border-radius: 5.1244509517vw;
    font-size: 1.0980966325vw;
    text-indent: -0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .button a {
    width: 77.2946859903vw;
    height: 16.9082125604vw;
    padding: 0 4.8309178744vw;
    border-radius: 16.9082125604vw;
    font-size: 3.6231884058vw;
    text-indent: -1.9323671498vw;
  }
}
.button a::before, .button a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .button a::before, .button a::after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    right: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button a::before, .button a::after {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
    right: 3.8647342995vw;
  }
}
.button a::before {
  background: url(../img/common/icon_arrow_circle_white.svg) no-repeat center center/contain;
}
.button a::after {
  opacity: 0;
}
.button.-external a {
  background: #8CA8B9;
  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: 320px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-indent: -8px;
}
@media screen and (min-width: 829px) {
  .button.-external a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .button.-external a:hover {
    background: #1E51A2;
  }
}
@media screen and (max-width: 1366px) {
  .button.-external a {
    width: 23.4260614934vw;
    height: 5.1244509517vw;
    padding: 0 1.4641288433vw;
    border-radius: 5.1244509517vw;
    font-size: 1.0980966325vw;
    text-indent: -0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-external a {
    width: 77.2946859903vw;
    height: 16.9082125604vw;
    padding: 0 4.8309178744vw;
    border-radius: 16.9082125604vw;
    font-size: 3.6231884058vw;
    text-indent: -1.9323671498vw;
  }
}
.button.-external a::before, .button.-external a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .button.-external a::before, .button.-external a::after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    right: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-external a::before, .button.-external a::after {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
    right: 3.8647342995vw;
  }
}
.button.-external a::before {
  background: url(../img/common/icon_arrow_circle_white.svg) no-repeat center center/contain;
}
.button.-external a::after {
  opacity: 0;
}
.button.-external a::before {
  background: url(../img/common/icon_external.svg) no-repeat center center/contain;
  width: 12px;
  height: 12px;
  right: 24px;
}
@media screen and (max-width: 1366px) {
  .button.-external a::before {
    width: 0.878477306vw;
    height: 0.878477306vw;
    right: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-external a::before {
    width: 2.8985507246vw;
    height: 2.8985507246vw;
    right: 5.7971014493vw;
  }
}
.button.-prev a {
  background: #8CA8B9;
  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: 320px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-indent: -8px;
  text-indent: 0;
}
@media screen and (min-width: 829px) {
  .button.-prev a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .button.-prev a:hover {
    background: #1E51A2;
  }
}
@media screen and (max-width: 1366px) {
  .button.-prev a {
    width: 23.4260614934vw;
    height: 5.1244509517vw;
    padding: 0 1.4641288433vw;
    border-radius: 5.1244509517vw;
    font-size: 1.0980966325vw;
    text-indent: -0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-prev a {
    width: 77.2946859903vw;
    height: 16.9082125604vw;
    padding: 0 4.8309178744vw;
    border-radius: 16.9082125604vw;
    font-size: 3.6231884058vw;
    text-indent: -1.9323671498vw;
  }
}
.button.-prev a::before, .button.-prev a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .button.-prev a::before, .button.-prev a::after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    right: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-prev a::before, .button.-prev a::after {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
    right: 3.8647342995vw;
  }
}
.button.-prev a::before {
  background: url(../img/common/icon_arrow_circle_white.svg) no-repeat center center/contain;
}
.button.-prev a::after {
  opacity: 0;
}
.button.-prev a::before {
  background: url(../img/common/icon_arrow_circle_white_prev.svg) no-repeat center center/contain;
  right: auto;
  left: 16px;
}
@media screen and (max-width: 1366px) {
  .button.-prev a::before {
    left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-prev a::before {
    left: 3.8647342995vw;
  }
}
.button.-white a {
  background: #8CA8B9;
  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: 320px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  border-radius: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-indent: -8px;
  background: #fff;
  border: 1px solid #7D7C7B;
  color: #333;
}
@media screen and (min-width: 829px) {
  .button.-white a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .button.-white a:hover {
    background: #1E51A2;
  }
}
@media screen and (max-width: 1366px) {
  .button.-white a {
    width: 23.4260614934vw;
    height: 5.1244509517vw;
    padding: 0 1.4641288433vw;
    border-radius: 5.1244509517vw;
    font-size: 1.0980966325vw;
    text-indent: -0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-white a {
    width: 77.2946859903vw;
    height: 16.9082125604vw;
    padding: 0 4.8309178744vw;
    border-radius: 16.9082125604vw;
    font-size: 3.6231884058vw;
    text-indent: -1.9323671498vw;
  }
}
.button.-white a::before, .button.-white a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .button.-white a::before, .button.-white a::after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    right: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-white a::before, .button.-white a::after {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
    right: 3.8647342995vw;
  }
}
.button.-white a::before {
  background: url(../img/common/icon_arrow_circle_white.svg) no-repeat center center/contain;
}
.button.-white a::after {
  opacity: 0;
}
.button.-white a::before, .button.-white a::after {
  right: auto;
  left: 16px;
}
@media screen and (max-width: 1366px) {
  .button.-white a::before, .button.-white a::after {
    left: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-white a::before, .button.-white a::after {
    left: 3.8647342995vw;
  }
}
.button.-white a::before {
  background: url(../img/common/icon_arrow_circle_black_prev.svg) no-repeat center center/contain;
}
.button.-white a::after {
  background: url(../img/common/icon_arrow_circle_white_prev.svg) no-repeat center center/contain;
}
@media screen and (min-width: 829px) {
  .button.-white a:hover {
    color: #fff;
    background: #333;
  }
  .button.-white a:hover::after {
    opacity: 1;
  }
}
.button.-large a {
  background: #8CA8B9;
  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: 960px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 24px;
  border-radius: 160px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-indent: -8px;
  width: 100%;
  border-radius: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 829px) {
  .button.-large a {
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .button.-large a:hover {
    background: #1E51A2;
  }
}
@media screen and (max-width: 1366px) {
  .button.-large a {
    width: 70.2781844802vw;
    height: 11.7130307467vw;
    padding: 0 1.756954612vw;
    border-radius: 11.7130307467vw;
    font-size: 1.0248901903vw;
    text-indent: -0.5856515373vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-large a {
    width: 77.2946859903vw;
    height: 33.8164251208vw;
    padding: 0 5.7971014493vw;
    border-radius: 33.8164251208vw;
    font-size: 3.3816425121vw;
    text-indent: -1.9323671498vw;
  }
}
.button.-large a::before, .button.-large a::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 1366px) {
  .button.-large a::before, .button.-large a::after {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    right: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-large a::before, .button.-large a::after {
    width: 4.8309178744vw;
    height: 4.8309178744vw;
    right: 3.8647342995vw;
  }
}
.button.-large a::before {
  background: url(../img/common/icon_arrow_circle_white.svg) no-repeat center center/contain;
}
.button.-large a::after {
  opacity: 0;
}
@media screen and (max-width: 1366px) {
  .button.-large a {
    border-radius: 0;
  }
}
@media screen and (max-width: 828px) {
  .button.-large a {
    width: 100%;
    border-radius: 0;
  }
}
.button.-large a .en,
.button.-large a .jp {
  display: block;
}
.button.-large a .en {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
}
@media screen and (max-width: 1366px) {
  .button.-large a .en {
    font-size: 2.635431918vw;
  }
}
@media screen and (max-width: 828px) {
  .button.-large a .en {
    font-size: 8.6956521739vw;
  }
}

.mainContent {
  padding-top: 80px;
  padding-bottom: 160px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .mainContent {
    padding-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent {
    padding-top: 15.4589371981vw;
  }
}
@media screen and (max-width: 1366px) {
  .mainContent {
    padding-bottom: 11.7130307467vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent {
    padding-bottom: 28.9855072464vw;
  }
}
@media screen and (max-width: 1366px) {
  .mainContent {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent {
    font-size: 3.6231884058vw;
  }
}
.mainContent h2 {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .mainContent h2 {
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent h2 {
    font-size: 5.7971014493vw;
  }
}
.mainContent h3 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .mainContent h3 {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent h3 {
    font-size: 4.8309178744vw;
  }
}
.mainContent h4 {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .mainContent h4 {
    font-size: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent h4 {
    font-size: 4.347826087vw;
  }
}
.mainContent p {
  line-height: 2;
}
.mainContent p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .mainContent p:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent p:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.mainContent a {
  height: auto;
  text-decoration: underline;
}
.mainContent .mTop80 {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop80 {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop80 {
    margin-top: 13.5265700483vw;
  }
}
.mainContent .mTop72 {
  margin-top: 72px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop72 {
    margin-top: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop72 {
    margin-top: 13.5265700483vw;
  }
}
.mainContent .mTop64 {
  margin-top: 64px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop64 {
    margin-top: 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop64 {
    margin-top: 13.5265700483vw;
  }
}
.mainContent .mTop56 {
  margin-top: 56px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop56 {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop56 {
    margin-top: 13.5265700483vw;
  }
}
.mainContent .mTop48 {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop48 {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop48 {
    margin-top: 11.5942028986vw;
  }
}
.mainContent .mTop40 {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop40 {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop40 {
    margin-top: 9.6618357488vw;
  }
}
.mainContent .mTop32 {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop32 {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop32 {
    margin-top: 7.729468599vw;
  }
}
.mainContent .mTop24 {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop24 {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop24 {
    margin-top: 5.7971014493vw;
  }
}
.mainContent .mTop16 {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .mainContent .mTop16 {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .mTop16 {
    margin-top: 3.8647342995vw;
  }
}
.mainContent ol {
  margin-top: 24px;
  padding-left: 20px;
}
@media screen and (max-width: 1366px) {
  .mainContent ol {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent ol {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .mainContent ol {
    padding-left: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent ol {
    padding-left: 4.8309178744vw;
  }
}
.mainContent ol li {
  list-style-type: decimal;
}
.mainContent ol li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .mainContent ol li:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent ol li:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.mainContent ul {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .mainContent ul {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent ul {
    margin-top: 5.7971014493vw;
  }
}
.mainContent ul li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .mainContent ul li:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent ul li:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.mainContent table {
  width: 100%;
  border: 1px solid #E4E4E4;
}
.mainContent table tr:not(:last-child) th, .mainContent table tr:not(:last-child) td {
  border-bottom: 1px solid #E4E4E4;
}
.mainContent table tr:first-child th {
  background: #8CA8B9;
  color: #fff;
  font-weight: 700;
  padding: 12px;
}
@media screen and (max-width: 1366px) {
  .mainContent table tr:first-child th {
    padding: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent table tr:first-child th {
    padding: 2.8985507246vw;
  }
}
.mainContent table tr:first-child th:first-child {
  width: 200px;
}
@media screen and (max-width: 1366px) {
  .mainContent table tr:first-child th:first-child {
    width: 14.6412884334vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent table tr:first-child th:first-child {
    width: 24.154589372vw;
  }
}
.mainContent table tr th {
  border-right: 1px solid #E4E4E4;
  text-align: center;
  background: #FAFAFA;
}
.mainContent table tr td {
  padding: 24px;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .mainContent table tr td {
    padding: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent table tr td {
    padding: 5.7971014493vw;
  }
}
.mainContent .sectionWrapper {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .mainContent .sectionWrapper {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .sectionWrapper {
    margin-top: 15.4589371981vw;
  }
}
.mainContent .sectionWrapper .section:not(:first-child) {
  margin-top: 160px;
}
@media screen and (max-width: 1366px) {
  .mainContent .sectionWrapper .section:not(:first-child) {
    margin-top: 11.7130307467vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .sectionWrapper .section:not(:first-child) {
    margin-top: 28.9855072464vw;
  }
}
.mainContent .contentWrapper {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .mainContent .contentWrapper {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .contentWrapper {
    margin-top: 15.4589371981vw;
  }
}
.mainContent .contentWrapper .section:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .mainContent .contentWrapper .section:not(:first-child) {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .contentWrapper .section:not(:first-child) {
    margin-top: 28.9855072464vw;
  }
}
.mainContent .signature {
  text-align: right;
  line-height: 2;
}
.mainContent .information {
  border: 1px solid #7D7C7B;
  padding: 40px 32px;
}
@media screen and (max-width: 1366px) {
  .mainContent .information {
    padding: 2.9282576867vw 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .information {
    padding: 7.729468599vw 5.7971014493vw;
  }
}
.mainContent .information .text {
  margin-top: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .mainContent .information .text {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .information .text {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .mainContent .information .text {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .information .text {
    font-size: 3.6231884058vw;
  }
}
.mainContent .information .text p:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 1366px) {
  .mainContent .information .text p:not(:first-child) {
    margin-top: 1.1713030747vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .information .text p:not(:first-child) {
    margin-top: 3.8647342995vw;
  }
}
.mainContent .information .text p.bold {
  font-weight: 700;
}
.mainContent .num-bracket {
  margin-top: 24px;
  padding-left: 20px;
}
@media screen and (max-width: 1366px) {
  .mainContent .num-bracket {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .num-bracket {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .mainContent .num-bracket {
    padding-left: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .num-bracket {
    padding-left: 4.8309178744vw;
  }
}
.mainContent .num-bracket li {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: 1rem;
}
.mainContent .num-bracket li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
}
.mainContent .num-bracket li:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .mainContent .num-bracket li:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .mainContent .num-bracket li:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.mainContent .mail span::before {
  content: "@";
}