@charset "UTF-8";
/*
Theme Name: Global Standard
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@1,500&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* about-top
---------------------------- */
.about-top {
  position: relative;
}
.about-top-img {
  background: url(../img/mv-company_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.about-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .about-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.about-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-top-main {
    left: 20px;
  }
}
.about-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .about-top-main-title {
    font-size: 32px;
  }
}
.about-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .about-top-main-text {
    font-size: 16px;
  }
}

/* about-message
---------------------------- */
.about-message {
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .about-message {
    padding: 60px 0;
  }
}
.about-message-item:last-child {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .about-message-item:last-child {
    margin-top: 60px;
  }
}
.about-message-item-bg {
  height: 353px;
  margin: 0;
  width: 100%;
  color: #fff;
  padding: 20px 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .about-message-item-bg {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: hidden;
  }
}
.about-message-item-bg.mission {
  background-image: url(../img/img-company01_pc.png);
}
.about-message-item-bg.vision {
  background-image: url(../img/img-company02_pc.png);
}
.about-message-item-title {
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-message-item-title {
    font-size: 52px;
  }
}
.about-message-item-text {
  font-size: 24px;
}
@media (max-width: 767px) {
  .about-message-item-text {
    font-size: 16px;
  }
}
.about-message-box {
  margin: -60px auto 0;
  max-width: 688px;
  padding: 30px 40px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (max-width: 767px) {
  .about-message-box {
    margin-top: -40px;
    padding: 20px 20px 18px;
  }
}
.about-message-box-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #023e78;
}
@media (max-width: 767px) {
  .about-message-box-title {
    font-size: 20px;
  }
}
.about-message-box-text {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .about-message-box-text {
    margin-top: 18px;
  }
}

/* about-profile
---------------------------- */
.about-profile {
  background: url(../img/bg-case.png) no-repeat center center/cover;
  width: 100%;
  height: auto;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .about-profile {
    padding: 60px 0;
  }
}
.about-profile-narrow {
  max-width: 848px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about-profile-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-profile-box {
  background: #fff;
  padding: 60px 40px 80px;
}
@media (max-width: 767px) {
  .about-profile-box {
    padding: 40px 20px;
  }
}
.about-profile-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about-profile-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .about-profile-dl {
    margin-top: 40px;
  }
}
.about-profile-dt {
  width: 29.07%;
  padding: 24px 0;
  padding-left: 32px;
  font-size: 16px;
  align-items: center;
  border-top: 1px solid #023e78;
  display: flex;
}
@media (max-width: 767px) {
  .about-profile-dt {
    font-size: 14px;
    width: 33.9%;
    padding-left: 0;
  }
}
.about-profile-dt::last-child {
  border-bottom: 1px solid #023e78;
}
.about-profile-dd {
  width: 70.93%;
  padding: 24px 0;
  padding-left: 36px;
  font-size: 16px;
  border-top: 1px solid #e8eaec;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .about-profile-dd {
    font-size: 14px;
    padding: 16px 0;
    padding-left: 24px;
    width: 66.1%;
  }
}
.about-profile-dd::last-child {
  border-bottom: 1px solid #e8eaec;
}
.about-profile-dd-list {
  padding-left: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .about-profile-dd-list {
    padding-left: 14px;
  }
}
.about-profile-dd-list::before {
  content: "・";
  left: 0;
  position: absolute;
}

/* about-directors
---------------------------- */
.about-directors {
  padding: 120px 0;
  margin-bottom: 60px;
  background: linear-gradient(transparent 62%, #edf3f8 62%);
}
@media (max-width: 767px) {
  .about-directors {
    margin-bottom: 100px;
  }
}
.about-directors-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.about-directors-items {
  margin: 60px auto 0;
  max-width: 688px;
}
@media (max-width: 767px) {
  .about-directors-items {
    margin-top: 40px;
  }
}
.about-directors-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.about-directors-item:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .about-directors-item {
    display: block;
    text-align: center;
  }
}
.about-directors-img {
  width: 34.885%;
}
@media (max-width: 767px) {
  .about-directors-img {
    width: 100%;
  }
}
.about-directors-main {
  width: 59.305%;
}
@media (max-width: 767px) {
  .about-directors-main {
    width: 100%;
    margin-top: 18px;
  }
}
.about-directors-profile {
  align-items: center;
  display: flex;
}
.about-directors-jobtitle {
  font-size: 14px;
  font-weight: bold;
}
.about-directors-name {
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
.about-directors-biography {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .about-directors-biography {
    margin-top: 15px;
  }
}
.about-directors-icons {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .about-directors-icons {
    margin-top: 17px;
  }
}
.about-directors-icon img {
  width: 32px;
  height: 32px;
}
.about-directors-icon:not(:first-child) {
  margin-left: 24px;
}

/* service-top
---------------------------- */
.service-top {
  position: relative;
}
.service-top-img {
  background: url(../img/mv-service_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.service-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .service-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.service-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .service-top-main {
    left: 20px;
  }
}
.service-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .service-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .service-top-main-title {
    font-size: 32px;
  }
}
.service-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .service-top-main-text {
    font-size: 16px;
  }
}

