@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew400";
  src: url("../font/ZenKakuGothicNew-Regular.woff");
}
@font-face {
  font-family: "zenKakuGothicNew500";
  src: url("../font/ZenKakuGothicNew-Medium.woff");
}
@font-face {
  font-family: "zenKakuGothicNew700";
  src: url("../font/ZenKakuGothicNew-Bold.woff");
}
@font-face {
  font-family: "departureMono400";
  src: url("../font/DepartureMono-Regular.woff");
}
@font-face {
  font-family: "bahnschrift350";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "bahnschrift600";
  src: url("../font/bahnschrift.ttf");
}
@font-face {
  font-family: "inter500";
  src: url("../font/Inter-VariableFont_opsz_wght.woff");
}
@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "notoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
.company {
  position: relative;
}
.company:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px));
  background-size: 865px 865px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1079px) {
  .company:before {
    background-size: 200px 200px;
  }
}

.company__sectionDotWrap01 .company_sec_dot01 {
  top: 50px;
  left: 0px;
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap01 .company_sec_dot01 {
    top: 50px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap01 .company_sec_dot02 {
    top: 260px;
    right: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap01 .company_sec_dot02 {
    top: 140px;
    right: 0px;
  }
}

.company__section {
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(36, 82, 226, 0.2) calc(100% - 1px));
  background-size: 20px 20px;
  background-repeat: repeat;
  background-position: center center;
  border-top: 1px solid rgba(36, 82, 226, 0.2);
  border-bottom: 1px solid rgba(36, 82, 226, 0.2);
}
@media screen and (min-width: 1080px) {
  .company__section {
    padding: 80px 40px 120px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 1079px) {
  .company__section {
    padding: 70px 0 120px;
    margin-top: 50px;
  }
}

.company__sectionDotWrap02 .company_sec_dot01 {
  top: 0;
  left: 0px;
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap02 .company_sec_dot02 {
    top: 0;
    right: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap02 .company_sec_dot02 {
    top: 40px;
    right: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap02 .company_sec_dot03 {
    bottom: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap02 .company_sec_dot03 {
    bottom: 0;
    right: 0px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap02 .company_sec_dot04 {
    bottom: 30px;
    left: -40px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap02 .company_sec_dot04 {
    bottom: 20px;
    left: 0px;
  }
}

.company__sectionBox {
  position: relative;
}
@media screen and (max-width: 1079px) {
  .company__sectionBox {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .company__sectionBox {
    max-width: 750px;
  }
}

.company__sectionNameWrap {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  display: block;
  color: #2452E2;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
}
.company__sectionNameWrap.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1079px) and (min-width: 481px) {
  .company__sectionNameWrap {
    max-width: 420px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 480px) {
  .company__sectionNameWrap {
    margin-bottom: 20px;
  }
}

.company__sectionBoard {
  font-size: 14px;
  display: block;
}

.company__sectionName {
  line-height: 1.25;
}
@media screen and (min-width: 1080px) {
  .company__sectionName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    font-size: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionName {
    font-size: 30px;
    margin-top: 10px;
  }
}

.company__sectionRoma {
  display: block;
  font-family: departureMono400, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1080px) {
  .company__sectionRoma {
    font-size: 14px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionRoma {
    font-size: 10px;
    margin-top: 5px;
  }
}

.company__sectionImgWrap {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  max-width: 420px;
}
.company__sectionImgWrap.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1080px) {
  .company__sectionImgWrap {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionImgWrap {
    margin: 0 auto;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.company__sectionTextBox {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.company__sectionTextBox.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1080px) {
  .company__sectionTextBox {
    max-width: 730px;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionTextBox {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.company__sectionTextWrap {
  background-color: #fff;
  border: 1px solid #2452E2;
}
@media screen and (min-width: 1080px) {
  .company__sectionTextWrap {
    padding: 50px;
    margin: 42px 0;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionTextWrap {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1080px) {
  .company__sectionText {
    width: 43.23vw;
    max-width: 536px;
  }
}

.company__media {
  overflow-x: hidden;
  background-color: #E4F2FF;
}
@media screen and (min-width: 1080px) {
  .company__media {
    padding: 120px 40px 150px;
  }
}
@media screen and (max-width: 1079px) {
  .company__media {
    padding: 70px 0 120px;
  }
}

@media screen and (min-width: 1080px) {
  .company__sectionDotWrap03 .company_med_dot01 {
    top: 0;
    left: -100px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap03 .company_med_dot01 {
    top: -20px;
    left: 35px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap03 .company_med_dot02 {
    top: 62px;
    right: -105px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap03 .company_med_dot02 {
    top: 51px;
    left: 111px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap03 .company_med_dot03 {
    top: 50%;
    right: -145px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap03 .company_med_dot03 {
    top: 83px;
    right: 57px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap03 .company_med_dot04 {
    bottom: 262px;
    left: -115px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap03 .company_med_dot04 {
    bottom: 23px;
    left: 26px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap03 .company_med_dot05 {
    bottom: 40px;
    right: -60px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap03 .company_med_dot05 {
    bottom: 0;
    right: 16px;
  }
}
.company__sectionDotWrap03 .company_med_dot06 {
  bottom: 0;
  left: 18px;
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap03 .company_med_dot06 {
    bottom: 5px;
    left: 140px;
  }
}

@media screen and (max-width: 1079px) {
  .company__mediaBox {
    margin: 50px auto 0;
    max-width: 750px;
  }
}

.company__mediahead {
  font-family: zenKakuGothicNew500, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  background-color: #2452E2;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  line-height: 1;
  padding: 5px;
}
@media screen and (min-width: 1080px) {
  .company__mediahead {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .company__mediahead {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.company__mediaList {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .company__mediaList {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
}
@media screen and (max-width: 1079px) {
  .company__mediaList {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}

@media screen and (max-width: 1079px) {
  .company__mediaItem:nth-child(n+2),
  .company__mediaItem02:nth-child(n+2) {
    margin-top: 40px;
  }
}

.company__mediaList02 {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 1080px) {
  .company__mediaList02 {
    -ms-grid-columns: 1fr 26px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 26px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 1079px) {
  .company__mediaList02 {
    margin-top: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
}

.company__mediaWrap {
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .company__mediaWrap {
    width: 355px;
  }
}

.company__mediaText {
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.company__overview {
  overflow-x: hidden;
}
@media screen and (min-width: 1080px) {
  .company__overview {
    padding: 120px 40px;
  }
}
@media screen and (max-width: 1079px) {
  .company__overview {
    padding: 70px 0;
  }
}

@media screen and (min-width: 1080px) {
  .company__overviewBox {
    margin: 50px auto 120px;
    max-width: 900px;
  }
}
@media screen and (max-width: 1079px) {
  .company__overviewBox {
    margin: 50px auto 0;
    max-width: 750px;
  }
}
.company__overviewBox.--mb0 {
  margin-bottom: 0;
}

.company__overviewList {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .company__overviewList {
    width: 100%;
  }
}

.company__overviewWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px dotted #787878;
  background-color: #fff;
}
.company__overviewWrap:first-child {
  border-top: 1px dotted #787878;
}

.company__overviewTeam {
  text-align: left;
  font-family: zenKakuGothicNew700, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  color: #2452E2;
  padding: 30px 0;
}
@media screen and (min-width: 1080px) {
  .company__overviewTeam {
    width: calc(100% - 20px);
    max-width: 235px;
  }
}
@media screen and (max-width: 1079px) {
  .company__overviewTeam {
    width: 100%;
    max-width: 80px;
  }
}

.company__overviewDefinition {
  padding: 30px 0;
}
@media screen and (min-width: 1080px) {
  .company__overviewDefinition {
    width: calc(100% - 235px);
  }
}
@media screen and (max-width: 1079px) {
  .company__overviewDefinition {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 1080px) {
  .company__sectionDotWrap04 .company_sec_dot01 {
    top: -40px;
    left: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot01 {
    top: -10px;
    left: -7px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap04 .company_sec_dot02 {
    top: 110px;
    left: -140px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot02 {
    top: 30px;
    right: 0px;
    z-index: 1;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap04 .company_sec_dot03 {
    top: -5px;
    right: 70px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot03 {
    top: 407px;
    right: -33px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap04 .company_sec_dot04 {
    top: 300px;
    right: -80px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot04 {
    top: 200px;
    left: -40px;
  }
}
.company__sectionDotWrap04 .company_sec_dot05 {
  top: 40%;
  left: -80px;
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot05 {
    left: -50px;
  }
}
.company__sectionDotWrap04 .company_sec_dot06 {
  top: 50%;
  right: -80px;
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot06 {
    right: -30px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap04 .company_sec_dot07 {
    bottom: 30%;
    left: -60px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot07 {
    bottom: 30%;
    left: -30px;
  }
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap04 .company_sec_dot08 {
    bottom: 44px;
    left: -30px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot08 {
    bottom: 14%;
    right: -30px;
  }
}
.company__sectionDotWrap04 .company_sec_dot09 {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1080px) {
  .company__sectionDotWrap04 .company_sec_dot10 {
    bottom: 25%;
    right: -30px;
  }
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot10 {
    bottom: 14%;
    right: -30px;
  }
}
.company__sectionDotWrap04 .company_sec_dot11 {
  top: 30%;
  right: -20px;
}
@media screen and (max-width: 1079px) {
  .company__sectionDotWrap04 .company_sec_dot11 {
    right: -30px;
  }
}