@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 );
  }
}
*/
.businessPage .mainTitle {
  padding: 80px 0 64px;
}
@media screen and (max-width: 1366px) {
  .businessPage .mainTitle {
    padding: 5.8565153734vw 0 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .mainTitle {
    padding: 7.729468599vw 0 11.5942028986vw;
  }
}
.businessPage .mainTitle_main, .businessPage .mainTitle_sub {
  display: block;
  color: #1D4294;
}
.businessPage .mainTitle_main {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 1366px) {
  .businessPage .mainTitle_main {
    font-size: 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .mainTitle_main {
    font-size: 11.5942028986vw;
  }
}
.businessPage .mainTitle_sub {
  font-size: 1.8rem;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .businessPage .mainTitle_sub {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .mainTitle_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .businessPage .mainTitle_sub {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .mainTitle_sub {
    margin-top: 3.3816425121vw;
  }
}
.businessPage .pageNavi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1366px) {
  .businessPage .pageNavi {
    gap: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .pageNavi {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.8647342995vw;
  }
}
.businessPage .pageNavi_item a {
  border-bottom: 1px solid #bbb;
  padding-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .businessPage .pageNavi_item a {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .pageNavi_item a {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .businessPage .pageNavi_item a {
    padding-bottom: 0.878477306vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .pageNavi_item a {
    padding-bottom: 2.8985507246vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.businessPage .pageNavi_item a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 0.1em solid #666;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-25%) rotate(135deg);
      -ms-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 10px;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .businessPage .pageNavi_item a::before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .pageNavi_item a::before {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    bottom: 2.4154589372vw;
  }
}
.businessPage .mainContent > .section {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .businessPage .mainContent > .section {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .mainContent > .section {
    margin-top: 19.3236714976vw;
  }
}
.businessPage .polygonBorderTitle {
  padding: 2px 0 2px 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .businessPage .polygonBorderTitle {
    padding: 0.1464128843vw 0 0.1464128843vw 1.756954612vw;
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .polygonBorderTitle {
    padding: 0.4830917874vw 0 0.4830917874vw 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
.businessPage .polygonBorderTitle::before {
  content: "";
  background: url("../img/common/line_polygon.webp") no-repeat center center/cover;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1366px) {
  .businessPage .polygonBorderTitle::before {
    width: 0.439238653vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .polygonBorderTitle::before {
    width: 1.4492753623vw;
  }
}
.businessPage .sectionTitle_main, .businessPage .sectionTitle_sub {
  display: block;
}
.businessPage .sectionTitle_sub {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .businessPage .sectionTitle_sub {
    margin-top: 0.5856515373vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .sectionTitle_sub {
    margin-top: 1.9323671498vw;
    font-size: 3.6231884058vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}
.businessPage .sectionTitle_main {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .businessPage .sectionTitle_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .sectionTitle_main {
    font-size: 8.2125603865vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .sectionTitle_main {
    letter-spacing: 0;
  }
}
.businessPage .aboutList {
  margin-top: 40px;
}
@media screen and (max-width: 1366px) {
  .businessPage .aboutList {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .aboutList {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (min-width: 829px) {
  .businessPage .aboutList_item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .businessPage .aboutList_item {
    gap: 5.8565153734vw;
  }
}
.businessPage .aboutList_item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .businessPage .aboutList_item:not(:first-child) {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .aboutList_item:not(:first-child) {
    margin-top: 19.3236714976vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .aboutList .about:not(:first-child) {
    margin-top: 15.4589371981vw;
  }
}
.businessPage .aboutList .about_title {
  padding-left: 16px;
  border-left: 4px solid #1D4294;
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .businessPage .aboutList .about_title {
    padding-left: 1.1713030747vw;
    font-size: 1.4641288433vw;
    border-left-width: 0.2928257687vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .aboutList .about_title {
    padding-left: 3.8647342995vw;
    line-height: 1.6;
    font-size: 4.347826087vw;
    letter-spacing: 0.02em;
    border-left-width: 0.9661835749vw;
  }
}
.businessPage .aboutList .about_text {
  margin-top: 32px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .businessPage .aboutList .about_text {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .aboutList .about_text {
    margin-top: 5.7971014493vw;
  }
}
@media screen and (max-width: 1366px) {
  .businessPage .aboutList .about_text {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .aboutList .about_text {
    font-size: 3.6231884058vw;
  }
}
.businessPage .aboutList .about_image {
  margin-top: 32px;
}
@media screen and (max-width: 1366px) {
  .businessPage .aboutList .about_image {
    margin-top: 2.3426061493vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .aboutList .about_image {
    margin-top: 5.7971014493vw;
  }
}
.businessPage .telecomService {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .businessPage .telecomService {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .telecomService {
    margin-top: 19.3236714976vw;
  }
}
.businessPage .sectionHeader_title {
  font-size: 2.4rem;
  margin-top: 48px;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .businessPage .sectionHeader_title {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .sectionHeader_title {
    font-size: 4.8309178744vw;
  }
}
@media screen and (max-width: 1366px) {
  .businessPage .sectionHeader_title {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .sectionHeader_title {
    margin-top: 11.5942028986vw;
  }
}
.businessPage .sectionHeader_text {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .businessPage .sectionHeader_text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .sectionHeader_text {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 1366px) {
  .businessPage .sectionHeader_text {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .sectionHeader_text {
    font-size: 3.6231884058vw;
  }
}
.businessPage .problemSolving {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .businessPage .problemSolving {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .businessPage .problemSolving {
    margin-top: 19.3236714976vw;
  }
}