/* service-detail
---------------------------- */
.service-detail {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .service-detail {
    padding: 60px 0 100px;
  }
}
.service-detail-intro {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .service-detail-intro {
    font-size: 20px;
  }
}
.service-detail-items {
  margin-top: 78px;
}
@media (max-width: 767px) {
  .service-detail-items {
    margin-top: 60px;
  }
}
.service-detail-item-inner {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .service-detail-item-inner {
    display: flex;
  }
  .service-detail-item-inner.odd {
    flex-direction: row-reverse;
    padding-top: 68px;
  }
  .service-detail-item-inner.even {
    flex-direction: row;
    margin: 195px auto 117px;
    padding: 68px 0 79px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .service-detail-item-inner.even {
    margin: 69px 0 80px;
    padding-top: 12px;
  }
}
.service-detail-item.skew {
  background: linear-gradient(transparent 0%, #edf3f8 0%);
}
.service-detail-img {
  max-width: 560px;
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .service-detail-img {
    width: 50.13333vw;
  }
  .service-detail-img.odd {
    margin-left: auto;
  }
  .service-detail-img.even {
    margin-right: auto;
  }
}
.service-detail-main {
  max-width: 590px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 40px 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .service-detail-main.odd {
    transform: translateX(60px);
  }
  .service-detail-main.even {
    transform: translateX(-60px);
  }
}
@media (max-width: 767px) {
  .service-detail-main {
    margin: 0 20px;
    padding: 42px 20px;
    margin-top: -40vw;
  }
}
.service-detail-number {
  position: absolute;
  font-size: 100px;
  top: -44px;
  left: 58px;
  color: #023e78;
  line-height: 1;
}
@media (max-width: 767px) {
  .service-detail-number {
    font-size: 70px;
    top: -36px;
    left: 20px;
  }
  .service-detail-number.even {
    left: auto;
    right: 20px;
  }
}
.service-detail-title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service-detail-title {
    font-size: 28px;
  }
}
.service-detail-subtitle {
  font-size: 16px;
  color: #023e78;
}
@media (max-width: 767px) {
  .service-detail-subtitle {
    font-size: 14px;
    margin-top: 9px;
  }
}
.service-detail-text {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service-detail-text {
    margin-top: 32px;
  }
}
.service-detail-dl-wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service-detail-dl-wrapper {
    margin-top: 30px;
  }
}
.service-detail-dl {
  display: flex;
  align-items: center;
  padding: 31px 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .service-detail-dl {
    padding: 18px 0;
  }
}
.service-detail-dl:last-child {
  border-bottom: 1px solid #ccc;
}
.service-detail-dt {
  font-size: 14px;
  font-weight: 700;
}
.service-detail-dd {
  margin-left: 52px;
}
.service-detail-button {
  display: block;
  margin: 30px auto 0;
  margin-top: 60px;
  width: 100%;
  max-width: 304px;
  padding: 27px 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .service-detail-button {
    font-size: 14px;
    margin: 30px auto 0;
    max-width: 295px;
    padding: 28px 10px;
  }
}

/* service-flow
---------------------------- */
.service-flow {
  padding: 80px 0 120px;
  background: url(../img/bg-service-flow.png) center/cover no-repeat;
}
@media (max-width: 767px) {
  .service-flow {
    padding: 60px 0;
  }
}
.service-flow-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.service-flow-items {
  display: flex;
  margin-top: 104px;
}
@media (max-width: 767px) {
  .service-flow-items {
    display: block;
    margin-top: 40px;
    margin-left: 61px;
  }
}
.service-flow-item {
  width: 25%;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 480px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-flow-item {
    width: 100%;
    display: flex;
  }
}
.service-flow-item:nth-child(1) {
  background: #edf3f8;
  color: #edf3f8;
}
.service-flow-item:nth-child(2) {
  background: #dde8f0;
  color: #dde8f0;
}
.service-flow-item:nth-child(3) {
  background: #c7dbe9;
  color: #c7dbe9;
}
.service-flow-item:nth-child(4) {
  background: #b0d0e5;
  color: #b0d0e5;
}
@media (min-width: 768px) {
  .service-flow-item:not(:last-child)::after {
    position: absolute;
    content: "";
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 96px 0 96px 20px;
    border-color: transparent transparent transparent currentColor;
    z-index: 1;
  }
}
.service-flow-steps {
  color: #fff400;
}
@media (min-width: 768px) {
  .service-flow-steps {
    position: absolute;
    top: -25px;
    left: 0;
    display: flex;
    align-items: flex-end;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .service-flow-steps {
    position: absolute;
    left: -61px;
    width: 43px;
  }
}
.service-flow-step {
  font-size: 20px;
  line-height: 1.4;
}
.service-flow-step-number {
  font-size: 40px;
  margin-left: 8px;
  line-height: 1;
}
@media (max-width: 767px) {
  .service-flow-step-number {
    margin-top: 3px;
    margin-left: 0;
  }
}
.service-flow-item-main {
  padding: 44px 25px 21px 43px;
}
@media (max-width: 767px) {
  .service-flow-item-main {
    padding: 20px 20px;
    max-width: 480px;
    position: relative;
    padding-top: 40px;
  }
}
.service-flow-item-title {
  font-size: 20px;
  text-align: left;
  color: #023e78;
}
@media (max-width: 767px) {
  .service-flow-item-title {
    font-size: 18px;
    text-align: center;
  }
}
.service-flow-item-text {
  font-size: 14px;
  margin-top: 15px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .service-flow-item-text {
    margin-top: 1.17188vw;
  }
}
.service-flow-item-text span {
  color: #e61264;
}

/* service-faq
---------------------------- */
.service-faq {
  padding: 160px 0;
}
@media (max-width: 767px) {
  .service-faq {
    padding: 60px 0 100px;
  }
}
.service-faq-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.service-faq-items {
  margin: 60px auto 0;
  max-width: 688px;
}
@media (max-width: 767px) {
  .service-faq-items {
    margin-top: 40px;
  }
}
.service-faq-item {
  padding: 31px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .service-faq-item {
    padding: 13px 0;
  }
}
.service-faq-q {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: color 0.3s;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.service-faq-q.is-open {
  color: #e61264;
}
.service-faq-q.is-open::before, .service-faq-q.is-open::after {
  background: #e61264;
}
.service-faq-q.is-open::before {
  transform: rotate(45deg);
}
.service-faq-q.is-open::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .service-faq-q {
    font-size: 16px;
    padding-right: 65px;
  }
}
.service-faq-q::before, .service-faq-q::after {
  content: "";
  position: absolute;
  background: #1a1a1a;
  width: 21px;
  height: 2px;
  right: 11px;
  top: 15px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .service-faq-q::before, .service-faq-q::after {
    right: 8px;
    top: 13px;
  }
}
.service-faq-q::before {
  transform: rotate(90deg);
}
.service-faq-a {
  padding: 30px 60px 0 40px;
  display: none;
}
@media (max-width: 767px) {
  .service-faq-a {
    padding: 16px 0 0;
  }
}

/* news-top
---------------------------- */
.news-top {
  position: relative;
}
.news-top-img {
  background: url(../img/mv-news_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.news-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .news-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.news-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-top-main {
    left: 20px;
  }
}
.news-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .news-top-main-title {
    font-size: 32px;
  }
}
.news-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .news-top-main-text {
    font-size: 16px;
  }
}

/* news-contents
---------------------------- */
.news-contents {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .news-contents {
    padding: 60px 0 100px;
  }
}
.news-contents-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-contents-inner {
    display: block;
  }
}

/* news-main
---------------------------- */
.news-content {
  width: calc(70.91% - 20px);
}
@media (max-width: 767px) {
  .news-content {
    width: 100%;
  }
}
.news-content-title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news-content-title {
    font-size: 20px;
  }
}

