@charset "UTF-8";
@media screen and (max-width: 560px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 561px) {
  .d-flex-pc {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
.wrap {
  max-width: 1140px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.bg-gadient1 {
  background: linear-gradient(146deg, rgb(235, 9, 175) 0%, rgb(61, 54, 235) 60%, rgb(61, 54, 235) 100%);
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb30 {
  margin-bottom: 30px !important;
}

a.link-blue {
  text-decoration: underline;
  color: #1A50B7;
  cursor: pointer;
}
a.link-blue:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

#key {
  padding: 6px 0 13px;
}

#key .wrap {
  padding: 0;
  max-width: 1101px;
}

#key .key__breadcum {
  font-size: 12px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 24px;
}

#key .key__breadcum li {
  position: relative;
}

#key .key__breadcum li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: calc(100% + 9px);
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

#key .key__breadcum li:last-child:before {
  display: none;
}

#key .key__content {
  margin: 11px auto;
}

#key .key__ttl {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  color: #230044;
}
#key .key__ttl span {
  color: #3B2A89;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 560px) {
  #key {
    padding: 3.04vw 0 5.89vw;
  }
  #key .wrap {
    padding: 0 7.14vw;
  }
  #key .key__content {
    margin-top: 7.14vw;
  }
  #key .key__breadcum {
    font-size: 3.21vw;
  }
  #key .key__ttl {
    line-height: 5.36vw;
    font-size: 5.36vw;
  }
  #key .key__ttl span {
    font-size: 2.85vw;
  }
}
.nav-target {
  padding-top: 77px;
}
@media screen and (max-width: 560px) {
  .nav-target {
    padding-top: 14.64vw;
  }
}

h2.company-ttl {
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700 !important;
  color: #230044;
  margin-bottom: 15px !important;
}
h2.company-ttl span {
  color: #3B2A89;
  font-size: 16px;
  font-weight: 900 !important;
  font-style: italic !important;
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  h2.company-ttl {
    font-size: 5.36vw;
    margin-bottom: 2.32vw !important;
  }
  h2.company-ttl span {
    font-size: 2.85vw;
  }
}

.company-sec1 {
  margin-bottom: 128px;
}
.company-sec1 .company-sec1__txt {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  width: 100%;
  max-width: 670px;
  margin: 0px auto;
}
.company-sec1 .company-sec1__txt p + p {
  margin-top: 25px;
}
@media screen and (max-width: 560px) {
  .company-sec1 {
    margin-bottom: 20.71vw;
  }
  .company-sec1 .company-sec1__txt {
    font-size: 3.57vw;
    line-height: 5.89vw;
    max-width: 85.71vw;
  }
  .company-sec1 .company-sec1__txt p + p {
    margin-top: 5.89vw;
  }
}

.company-sec2 {
  background: #F2F2F2;
  padding: 87px 0px 80px;
}
.company-sec2 h2.company-ttl {
  margin-bottom: 28px !important;
}
.company-sec2 .company-sec2__list {
  width: 100%;
  max-width: 670px;
  margin: 0px auto;
}
.company-sec2 .company-sec2__list dl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  border-top: 1px solid rgba(59, 42, 137, 0.3);
  position: relative;
  padding: 20px 0px 14px;
}
.company-sec2 .company-sec2__list dl::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 150px;
  height: 1px;
  background: #3B2A89;
  z-index: 1;
}
.company-sec2 .company-sec2__list dl:last-child {
  border-bottom: 1px solid rgba(59, 42, 137, 0.3);
}
.company-sec2 .company-sec2__list dl:last-child::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 150px;
  height: 1px;
  background: #3B2A89;
  z-index: 1;
}
.company-sec2 .company-sec2__list dl dt {
  width: 150px;
  box-sizing: border-box;
  font-weight: 700;
  padding: 0px 2px 0px 24px;
}
.company-sec2 .company-sec2__list dl dd {
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding: 0px 20px;
}
.company-sec2 .company-sec2__list dl dd ul li{
  position: relative;
  padding-left: 15px;
}
.company-sec2 .company-sec2__list dl dd ul li::before{
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.company-sec2 .company-sec2__list dl dd .btn-link {
  position: relative;
  color: #3B2A89;
  font-weight: 500;
}
.company-sec2 .company-sec2__list dl dd .btn-link::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("../img/company/icon_share1.svg") center/cover;
  margin-left: 8px;
  top: 0px;
}
.company-sec2 .company-sec2__list dl dd .btn-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  .company-sec2 {
    padding: 17.86vw 0vw 13.75vw;
  }
  .company-sec2 h2.company-ttl {
    margin-bottom: 7.14vw !important;
  }
  .company-sec2 .company-sec2__list dl {
    display: block;
    padding: 5.36vw 7.14vw 5.18vw;
    font-size: 3.57vw;
    line-height: 4.82vw;
  }
  .company-sec2 .company-sec2__list dl::before, .company-sec2 .company-sec2__list dl::after {
    display: none;
  }
  .company-sec2 .company-sec2__list dl dt {
    width: 100%;
    margin-bottom: 4.29vw;
    padding: 0vw;
  }
  .company-sec2 .company-sec2__list dl dd {
    width: 100%;
    padding: 0vw;
  }
  .company-sec2 .company-sec2__list dl dd ul li {
    margin-bottom: 2.32vw;
    padding-left: 3.39vw;
  }
  .company-sec2 .company-sec2__list dl dd .btn-link {
    color: #1A50B7;
  }
  .company-sec2 .company-sec2__list dl dd .btn-link::after {
    width: 3.5vw;
    height: 3.5vw;
    background-image: url("../img/company/icon_share2.svg");
  }
}

.company-sec3 {
  padding: 97px 0px 85px;
}
.company-sec3 .comany-sec3__txt1 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
}
.company-sec3 .company-sec3__tel {
  display: flex;
  justify-content: center;
  gap: 54px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #333333;
  margin: 20px 0px 40px;
}
.company-sec3 .company-sec3__map {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  height: 447px;
}
.company-sec3 .company-sec3__map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 560px) {
  .company-sec3 {
    padding: 18.21vw 0vw 14.29vw;
  }
  .company-sec3 .comany-sec3__txt1 {
    font-size: 4.29vw;
    line-height: 5.36vw;
    margin-top: 5.36vw;
  }
  .company-sec3 .company-sec3__tel {
    display: block;
    margin: 6.25vw 0vw 7.14vw;
    font-size: 4.29vw;
    line-height: 5.36vw;
    text-align: center;
  }
  .company-sec3 .company-sec3__tel li + li {
    margin-top: 3.57vw;
  }
  .company-sec3 .company-sec3__map {
    height: 85.71vw;
  }
}/*# sourceMappingURL=company.css.map */