@charset "UTF-8";
.splash {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 868px;
  background: url(../img/bg_tex.jpg) repeat center;
}
.splash::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 114px;
  background: url(../img/top/acc_splash_bottom.jpg) no-repeat center bottom/100% 100%;
}

.splash__img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
  width: 90%;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  overflow-y: clip;
  z-index: 1;
}

.splash__img .left {
  position: absolute;
  left: 0;
  top: 165px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.splash__img .right {
  position: absolute;
  right: -150px;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* **************************************************************
 news
*************************************************************** */
.news__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 20px 80px;
  margin-top: -150px;
  margin-bottom: 125px;
  padding: 30px 60px;
  background: #fff;
  box-shadow: 0 5px 5px rgba(28, 63, 114, 0.2);
  border-radius: 40px;
  overflow: hidden;
}
.news__inner .title__sec {
  flex-shrink: 0;
  margin-bottom: 0;
}

.news__box {
  width: 100%;
}

.news__box--link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
  color: var(--color-primary-dark);
}
.news__box--link .inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px 40px;
  padding: 25px 0 25px 95px;
}
.news__box--link .inner dt {
  flex-shrink: 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.news__box--link .inner dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.news__box--link .tag-new {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  padding: 2px 12px;
  background-color: var(--color-secondary);
  border-radius: 50rem;
  line-height: 1;
  font-size: 14px;
  color: #fff;
}

/* **************************************************************
 contents
*************************************************************** */
.contents__container {
  margin-top: 100px;
}

.contents__box {
  display: flex;
  align-items: center;
  gap: 12px 24px;
  margin: 0 18px;
  background-color: #fff;
}
.contents__box .thumb {
  flex-shrink: 0;
}
.contents__box .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 16px;
}
.contents__box .content p {
  font-size: 17px;
}

/* **************************************************************
 about
*************************************************************** */
.about {
  background: url(../img/top/bg_about.jpg) no-repeat center bottom;
}

.about__box {
  display: flex;
  gap: 40px;
}
.about__box .thumb {
  flex-shrink: 0;
  text-align: center;
}
.about__box .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__box .content .name {
  line-height: 1;
  color: var(--color-primary);
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 34px;
}
.about__box .content .role {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 20px;
}
.about__box .content p {
  font-size: 17px;
}

/* **************************************************************
 career
*************************************************************** */
.career {
  background: url(../img/top/bg_career.jpg) no-repeat center/cover;
  border-radius: 200px;
}

.career__title {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
  min-width: 315px;
  gap: 12px;
  padding: 20px 40px;
  border-radius: 4px;
  background: var(--color-primary);
  line-height: 1;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
}
.career__title::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icon_title_sec.png) no-repeat center/contain;
}
.career__title.light {
  background: linear-gradient(0deg, hsl(202, 67%, 62%) 0%, hsl(202, 94%, 73%) 100%);
}
.career__title.light::before {
  background-image: url(../img/icon_title_sec_light.png);
}

.career__list {
  display: grid;
  gap: 30px;
}
.career__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50%;
  width: 16px;
  height: 100%;
  background-color: rgba(28, 63, 114, 0.2);
}

.career__box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 60px;
  background-color: #fff;
}

.career__culture {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 130px auto 100px;
  border-radius: 6px;
  background-color: #fff;
}
.career__culture:last-child {
  margin-bottom: 0;
}
.career__culture .content {
  margin: 30px;
}
.career__culture .content p {
  margin: 15px 0;
}
.career__culture .content .link {
  font-size: 16px;
}
.career__culture .career__title {
  margin-top: -30px;
}

/*--------------------------------------------------------------------------------
  media 
--------------------------------------------------------------------------------*/
.media {
  background: url(../img/top/bg_media.jpg) no-repeat center/100%;
}

.media__container {
  padding: 0 60px;
}

/*--------------------------------------------------------------------------------
  service 
--------------------------------------------------------------------------------*/
.service__container {
  padding: 60px;
  border: 3px solid #5BAEDF;
  background-color: #fff;
  border-radius: 25px;
}
.service__container p {
  margin: 15px 0;
}

/*--------------------------------------------------------------------------------
  operating
--------------------------------------------------------------------------------*/
.operating__container {
  padding: 60px;
  background-color: #fff;
  border-radius: 25px;
}
.operating__container p {
  margin: 15px 0;
}

/*--------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------*/
.contact__container {
  padding: 0 60px;
}

.contact__inner {
  padding: 30px 50px;
  background-color: var(--color-primary-pale);
}

@media (max-width: 1439px) {
  .splash__copy {
    left: 80px;
  }
  /* **************************************************************
   about
  *************************************************************** */
  .about__content {
    padding: 70px;
  }
}
@media (max-width: 1024px) {
  /* **************************************************************
   splash
  *************************************************************** */
  .news__inner {
    flex-direction: column;
  }
  .splash__img .left {
    width: 70%;
  }
  .splash__img .right {
    right: -120px;
    width: 70%;
  }
  /* **************************************************************
   contents
  *************************************************************** */
  .contents__box {
    flex-direction: column;
  }
  .contents__box .thumb img {
    width: 100%;
  }
  /* **************************************************************
   about
  *************************************************************** */
  .about__box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  /* **************************************************************
   splash
  *************************************************************** */
  .splash {
    height: 0;
    max-height: 600px;
    padding-top: 166.6666666667%;
  }
  .splash__img .left {
    display: none;
  }
  .splash__img .right {
    right: initial;
    left: 50%;
    translate: -50%;
    width: 130%;
  }
  .splash__img .center {
    position: absolute;
    left: 50%;
    translate: -50%;
    bottom: 120px;
    width: 100%;
    z-index: 1;
  }
  /* **************************************************************
   news
  *************************************************************** */
  .news__inner {
    margin-top: -100px;
    margin-bottom: 40px;
    padding: 30px 20px;
  }
  .news__box--link {
    font-size: 16px;
  }
  .news__box--link .inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
  }
  .news__box--link .inner dt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
  .news__box--link .tag-new {
    position: relative;
    left: 0;
    top: 0;
    translate: 0;
  }
  /* **************************************************************
   about
  *************************************************************** */
  .about__box .content .name {
    font-size: 30px;
  }
  /* **************************************************************
   contents
  *************************************************************** */
  .contents__box {
    margin: 0;
  }
  /* **************************************************************
   career
  *************************************************************** */
  .career {
    border-radius: 60px;
  }
  .career__box {
    padding: 20px 30px;
  }
  .career__culture .content {
    margin: 20px 10px;
  }
  /* **************************************************************
   media
  *************************************************************** */
  .media__container {
    padding: 0;
  }
  /* **************************************************************
   service
  *************************************************************** */
  .service__container {
    padding: 40px 16px;
  }
  /* **************************************************************
   operating
  *************************************************************** */
  .operating__container {
    padding: 40px 16px;
  }
  .operating__container p {
    font-size: 16px;
  }
  /* **************************************************************
   contact
  *************************************************************** */
  .contact__container {
    padding: 0;
  }
  .contact__inner {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
  .button__submit {
    min-width: 350px;
  }
}/*# sourceMappingURL=top.css.map */


/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}