.news-item-d {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-item-d {
    margin-top: 20px;
  }
}
.news-item-d:first-of-type {
  margin-top: 24px;
}
.news-item-d-thumbnail {
  width: calc(34.21% - 10px);
}
@media (max-width: 767px) {
  .news-item-d-thumbnail {
    width: calc(37.61% - 6px);
  }
}
.news-item-d-thumbnail img {
  height: 12.1875vw;
  max-height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-item-d-thumbnail img {
    height: 24vw;
  }
}
.news-item-d-body {
  margin-top: 12px;
  width: calc(65.79% - 10px);
}
@media (max-width: 767px) {
  .news-item-d-body {
    width: calc(62.39% - 6px);
  }
}
.news-item-d-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item-d-meta-cats {
  display: flex;
  align-items: center;
}
.news-item-d-meta-cat {
  font-size: 14px;
  padding: 10px 23px;
  border: 1px solid #e61264;
  color: #e61264;
}
@media (max-width: 767px) {
  .news-item-d-meta-cat {
    font-size: 12px;
    padding: 6px 11px;
  }
}
.news-item-d-meta-new {
  font-size: 16px;
  margin-left: 12px;
  color: #e61264;
}
@media (max-width: 767px) {
  .news-item-d-meta-new {
    font-size: 14px;
    margin-left: 8px;
  }
}
.news-item-d-meta-time {
  color: #888;
  font-size: 14px;
}
.news-item-d-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .news-item-d-title {
    font-size: 14px;
    margin-top: 6px;
  }
}

/* news-pagination
---------------------------- */
.news-content-pagination {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .news-content-pagination {
    margin-top: 40px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
}

.page-numbers {
  font-size: 16px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  transition: background 0.3s, color 0.3s;
}
.page-numbers:not(:first-child) {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .page-numbers:not(:first-child) {
    margin-left: 6px;
  }
}
.page-numbers:hover {
  background: #023e78;
  color: #fff;
}
.page-numbers.current {
  background: #023e78;
  color: #fff;
}
.page-numbers.next {
  margin-left: 20px !important;
}

.pagination-prev {
  background: url(../img/icon-chevron-left.svg) center/cover no-repeat;
  height: 14px;
  width: 8px;
}

.pagination-next {
  background: url(../img/icon-chevron-right.svg) center/cover no-repeat;
  height: 14px;
  width: 8px;
}

/* news-sidebar
---------------------------- */
.news-sidebar {
  width: calc(29.09% - 20px);
}
@media (max-width: 767px) {
  .news-sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-sidebar-new {
    padding-top: 100px;
  }
}
.news-sidebar-new-title {
  font-size: 20px;
  font-weight: bold;
}
.news-sidebar-new-item {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .news-sidebar-new-item {
    margin-top: 20px;
  }
}
.news-sidebar-new-item-thumbnail {
  width: calc(35% - 5px);
}
@media (max-width: 767px) {
  .news-sidebar-new-item-thumbnail {
    width: calc(37.61% - 6px);
  }
}
.news-sidebar-new-item-thumbnail img {
  height: 7.8125vw;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-sidebar-new-item-thumbnail img {
    height: 24vw;
  }
}
.news-sidebar-new-item-body {
  width: calc(65% - 5px);
}
@media (max-width: 767px) {
  .news-sidebar-new-item-body {
    width: calc(62.39% - 6px);
  }
}
.news-sidebar-new-item-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news-sidebar-new-item-meta-cats {
  display: flex;
  align-items: center;
}
.news-sidebar-new-item-meta-cat {
  border: 1px solid #e61264;
  color: #e61264;
  font-size: 12px;
  line-height: 1;
  padding: 6px 11px;
}
.news-sidebar-new-item-meta-new {
  font-size: 6px;
  margin-left: 12px;
  color: #e61264;
}
@media (max-width: 767px) {
  .news-sidebar-new-item-meta-new {
    font-size: 12px;
    margin-left: 4px;
  }
}
.news-sidebar-new-item-meta-time {
  color: #888;
  font-size: 14px;
}
.news-sidebar-new-item-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .news-sidebar-new-item-title {
    margin-top: 6px;
  }
}

/* news-sidebar-cats
---------------------------- */
.news-sidebar-cats {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .news-sidebar-cats {
    padding-top: 60px;
  }
}
.news-sidebar-cats-title {
  font-size: 20px;
  font-weight: bold;
}
.news-sidebar-cats-lists {
  margin-top: 16px;
}
.news-sidebar-cats-list {
  margin-top: 16px;
  border-top: 1px solid #ddd;
  padding: 15px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .news-sidebar-cats-list {
    margin-top: 0;
  }
}
.news-sidebar-cats-list:last-child {
  border-bottom: 1px solid #ddd;
}
.news-sidebar-cats-list::before {
  content: "";
  background: url(../img/icon-chevron-right02.png) center/cover no-repeat;
  position: absolute;
  height: 16.026px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9.424px;
}
.news-sidebar-cats-link {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}

/* news-top
---------------------------- */
.news-top {
  position: relative;
}
.news-top-img {
  background: url(../img/mv-news_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.news-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .news-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.news-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-top-main {
    left: 20px;
  }
}
.news-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .news-top-main-title {
    font-size: 32px;
  }
}
.news-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .news-top-main-text {
    font-size: 16px;
  }
}

/* news-contents
---------------------------- */
.news-contents {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .news-contents {
    padding: 60px 0 100px;
  }
}
.news-contents-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-contents-inner {
    display: block;
  }
}

/* news-single
---------------------------- */
.news-single {
  width: calc(70.91% - 20px);
}
@media (max-width: 767px) {
  .news-single {
    width: 100%;
  }
}
.news-single-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-single-meta-cats {
  font-size: 14px;
  padding: 10px 23px;
  border: 1px solid #e61264;
  color: #e61264;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-single-meta-cats {
    font-size: 12px;
    padding: 6px 11px;
  }
}
.news-single-meta-time {
  font-size: 14px;
  color: #888;
  margin-left: 0;
}
@media (max-width: 767px) {
  .news-single-meta-time {
    margin-left: 12px;
  }
}
.news-single-title {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .news-single-title {
    font-size: 20px;
    margin-top: 8px;
  }
}
.news-single-thumbnail {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .news-single-thumbnail {
    margin-top: 24px;
  }
}
.news-single-thumbnail img {
  height: 37.10938vw;
  max-height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-single-thumbnail img {
    height: 55.73333vw;
  }
}
.news-single-content h2, .news-single-content h3, .news-single-content h4 {
  color: #023e78;
  font-weight: bold;
  margin-top: 40px;
}
.news-single-content h2 {
  background: #f8f8f8;
  border-left: 6px solid #023e78;
  font-size: 20px;
  padding: 6px 10px 6px 20px;
}
.news-single-content h3 {
  border-bottom: 1px solid #023e78;
  font-size: 18px;
  padding-bottom: 5px;
}
.news-single-content h4 {
  font-size: 16px;
}
.news-single-content p {
  margin-top: 20px;
}
.news-single-content ul {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .news-single-content ul {
    margin-left: 40px;
  }
}
.news-single-content li :not(:first-child) {
  margin-top: 17px;
}
.news-single-content li::before {
  content: "・";
}

