@charset "UTF-8";
/*************************************************

company-about

*************************************************/
.company-about {
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .company-about {
    margin-bottom: 3rem;
  }
}

/* company-about-title
---------------------------------------*/
.company-about-title {
  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;
  margin-bottom: 6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company-about-title {
    margin-bottom: 5rem;
  }
}

.company-about-title__text {
  position: relative;
  padding: 0 6rem;
  color: #18368D;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company-about-title__text {
    padding: 0 3.5rem;
    font-size: 2.2rem;
  }
}
.company-about-title__text::before, .company-about-title__text::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 4rem;
  height: auto;
  aspect-ratio: 4/3.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/title_deco01.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .company-about-title__text::before, .company-about-title__text::after {
    width: 2.6rem;
  }
}
.company-about-title__text::before {
  left: 0;
}
.company-about-title__text::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

/* company-about-lead
---------------------------------------*/
.company-about-lead {
  position: relative;
  max-width: 100rem;
  margin: 0 auto 3.5rem;
  padding: 3.6rem 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(12%, rgb(255, 255, 255)), color-stop(50%, rgb(199, 236, 254)), color-stop(88%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 12%, rgb(199, 236, 254) 50%, rgb(255, 255, 255) 88%);
}
@media screen and (max-width: 767px) {
  .company-about-lead {
    max-width: none;
    margin-bottom: 2.5rem;
    padding: 3.7rem 0;
  }
}
.company-about-lead::before, .company-about-lead::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(15%, rgb(139, 215, 253)), color-stop(50%, rgb(139, 215, 253)), color-stop(85%, rgb(139, 215, 253)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(139, 215, 253) 15%, rgb(139, 215, 253) 50%, rgb(139, 215, 253) 85%, rgb(255, 255, 255) 100%);
}
.company-about-lead::before {
  top: 0;
}
.company-about-lead::after {
  bottom: 0;
}

.company-about-lead__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  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: 100%;
  min-height: 4rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/title_bg03.png) no-repeat center center/auto 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .company-about-lead__label {
    min-height: 3rem;
    padding-top: 0.2rem;
    font-size: 1.4rem;
  }
}

.company-about-lead__text {
  position: relative;
  color: #18368D;
  font-size: 2.4rem;
  font-weight: 700;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .company-about-lead__text {
    font-size: 1.8rem;
  }
}

.company-about-deco {
  position: absolute;
  top: 50%;
  width: 15rem;
  line-height: 0;
  margin-top: -2.8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-about-deco {
    top: auto;
    bottom: 1.2rem;
    width: 13.3rem;
  }
}
.company-about-deco.is-01 {
  left: 11.3rem;
}
@media screen and (max-width: 767px) {
  .company-about-deco.is-01 {
    left: 3.5rem;
  }
}
.company-about-deco.is-02 {
  right: 11.3rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .company-about-deco.is-02 {
    right: 3.5rem;
  }
}

/* company-about-text
---------------------------------------*/
.company-about-text {
  color: #18368D;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .company-about-text {
    margin: 0 2.5rem;
    font-size: 1.6rem;
    text-align: left;
  }
}

/*************************************************

company-outline

*************************************************/
.company-outline {
  padding: 8rem 0 7rem;
  background: url(../images/common/bg01_pc.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .company-outline {
    padding: 4rem 0 5.5rem;
    background-image: url(../images/common/bg01_sp.jpg);
  }
}
.company-outline .parts-bgtitle02 {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company-outline .parts-bgtitle02 {
    margin-bottom: 2rem;
    min-height: 4rem;
    font-size: 1.9rem;
  }
}

.company-outline-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .company-outline-box {
    max-width: none;
    margin: 0 1rem;
  }
}
.company-outline-box::before, .company-outline-box::after {
  display: block;
  content: "";
  width: 100%;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .company-outline-box::before, .company-outline-box::after {
    height: 3.5rem;
  }
}
.company-outline-box::before {
  background: url(../images/common/frame01_top.png) no-repeat center top/100% 100%;
}
@media screen and (max-width: 767px) {
  .company-outline-box::before {
    background-image: url(../images/common/frame01_top_sp.png);
  }
}
.company-outline-box::after {
  background: url(../images/common/frame01_bottom.png) no-repeat center bottom/100% 100%;
}
@media screen and (max-width: 767px) {
  .company-outline-box::after {
    background-image: url(../images/common/frame01_bottom_sp.png);
  }
}

.company-outline-box__inner {
  position: relative;
  padding: 2rem 0;
  background: url(../images/common/frame01_mid.png) repeat center bottom/100% auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .company-outline-box__inner {
    padding: 0;
    background-image: url(../images/common/frame01_mid_sp.png);
  }
}

.company-outline-box-info {
  position: relative;
  max-width: 64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .company-outline-box-info {
    max-width: 30rem;
    padding-bottom: 1.2rem;
  }
}
.company-outline-box-info + .company-outline-box-info {
  margin-top: 1.7rem;
}
@media screen and (max-width: 767px) {
  .company-outline-box-info + .company-outline-box-info {
    margin-top: 1.2rem;
  }
}
.company-outline-box-info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0.4rem;
  background: url(../images/company/bdr01_pc.png) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 767px) {
  .company-outline-box-info::after {
    background-image: url(../images/company/bdr01_sp.png);
  }
}

.company-outline-box-info__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 18rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .company-outline-box-info__title {
    width: 10rem;
    padding-left: 0;
  }
}
.company-outline-box-info__title .in-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: url(../images/common/title_bg04.png) no-repeat center bottom/100% 100%;
}
@media screen and (max-width: 767px) {
  .company-outline-box-info__title .in-text {
    width: 9rem;
    height: 2.4rem;
    font-size: 1.2rem;
  }
}

.company-outline-box-info__body {
  width: calc(100% - 18rem);
  color: #18368D;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company-outline-box-info__body {
    width: calc(100% - 10rem);
    font-size: 1.4rem;
  }
}
.company-outline-box-info__body * {
  color: #18368D;
  font-weight: 500;
}
.company-outline-box-info__body .in-dots__item {
  position: relative;
  padding-left: 1em;
}
.company-outline-box-info__body .in-dots__item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "・";
}

/*************************************************

company-contact

*************************************************/
.company-contact {
  margin-top: 5rem;
}

.company-contact-title {
  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;
  margin-bottom: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company-contact-title {
    margin-bottom: 2rem;
  }
}

.company-contact-title__text {
  position: relative;
  padding: 0 5.5rem;
  color: #18368D;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .company-contact-title__text {
    padding: 0 3.5rem;
    font-size: 2rem;
  }
}
.company-contact-title__text::before, .company-contact-title__text::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 3rem;
  height: auto;
  aspect-ratio: 4/3.2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/title_deco01.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .company-contact-title__text::before, .company-contact-title__text::after {
    width: 2.6rem;
  }
}
.company-contact-title__text::before {
  left: 0;
}
.company-contact-title__text::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.company-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.company-contact-btn__anchor {
  width: 37.8rem;
}
@media screen and (max-width: 767px) {
  .company-contact-btn__anchor {
    width: 31rem;
  }
}

.company-contact-text {
  margin-top: 2rem;
  color: #18368D;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.company-contact-text * {
  font-weight: 500;
}

.company-contact-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.company-contact-anchor__link {
  color: #18368D;
  font-size: 1.6rem;
  font-weight: 700;
}