.wp-block-quote {
  background: #f8f8f8;
  border-left: 4px solid #023e78;
  margin: 40px 40px 0;
  padding: 35px 40px 35px 39px;
  position: relative;
}
@media (max-width: 767px) {
  .wp-block-quote {
    margin: 40px 0 0;
    padding: 32px 28px;
  }
}
.wp-block-quote::before {
  content: "";
  background: url(../img/quote.png) no-repeat center center/cover;
  height: 100%;
  width: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 767px) {
  .wp-block-quote::before {
    top: -25px;
    left: 25px;
  }
}
.wp-block-quote p {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
/* news-single-post-links
---------------------------- */
.news-single-post-links {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.news-single-post-link a {
  border: 1px solid #023e78;
  border-radius: 4px;
  color: #023e78;
  display: block;
  padding: 5px 15px;
  transition: background-color 0.3s, color 0.3s;
}
.news-single-post-link a:hover {
  background: #023e78;
  color: #fff;
}

/* news-sidebar
---------------------------- */
.news-sidebar {
  width: calc(29.09% - 20px);
}
@media (max-width: 767px) {
  .news-sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-sidebar-new {
    padding-top: 100px;
  }
}
.news-sidebar-new-title {
  font-size: 20px;
  font-weight: bold;
}
.news-sidebar-new-item {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .news-sidebar-new-item {
    margin-top: 20px;
  }
}
.news-sidebar-new-item-thumbnail {
  width: calc(35% - 5px);
}
@media (max-width: 767px) {
  .news-sidebar-new-item-thumbnail {
    width: calc(37.61% - 6px);
  }
}
.news-sidebar-new-item-thumbnail img {
  height: 7.8125vw;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .news-sidebar-new-item-thumbnail img {
    height: 24vw;
  }
}
.news-sidebar-new-item-body {
  width: calc(65% - 5px);
}
@media (max-width: 767px) {
  .news-sidebar-new-item-body {
    width: calc(62.39% - 6px);
  }
}
.news-sidebar-new-item-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.news-sidebar-new-item-meta-cats {
  display: flex;
  align-items: center;
}
.news-sidebar-new-item-meta-cat {
  border: 1px solid #e61264;
  color: #e61264;
  font-size: 12px;
  line-height: 1;
  padding: 6px 11px;
}
.news-sidebar-new-item-meta-new {
  font-size: 6px;
  margin-left: 12px;
  color: #e61264;
}
@media (max-width: 767px) {
  .news-sidebar-new-item-meta-new {
    font-size: 12px;
    margin-left: 4px;
  }
}
.news-sidebar-new-item-meta-time {
  color: #888;
  font-size: 14px;
}
.news-sidebar-new-item-title {
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .news-sidebar-new-item-title {
    margin-top: 6px;
  }
}

/* news-sidebar-cats
---------------------------- */
.news-sidebar-cats {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .news-sidebar-cats {
    padding-top: 60px;
  }
}
.news-sidebar-cats-title {
  font-size: 20px;
  font-weight: bold;
}
.news-sidebar-cats-lists {
  margin-top: 16px;
}
.news-sidebar-cats-list {
  margin-top: 16px;
  border-top: 1px solid #ddd;
  padding: 15px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .news-sidebar-cats-list {
    margin-top: 0;
  }
}
.news-sidebar-cats-list:last-child {
  border-bottom: 1px solid #ddd;
}
.news-sidebar-cats-list::before {
  content: "";
  background: url(../img/icon-chevron-right02.png) center/cover no-repeat;
  position: absolute;
  height: 16.026px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9.424px;
}
.news-sidebar-cats-link {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}

/* case-top
---------------------------- */
.case-study-top {
  position: relative;
}
.case-study-top-img {
  background: url(../img/mv-company_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.case-study-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .case-study-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.case-study-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .case-study-top-main {
    left: 20px;
  }
}
.case-study-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .case-study-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .case-study-top-main-title {
    font-size: 32px;
  }
}
.case-study-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .case-study-top-main-text {
    font-size: 16px;
  }
}

/* case-study
---------------------------- */
.case-study-inner {
  padding: 80px 0 160px;
}
@media (max-width: 992px) {
  .case-study-inner {
    padding: 60px 0 100px;
  }
}
@media (max-width: 767px) {
  .case-study-nav {
    margin: 0 20px;
  }
}
.case-study-nav-lists {
  display: flex;
}
@media (max-width: 767px) {
  .case-study-nav-lists {
    display: block;
  }
}
.case-study-nav-list:not(:first-child) {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .case-study-nav-list:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.case-study-nav-link {
  background: #eee;
  border-radius: 4px;
  display: block;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  transition: background-color 0.3s;
  color: #1a1a1a;
}
@media (min-width: 768px) {
  .case-study-nav-link {
    width: 208px;
  }
}
.case-study-nav-link:hover {
  background: #ccc;
}
.case-study-cases {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .case-study-cases {
    padding-top: 60px;
  }
}
.case-study-cases-title {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.43;
  border-left: 8px solid #023e78;
  font-weight: 700;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .case-study-cases-title {
    display: block;
    font-size: 24px;
  }
}
.case-study-cases-subtitle {
  font-size: 16px;
  margin-left: 20px;
  color: #023e78;
}
@media (max-width: 992px) {
  .case-study-cases-subtitle {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
}
.case-study-cases-itmes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .case-study-cases-itmes {
    display: block;
    margin-top: 25px;
  }
}
.case-study-cases-item {
  margin-top: 66px;
  width: calc(50% - 40px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
@media (max-width: 992px) {
  .case-study-cases-item {
    width: 100%;
  }
  .case-study-cases-item:first-child {
    margin-top: 0;
  }
  .case-study-cases-item:not(:first-child) {
    margin-top: 54px;
  }
}
.case-study-cases-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #023e78;
  border-radius: 12px 12px 0 0;
  padding: 20px 40px;
  position: relative;
}
@media (max-width: 992px) {
  .case-study-cases-item-head {
    padding: 20px 20px;
  }
}
.case-study-cases-item-heading {
  color: #fff;
  font-weight: 700;
}
.case-study-cases-item-business {
  font-size: 14px;
}
@media (max-width: 992px) {
  .case-study-cases-item-business {
    font-size: 12px;
  }
}
.case-study-cases-item-name {
  font-size: 24px;
  line-height: 1.17;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .case-study-cases-item-name {
    font-size: 16px;
  }
}
.case-study-cases-item-name span {
  font-size: 16px;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .case-study-cases-item-name span {
    font-size: 14px;
    margin-left: 12px;
  }
}
.case-study-cases-item-logo {
  max-width: 160px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  width: 10vw;
}
@media (max-width: 992px) {
  .case-study-cases-item-logo {
    width: 90px;
  }
}
.case-study-cases-item-body {
  padding: 40px;
}
@media (max-width: 992px) {
  .case-study-cases-item-body {
    padding: 20px;
  }
}
.case-study-cases-item-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.case-study-cases-item-course-name {
  margin-left: 10px;
}
.case-study-cases-item-lists {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .case-study-cases-item-lists {
    margin-top: 20px;
  }
}
.case-study-cases-item-list:not(:first-child) {
  margin-top: 30px;
}
.case-study-cases-item-list-title {
  font-size: 18px;
  padding-left: 30px;
  font-weight: 700;
  position: relative;
}
@media (max-width: 992px) {
  .case-study-cases-item-list-title {
    font-size: 16px;
    padding-left: 25px;
  }
}
.case-study-cases-item-list-title::before {
  content: "";
  background: url(../img/icon-check.png) no-repeat center center/cover;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .case-study-cases-item-list-title::before {
    height: 15px;
    width: 15px;
  }
}
.case-study-cases-item-list-text {
  margin-top: 6px;
}
@media (max-width: 992px) {
  .case-study-cases-item-list-text {
    margin-top: 2px;
  }
}
.case-study-cases-button-wrapper {
  text-align: center;
}
.case-study-cases-button {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 27px 80px;
  margin: 60px auto 0;
}
@media (max-width: 992px) {
  .case-study-cases-button {
    display: block;
    font-size: 14px;
    padding: 28px 10px;
    margin-top: 40px;
    max-width: 295px;
  }
}
.case-study-cases-button::after {
  content: "→";
  font-weight: 700;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: 22px;
  height: 13px;
  width: 20px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 992px) {
  .case-study-cases-button::after {
    right: 12px;
    height: 12px;
    width: 18px;
  }
}
.case-study-cases-button:hover::after {
  right: 13px;
}

/* download-top
---------------------------- */
.download-top {
  position: relative;
}
.download-top-img {
  background: url(../img/mv-download_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.download-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .download-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.download-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .download-top-main {
    left: 20px;
  }
}
.download-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .download-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .download-top-main-title {
    font-size: 32px;
  }
}
.download-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .download-top-main-text {
    font-size: 16px;
  }
}

/* download
---------------------------- */
.download {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .download {
    padding: 60px 0 100px;
  }
}
.download-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .download-items {
    display: block;
  }
}
.download-document {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .download-document {
    width: 100%;
  }
}
.download-document-title {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .download-document-title {
    font-size: 20px;
  }
}
.download-document-img {
  margin: 40px auto 0;
  max-width: 275px;
}
@media (max-width: 767px) {
  .download-document-img {
    margin: 40px 30px 0;
  }
}
.download-document-text {
  margin-top: 40px;
}
.download-form {
  width: 50%;
  background: #edf3f8;
  border-radius: 12px;
  padding: 40px;
}
@media (max-width: 767px) {
  .download-form {
    width: 100%;
    margin-top: 60px;
    padding: 40px 20px 40px;
  }
}
.download-form-title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .download-form-title {
    font-size: 24px;
  }
}
.download-form-items {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .download-form-items {
    margin-top: 40px;
  }
}
.form-label {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-label {
    font-size: 14px;
  }
}

.form-control {
  font-size: 16px;
  width: 100%;
  margin: 12px 0 32px;
  padding: 9px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .form-control {
    margin: 6px 0 18px;
    padding: 8px 14px;
  }
}

.form__required {
  font-size: 12px;
  background: #e61264;
  color: #fff;
  padding: 4px 8px;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .form__required {
    font-size: 10px;
    padding: 4px 8px;
  }
}

.download-acceptance {
  cursor: pointer;
  text-align: center;
}

input[type=checkbox] {
  display: none;
}

.form-label-privacy {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.form-label-privacy a {
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  margin: 0 10px;
}
.form-label-privacy:before {
  content: "";
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 2px;
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-label-privacy:after {
  content: "";
  display: block;
  border-bottom: solid 4px #3e3e3e;
  border-left: solid 4px #3e3e3e;
  transform: rotate(-45deg);
  transition: 0.2s;
  height: 16.8px;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

input[type=checkbox]:checked + .form-label-privacy:after {
  opacity: 1;
}

.download-submit {
  font-size: 16px;
  padding: 27px 15px;
  display: block;
  margin: 40px auto 0;
  max-width: 332px;
  width: 100%;
}
@media (max-width: 767px) {
  .download-submit {
    font-size: 14px;
    padding: 28px 10px;
  }
}

/* download-top
---------------------------- */
.download-top {
  position: relative;
}
.download-top-img {
  background: url(../img/mv-download_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.download-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .download-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.download-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .download-top-main {
    left: 20px;
  }
}
.download-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .download-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .download-top-main-title {
    font-size: 32px;
  }
}
.download-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .download-top-main-text {
    font-size: 16px;
  }
}

/* download
---------------------------- */
.download {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .download {
    padding: 60px 0 100px;
  }
}
.download-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .download-items {
    display: block;
  }
}
.download-document {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  .download-document {
    width: 100%;
  }
}
.download-document-title {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .download-document-title {
    font-size: 20px;
  }
}
.download-document-img {
  margin: 40px auto 0;
  max-width: 275px;
}
@media (max-width: 767px) {
  .download-document-img {
    margin: 40px 30px 0;
  }
}
.download-document-text {
  margin-top: 40px;
}
.download-form {
  width: 50%;
  background: #edf3f8;
  border-radius: 12px;
  padding: 40px;
}
@media (max-width: 767px) {
  .download-form {
    width: 100%;
    margin-top: 60px;
    padding: 40px 20px 40px;
  }
}
.download-form-title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .download-form-title {
    font-size: 24px;
  }
}
.download-form-items {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .download-form-items {
    margin-top: 40px;
  }
}
.download-form-p {
  line-height: 1.8;
}
.download-form-p:nth-child(n+2) {
  margin-top: 1em;
}
.download-form-link {
  color: #023e78;
  text-decoration: underline;
}

/* contact-top
---------------------------- */
.contact-top {
  position: relative;
}
.contact-top-img {
  background: url(../img/mv-contact_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.contact-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .contact-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.contact-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-top-main {
    left: 20px;
  }
}
.contact-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .contact-top-main-title {
    font-size: 32px;
  }
}
.contact-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .contact-top-main-text {
    font-size: 16px;
  }
}

/* contact
---------------------------- */
.contact {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .contact {
    padding: 60px 0 100px;
  }
}
.contact-items {
  max-width: 688px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 60px;
  }
}
.contact-form-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form-title {
    margin-top: 60px;
  }
}
.contact-form-items {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .contact-form-items {
    margin-top: 40px;
  }
}
.form-label {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-label {
    font-size: 14px;
  }
}

.form-control {
  font-size: 16px;
  width: 100%;
  margin: 12px 0 32px;
  padding: 9px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .form-control {
    margin: 6px 0 18px;
    padding: 8px 14px;
  }
}
.form-control::-moz-placeholder {
  color: #ccc;
}
.form-control::placeholder {
  color: #ccc;
}
.form-control.is-empty {
  color: #ccc;
}

.form__required {
  font-size: 12px;
  background: #e61264;
  color: #fff;
  padding: 4px 8px;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .form__required {
    font-size: 10px;
    padding: 4px 8px;
  }
}

.download-acceptance {
  cursor: pointer;
  text-align: center;
}

input[type=checkbox] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select {
  position: relative;
}
.form-select:after {
  position: absolute;
  right: 16px;
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #1a1a1a;
  border-top: 2px solid #1a1a1a;
}

textarea {
  resize: vertical;
  height: 240px;
}

[type=checkbox] a {
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  margin: 0 10px;
}
[type=checkbox] + span {
  cursor: pointer;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
[type=checkbox] + span a {
  font-weight: 700;
  margin: 0 10px;
  text-decoration: underline;
}
[type=checkbox] + span::before {
  content: "";
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 2px;
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
[type=checkbox] + span::after {
  content: "";
  display: block;
  border-bottom: solid 4px #3e3e3e;
  border-left: solid 4px #3e3e3e;
  transform: rotate(-45deg);
  transition: 0.2s;
  height: 16.8px;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: -0.2em;
}
[type=checkbox]:checked + ::after {
  opacity: 1;
}

.form-label-privacy {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.form-label-privacy a {
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
  margin: 0 10px;
}
.form-label-privacy:before {
  content: "";
  background: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 2px;
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-label-privacy:after {
  content: "";
  display: block;
  border-bottom: solid 4px #3e3e3e;
  border-left: solid 4px #3e3e3e;
  transform: rotate(-45deg);
  transition: 0.2s;
  height: 16.8px;
  width: 28px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

input[type=checkbox]:checked + .form-label-privacy:after {
  opacity: 1;
}

.contact-submit {
  font-size: 16px;
  padding: 27px 10px;
  display: block;
  margin: 40px auto 0;
  max-width: 208px;
  width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-submit {
    font-size: 14px;
    max-width: 295px;
  }
}

/* contact-top
---------------------------- */
.contact-top {
  position: relative;
}
.contact-top-img {
  background: url(../img/mv-contact_pc.png) no-repeat center center/cover;
  height: 250px;
  width: 100%;
  position: relative;
}
.contact-top-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 250px;
  width: 365px;
  background: url(../img/lower-mv-decoration_pc.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .contact-top-img::after {
    width: 165px;
    background-position-x: right;
  }
}
.contact-top-main {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17%;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-top-main {
    left: 20px;
  }
}
.contact-top-main-title {
  background: #fff;
  color: #023e78;
  display: inline-block;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .contact-top-main-title {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .contact-top-main-title {
    font-size: 32px;
  }
}
.contact-top-main-text {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
  padding: 4px 0;
}
@media (max-width: 767px) {
  .contact-top-main-text {
    font-size: 16px;
  }
}

/* contact
---------------------------- */
.contact {
  padding: 80px 0 160px;
}
@media (max-width: 767px) {
  .contact {
    padding: 60px 0 100px;
  }
}
.contact-items {
  max-width: 688px;
  margin: 0 auto;
}
.contact-intro-link {
  color: #023e78;
  text-decoration: underline;
}

/* 改ページ
---------------------------- */
.entry-links {
  margin-top: 32px;
  text-align: center;
}

.entry-links .post-page-numbers {
  background: #f8f8f8;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 30px;
  text-align: center;
}

.entry-links .post-page-numbers.current {
  background: #023e78;
  color: #fff;
}

.entry-links .post-page-numbers:first-child {
  margin-left: 0;
}

.entry-links .post-page-numbers:last-child {
  margin-right: 0;
}

.entry-links a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.entry-links a:hover {
  background: #023e78;
  color: #fff;
}

.breadcrumb * {
  margin: 0 3px;
}

/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #1a1a1a;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Droid Sans", sans-serif;
  line-height: 1.45;
  font-weight: 500;
  font-size: 14px;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

/* 共通設定
===================================== */
.button-primary {
  background: #fff;
  border: 1px solid #023e78;
  color: #023e78;
  transition: all 0.3s ease 0s;
}
.button-primary:hover {
  background: #023E78;
  color: #FFF;
}

.button-secondary {
  background: #023e78;
  border: 1px solid #023e78;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.button-secondary:hover {
  background: #002A52;
}

.font-italic {
  font-family: "Fira Sans", sans-serif;
}

.inner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1179px) {
  .inner {
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .inner {
    width: calc(100% - 40px);
  }
}

.heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.heading-main-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: #023E78;
}
@media (max-width: 767px) {
  .heading-main-title {
    font-size: 52px;
  }
}

.heading-main-text {
  font-size: 24px;
}
@media (max-width: 767px) {
  .heading-main-text {
    font-size: 16px;
  }
}

.heading-link {
  position: relative;
}
.heading-link:hover .heading-link-arrow {
  height: 2px;
  width: 145px;
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
.heading-link:hover .heading-link-arrow.color-white {
  background: #fff;
}
.heading-link:hover .heading-link-arrow.color-black {
  background: #1A1A1A;
}

.heading-link-text {
  font-size: 32px;
  padding-right: 140px;
}

.heading-link-arrow {
  height: 2px;
  width: 95px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
.heading-link-arrow.color-white {
  background: #fff;
}
.heading-link-arrow.color-white::before {
  content: "";
  height: 18px;
  width: 2px;
  position: absolute;
  right: 6px;
  bottom: -3px;
  transform: rotate(-55deg);
  background: #fff;
}
.heading-link-arrow.color-black {
  background: #1A1A1A;
}
.heading-link-arrow.color-black::before {
  content: "";
  height: 18px;
  width: 2px;
  position: absolute;
  right: 6px;
  bottom: -3px;
  transform: rotate(-55deg);
  background: #1A1A1A;
}

.heading-link-circle-border {
  border: 2px solid #fff400;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
}

.heading-link-circle-fill {
  background-color: #fff400;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #1A1A1A;
}

.skew {
  transform: skewY(10deg);
}

.skew > * {
  transform: skewY(-10deg);
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

/* コンテンツスタイル
===================================== */
/* header
---------------------------- */
body.is-fixed {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.header-spacing.is-fixed {
  margin-top: 60px;
}

header {
  padding: 0 15px;
  height: 100px;
}
@media (max-width: 1279px) {
  header {
    height: 60px;
    padding: 0 0 0 20px;
  }
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  height: inherit;
}
@media (max-width: 1279px) {
  .header-inner {
    justify-content: space-between;
  }
}

.header-logo {
  width: 283px;
}
@media (max-width: 1279px) {
  .header-logo {
    width: 200px;
  }
}

.gnav {
  display: flex;
  margin-left: auto;
}
@media (max-width: 1279px) {
  .gnav {
    display: none;
  }
}

.gnav-lists {
  display: flex;
  height: inherit;
  align-items: center;
}
.gnav-lists li:not(:first-child) {
  margin-left: 46px;
  position: relative;
}
.gnav-lists li:not(:first-child)::before {
  content: "／";
  left: -30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gnav-buttons {
  display: flex;
  margin-left: 32px;
}
.gnav-buttons a {
  text-align: center;
}

.gnav-button {
  display: block;
  font-size: 14px;
  padding: 26px 15px;
  width: 176px;
}
.gnav-button:last-child {
  margin-left: 10px;
}

/* drawer
---------------------------- */
@media (min-width: 1280px) {
  .drawer {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.drawer-icon-bars {
  height: 16px;
  width: 28px;
  position: relative;
  right: 19px;
}
.drawer-icon-bar1, .drawer-icon-bar2, .drawer-icon-bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #023e78;
  border-radius: 6px;
  z-index: 300;
  transition: all 0.3s ease 0s;
}
.drawer-icon-bar1 {
  top: 0;
}
.drawer-icon-bar2 {
  top: 50%;
  transform: translateY(-50%);
}
.drawer-icon-bar3 {
  top: 100%;
  transform: translateY(-100%);
}
.drawer-content {
  background: #023e78;
  width: 100%;
  height: calc(100vh - 60px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  transform: translateY(60px);
  display: none;
}
.drawer-content-lists {
  margin-top: 40px;
}
.drawer-content-list a {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  text-align: center;
}
.drawer-content-buttons {
  margin-top: 20px;
}
.drawer-content-button {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 320px;
  padding: 19px 15px;
  text-align: center;
  width: 100%;
  border: 1px solid #fff;
}
.drawer-content-button:last-child {
  margin-top: 32px;
}

/* top
---------------------------- */
.top-inner {
  width: calc(100% - 90px);
  margin-left: auto;
  position: relative;
}
@media (max-width: 767px) {
  .top-inner {
    width: calc(100% - 40px);
  }
}

.swiper-container {
  position: relative;
  z-index: -1;
}

.main-visual1,
.main-visual2,
.main-visual3 {
  width: 100%;
  height: auto;
  padding-top: 58.887%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
@media (max-width: 767px) {
  .main-visual1,
.main-visual2,
.main-visual3 {
    padding-top: 181%;
  }
}

.main-visual1 {
  background-image: url(../img/img-mv01_pc.png);
}
@media (max-width: 767px) {
  .main-visual1 {
    background-position-x: center;
  }
}

.main-visual2 {
  background-image: url(../img/img-mv02_pc.png);
}
@media (max-width: 767px) {
  .main-visual2 {
    background-position-x: 20%;
  }
}

.main-visual3 {
  background-image: url(../img/img-mv03_pc.png);
}
@media (max-width: 767px) {
  .main-visual3 {
    background-position-x: 20%;
  }
}

.top-content {
  position: absolute;
  bottom: 60px;
  left: -40px;
}
@media (max-width: 767px) {
  .top-content {
    bottom: 20px;
    left: -20px;
  }
}

.top-title-above {
  margin-bottom: 16px;
  background: #fff;
}
@media (max-width: 767px) {
  .top-title-above {
    background: none;
    margin-bottom: 0;
  }
}

.top-title {
  background: #fff;
  font-size: 60px;
  font-size: 4.688vw;
  color: #023e78;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-title {
    margin-top: 8px;
    font-size: 10.66667vw;
  }
}

.top-title-space {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .top-title-space {
    padding-left: 0;
  }
}

.top-text {
  background: #023e78;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-top: 16px;
  font-size: 1.563vw;
}
@media (max-width: 767px) {
  .top-text {
    font-size: 4.26667vw;
  }
}

/* breadcrumb
-------------------------------------------------*/
.breadcrumb {
  font-size: 12px;
  margin-top: 12px;
}
.breadcrumb a {
  color: #888;
}

/* about
---------------------------- */
.about {
  position: relative;
  background: linear-gradient(transparent 40.5%, #edf3f8 40.5%);
  margin: 30px 0 120px;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .about {
    margin: 0 0 60px;
    padding: 60px 0;
  }
}

.about-inner {
  padding-top: 115px;
}
@media (max-width: 767px) {
  .about-inner {
    padding-top: 0;
  }
}

.about-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about-content {
    display: block;
    margin-top: 58px;
  }
}
@media (max-width: 767px) {
  .about-content figure {
    margin-top: 50px;
  }
}

.about-content-text {
  width: calc(36.27% - 20px);
}
@media (max-width: 767px) {
  .about-content-text {
    width: 100%;
  }
}

.about-content-img {
  width: calc(63.73% - 20px);
}
@media (max-width: 767px) {
  .about-content-img {
    width: 100%;
  }
}

.about-content-bg {
  background: url(../img/bg-company.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 39%;
  height: 70.3125vw;
  max-height: 800px;
  z-index: -1;
}
@media (max-width: 767px) {
  .about-content-bg {
    top: 530px;
    right: 0;
    height: 96.53333vw;
    width: 78.66667vw;
  }
}

/* service
---------------------------- */
.service {
  background: linear-gradient(transparent 53%, #edf3f8 53%);
  margin: 60px 0 0;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service {
    padding: 60px 0;
    margin: 0 0 60px;
  }
}

.service-items {
  margin-top: 85px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service-items {
    display: block;
    margin-top: 62px;
    margin-left: 15px;
  }
}

.service-item {
  width: 29.093%;
}
@media (max-width: 767px) {
  .service-item {
    width: 100%;
  }
}
.service-item:nth-child(2) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .service-item:nth-child(2) {
    margin-top: 74px;
  }
}
.service-item:last-child {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .service-item:last-child {
    margin-top: 74px;
  }
}

.service-item-img {
  position: relative;
}

.service-item-number {
  position: absolute;
  top: -57px;
  right: 2px;
  width: 110px;
}

.service-item-title {
  position: absolute;
  bottom: 33px;
  left: -32px;
  text-align: left;
}
@media (max-width: 767px) {
  .service-item-title {
    left: -15px;
  }
}

.service-item-title-inside {
  background: #fff;
  color: #023e78;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 0;
}
.service-item-title-inside:not(:nth-child(2)) {
  margin-top: 8px;
}

.service-item-text {
  margin-top: 16px;
  line-height: 1.8;
}

/* case
---------------------------- */
.case {
  background: url(../img/bg-case.png) no-repeat center center/cover;
  width: 100%;
  height: auto;
  position: relative;
  margin: 60px 0 0;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .case {
    padding: 60px 0;
    margin: 0;
  }
}

.case-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .case-items {
    display: block;
  }
}

.case-item {
  margin-top: 70px;
  width: 29.0896666667%;
}
.case-item:hover .case-item-link {
  margin-right: 0;
}
.case-item:hover .case-item-link .def {
  opacity: 0;
}
.case-item:hover .case-item-link .hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .case-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .case-item {
    display: block;
    margin-top: 52px;
  }
}

.case-item-company {
  color: #fff;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 700;
}

.case-item-links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.case-item-cat {
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  line-height: 1;
}

.case-item-link {
  width: 30px;
  margin-right: 8px;
  transition: all 0.3s ease 0s;
  position: relative;
}
.case-item-link .def {
  opacity: 1;
}
.case-item-link .hover {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

/* news
---------------------------- */
.news {
  position: relative;
  background: linear-gradient(transparent 57%, #edf3f8 57%);
  margin: 60px 0 40px;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .news {
    padding: 60px 0;
    margin: 0 0 60px;
  }
}

.news-narrow {
  max-width: 768px;
  margin: auto;
}
@media (max-width: 767px) {
  .news-narrow {
    width: calc(100% - 40px);
  }
}

.news-items {
  margin-top: 80px;
  padding: 60px 40px 40px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .news-items {
    margin-top: 60px;
    padding: 40px 20px;
  }
}

.news-item {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 30px;
}
.news-item:not(:last-child) {
  margin-bottom: 20px;
}

.news-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-info-cat {
  display: inline-block;
  border: 1px solid #e61264;
  color: #e61264;
  padding: 10px 23px;
  line-height: 1;
}
@media (max-width: 767px) {
  .news-info-cat {
    font-size: 12px;
    padding: 8px 19px;
  }
}

.news-info-time {
  color: #888;
}

.news-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .news-title {
    font-size: 14px;
  }
}

/* footer-links
---------------------------- */
.footer-links {
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer-links {
    display: block;
  }
}

.footer-links-main {
  text-align: center;
  color: #fff;
}

.footer-links-main-title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .footer-links-main-title {
    font-size: 40px;
  }
}

.footer-links-main-text {
  font-size: 16px;
  font-weight: 700;
}
.footer-links-item-download {
  width: 50%;
  background: url(../img/img-download.png) no-repeat center center/cover;
  padding: 56px 40px 50px;
}
@media (max-width: 767px) {
  .footer-links-item-download {
    width: 100%;
    padding: 45px 40px 26px;
  }
}

.footer-links-item-contact {
  width: 50%;
  background: url(../img/img-contact.png) no-repeat center center/cover;
  padding: 56px 40px 50px;
}
@media (max-width: 767px) {
  .footer-links-item-contact {
    width: 100%;
    padding: 45px 40px 26px;
  }
}

.footer-links-main-button {
  font-size: 24px;
  width: 315px;
  max-width: 100%;
  padding: 34px 15px;
  margin-top: 38px;
  display: inline-block;
  border: 3px solid #fff400;
  color: #fff400;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .footer-links-main-button {
    font-size: 16px;
    padding: 28px 10px;
    width: 295px;
    max-width: 100%;
    border-width: 2px;
    font-weight: 500;
  }
}
.footer-links-main-button::after {
  content: "→";
  font-weight: bold;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: 22px;
  width: 20px;
  height: 13px;
  transition: all 0.3s ease 0s;
}
.footer-links-main-button:hover {
  background: #fff400;
  color: #1a1a1a;
}
.footer-links-main-button:hover::after {
  right: 13px;
}

/* footer
---------------------------- */
.footer {
  background: #1a1a1a;
  padding: 120px 0 20px;
  position: relative;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 70px 0 12px;
  }
}

.footer-logo {
  display: block;
  margin: 0 auto;
  width: 368px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 291px;
    max-width: 100%;
  }
}

.footer-info-text {
  margin-top: 36px;
  display: inline-block;
  text-align: left;
}

.footer-copyright {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .footer-copyright {
    margin-top: 40px;
    font-size: 12px;
  }
}

.footer-totopLink {
  position: absolute;
  right: 20px;
  bottom: 40px;
  transition: all 0.3s ease 0s;
}
.footer-totopLink img {
  width: 40px;
}
@media (max-width: 767px) {
  .footer-totopLink {
    right: 10px;
    bottom: 20px;
  }
}

.faq-a {
  display: none;
}