* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  overflow-x: hidden;
}

body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

@media screen and (max-width: 1100px) {
  body {
    overflow-x: auto;
  }
  body.is-fixed {
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  body.is-fixed {
    overflow-x: hidden;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

p {
  margin: 0;
}

a {
  color: #333;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}


/* 共通 */

@media screen and (max-width: 767px) {
  .pc-only {
    display: none!important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none!important;
  }
}

.sec-inner {
  width: 1100px;
  margin: 0 auto;
}

.top-sec-inner {
  position: relative;
  padding: 120px 0;
}

.top-sec-btn.btn-center {
  text-align: center;
}

.top-sec-btn.btn-right {
  text-align: right;
}

.top-sec-btn a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.top-sec-btn a span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  transition: .3s;
}

.top-sec-btn a span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #E03657;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

.top-sec-btn a i {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #BA2947;
  background: #BA2947;
  margin: 0 0 0 16px;
  box-sizing: border-box;
}

.top-sec-btn a i::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.top-sec-btn a i::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 5px;
  background-image: url(/sp/usize/assets/img/common/next-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.top-sec-ttl {
  margin: 0 0 32px;
}

.top-sec-ttl span {
  display: block;
}

.top-sec-ttl span[lang="en"] {
  position: relative;
  font-family: 'Lucida Grande';
  font-size: 14px;
  padding: 0 0 0 18px;
  margin: 0 0 12px;
}

.top-sec-ttl span[lang="en"]::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E03657;
}

.top-sec-ttl span[lang="ja"] {
  font-size: 36px;
  font-weight: 700;
}

.top-sec-ttl-supplement {
  font-size: 16px;
  line-height: 1.75;
}

.top-sec-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 56px 0;
}

.top-sec-li::after {
  content: "";
  display: block;
  width: 30.61%;
}

.top-sec-item {
  width: 30.61%;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.top-sec-item:nth-of-type(n+4) {
  margin: 40px 0 0;
}

.top-sec-item a {
  position: relative;
  display: block;
  height: 100%;
  background: #2980C4;
  border-radius: 6px;
  text-decoration: none;
}

.top-sec-item a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: #fff;
  content: "";
  border-radius: 10px;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.top-sec-item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 210px;
  border-radius: 6px 6px 0 0;
  background: #fff;
  padding: 24px;
}

.top-sec-item-detail {
  position: relative;
  padding: 40px;
  border-radius: 0 0 6px 6px;
  /* background: #2980C4; */
  transition: .3s;
  z-index: 5;
}

.top-sec-item-detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #2980C4;
  border-radius: 0 0 6px 6px;
  transition: .2s;
  z-index: -1;
}

.top-sec-item-ttlbox {
  margin: 0 0 16px;
}

.top-sec-item-detail-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.65;
  letter-spacing: -.05em;
  text-align: center;
}

.top-sec-item-detail-ttlsub {
  color: #fff;
  text-align: center;
  margin: 0 0 10px;
}

.top-sec-item-detail-txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .top-sec-item a:hover::before {
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 30px 60px -8px rgb(0 5 30 / 15%);
  }
  .top-sec-item a:hover .top-sec-item-detail::before {
    transform: scale(1.05);
    opacity: 0;
  }
  .top-sec-item a:hover .top-sec-item-detail {
    background: #fff;
  }
  .top-sec-item a:hover .top-sec-item-detail-ttl {
    color: #333;
  }
  .top-sec-item a:hover .top-sec-item-detail-ttlsub {
    color: #333;
  }
  .top-sec-item a:hover .top-sec-item-detail-txt {
    color: #333;
  }
  .top-sec-btn a:hover span {
    color: #E03657;
  }
  .top-sec-btn a:hover span::before {
    transform: scale(1, 1);
  }
  .top-sec-btn a:hover i::before {
    width: 100%;
    height: 100%;
  }
  .top-sec-btn a:hover i::after {
    background-image: url(/sp/usize/assets/img/common/next-arrow-red.svg);
  }
}

@media screen and (max-width: 767px) {
  .sec-inner {
    width: auto;
  }
  .top-sec-ttl {
    margin: 0 0 16px;
  }
  .top-sec-ttl span[lang="ja"] {
    font-size: 28px;
  }
  .top-sec-ttl-supplement {
    font-size: 14px;
  }
  .top-sec-li {
    display: block;
    margin: 20px 0 24px;
  }
  .top-sec-item {
    width: auto;
  }
  .top-sec-item+.top-sec-item {
    margin: 8px 0 0;
  }
  .top-sec-item:nth-of-type(n+4) {
    margin: 8px 0 0;
  }
  .top-sec-item a {
    display: flex;
    align-items: center;
    background: transparent;
  }
  .top-sec-item-img {
    width: 97px;
    height: 120px;
    flex: 0 0 97px;
    border-radius: 6px 0 0 6px;
    padding: 8px;
  }
  .top-sec-item-detail {
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 120px;
    border-radius: 0 6px 6px 0;
  }
  .top-sec-item-detail::before {
    border-radius: 0 6px 6px 0;
  }
  .top-sec-item-detail-ttl {
    font-size: 20px;
    text-align: left;
    margin: 0;
  }
  .top-sec-item-detail {
    padding: 20px;
  }
  .top-sec-item-ttlbox {
    margin: inherit;
  }
  .top-sec-item-detail-ttlsub {
    text-align: left;
    margin: inherit;
  }
  .top-sec-item-detail-txt {
    display: none;
  }
}


/* ヘッダー */

.header {
  position: absolute;
  top: 56px;
  right: 16px;
  left: 16px;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 400;
}

.header-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.header-box {
  width: 93.89%;
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .1);
  padding: 0 14px 0 24px;
  margin: 0 8px 0 0;
}

.header.is-open .header-box {
  background: transparent;
  box-shadow: none;
}

.header.is-fixed .header-box {
  opacity: 0;
  visibility: hidden;
}

.header-logo {
  position: relative;
  z-index: 300;
}

.header-logo a img {
  width: 120px;
}

.gnav {
  margin: 0 32px 0 auto;
}

.header-menu {
  display: flex;
}

.header.is-open .header-menu {
  display: none;
}

.header-menu-item+.header-menu-item {
  margin: 0 0 0 24px;
}

.header-menu-item>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 64px;
  font-weight: 700;
  text-decoration: none;
}

.header-menu-item>a:hover {
  color: #E03657;
}


.header-download {
  /*display: flex;
  align-items: center;*/
  margin-right: 20px;
}

.header-download {
  position: relative;
  z-index: 300;
}

.header-download a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #1A2792;
  background: #1A2792;
  text-decoration: none;
  padding: 0 15px;
}

.header-download a:hover {
  color: #1A2792;
  background: #fff;
}



.header-contact {
  position: relative;
  z-index: 300;
}

.header-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 116px;
  height: 36px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  border: 1px solid #E03657;
  background: #E03657;
  text-decoration: none;
}

.header-contact a:hover {
  color: #E03657;
  background: #fff;
}


/* ハンバーガーメニュー */

.hbg-box {
  margin-right: 64px;
}

.hbg-btn {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #F08300;
  box-shadow: 0 10px 20px rgb(0, 0, 0, .1);
  cursor: pointer;
  transition: .3s;
  z-index: 500;
}

.hbg-btn div {
  position: relative;
  width: 40px;
  height: 36px;
}

.hbg-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  transition: .3s;
}

.hbg-btn span:nth-of-type(2) {
  transform: translateY(4px);
}

.hbg-btn span:nth-of-type(3) {
  width: 20px;
  transform: translateY(8px);
  margin-right: 12px;
}

.hbg-btn-txt {
  position: absolute;
  bottom: -3px;
  width: 100%;
  font-size: 10px;
  color: #fff;
}

.hbg-btn.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.hbg-btn.active span:nth-of-type(2) {
  display: none;
}

.hbg-btn.active span:nth-of-type(3) {
  width: 24px;
  transform: translate(4px, 5px) rotate(-45deg);
}


/* ハンバーガーメニュー中身 */

.hbg-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}

.hbg-menu::-webkit-scrollbar {
  display: none;
}

.hbg-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.hbg-menu-head {
  display: flex;
  margin: 56px 104px;
}

.hbg-menu-inner {
  position: relative;
  width: 1100px;
  margin: 200px auto 72px;
}

.hbg-menu-box {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}

.hbg-menu-col {
  width: 30.91%;
}

.hbg-menu-col-ttl {
  border-bottom: 1px solid #EFEFEF;
}

.hbg-menu-col-ttl+.hbg-menu-col-ttl {
  margin: 40px 0 0;
}

.hbg-menu-col-ttl a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 8px;
  text-decoration: none;
}

.hbg-menu-col-ttl a i {
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #BA2947;
  background: #BA2947;
}

.hbg-menu-col-ttl a i::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.hbg-menu-col-ttl a i::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 5px;
  background-image: url(/sp/usize/assets/img/common/next-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.hbg-menu-col-ttl a:hover i::before {
  width: 100%;
  height: 100%;
}

.hbg-menu-col-ttl a:hover i::after {
  background-image: url(/sp/usize/assets/img/common/next-arrow-red.svg);
}

.hbg-menu-li {
  margin: 24px 0 0;
}

.hbg-menu-item+.hbg-menu-item {
  margin: 16px 0 0;
}

.hbg-menu-item a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  transition: .3s;
}

.hbg-menu-item a:hover {
  color: #E03657;
}

.hbg-menu-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.hbg-copyright {
  font-family: 'Verdana';
  font-size: 12px;
  color: rgba(114, 113, 113, .6);
}

.hbg-menu-bottom-nav {
  display: flex;
}

.hbg-menu-bottom-nav-item+.hbg-menu-bottom-nav-item {
  margin: 0 0 0 32px;
}

.hbg-menu-bottom-nav-item a {
  font-size: 14px;
  color: rgba(114, 113, 113, .6);
  text-decoration: none;
  transition: .3s;
}

.hbg-menu-bottom-nav-item a:hover {
  opacity: .7;
}

@media screen and (max-width: 1100px) {
  .gnav {
    margin-right: 24px;
  }
  .header-menu-item+.header-menu-item {
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: auto;
    top: 16px;
    z-index: 500;
  }
  .header-box {
    width: auto;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .hbg-menu-inner {
    width: auto;
    padding: 0 16px;
    margin: 125px auto;
  }
  .hbg-menu-box {
    display: block;
    margin: 0;
  }
  .hbg-menu-col {
    width: auto;
  }
  .hbg-menu-col-ttl-accordion {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #EFEFEF;
    padding: 16px 0;
  }
  .hbg-menu-col-ttl-accordion i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #E03657;
    transform: translateY(-50%);
  }
  .hbg-menu-col-ttl-accordion i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .hbg-menu-col-ttl-accordion i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .hbg-menu-col-ttl-accordion.is-open i::after {
    content: none;
  }
  .hbg-accordion-menu {
    display: none;
  }
  .hbg-menu-col-ttl-index a {
    display: block;
    position: relative;
    color: #727171;
    padding: 12px 0;
    text-decoration: none;
  }
  .hbg-menu-col-ttl-index a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 5px;
    background-image: url(/sp/usize/img/common/hbg-next-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hbg-menu-li {
    margin: 0;
  }
  .hbg-menu-item+.hbg-menu-item {
    border-top: 1px solid rgba(51, 51, 51, .1);
    margin: 0;
  }
  .hbg-menu-item a {
    position: relative;
    display: block;
    background: #EFEFEF;
    padding: 14px 40px 14px 14px;
  }
  .hbg-menu-item a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 5px;
    background-image: url(/sp/usize/img/common/hbg-next-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hbg-menu-col-ttl {
    padding: 16px 0;
  }
  .hbg-menu-col-ttl+.hbg-menu-col-ttl {
    margin: 0;
  }
  .hbg-menu-col-ttl a {
    padding: 0;
  }
  .hbg-menu-col-ttl a i {
    top: 50%;
    transform: translateY(-50%);
  }
  .hbg-menu-bottom {
    display: block;
    margin: 32px 0 0;
  }

  .hbg-menu-download-btn {
    margin: 0 0 30px;
  }
  .hbg-menu-download-btn a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    background: #1A2792;
    padding: 10px;
    text-decoration: none;
  }

  .hbg-menu-contact-btn {
    margin: 0 0 30px;
  }
  .hbg-menu-contact-btn a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 24px;
    background: #E03657;
    padding: 10px;
    text-decoration: none;
  }
  .hbg-menu-contact-btn a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 12px;
    background-image: url(/sp/usize/assets/img/common/icon-mail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 16px 0 0;
  }
  .hbg-menu-bottom-nav {
    display: block;
    margin: 0 0 30px;
  }
  .hbg-menu-bottom-nav-item+.hbg-menu-bottom-nav-item {
    margin: 16px 0 0;
  }
}


/* キービジュアル */

.kv {
  position: relative;
  min-height: 840px;
  padding: 200px 0 156px;
}

.kv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63.13vw;
  background: #2980C4;
  z-index: -5;
}

.kv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 50vw;
  background: #2980C4;
  z-index: -5;
}

.kv-wrap {
  width: 1264px;
  margin: 0 auto;
}

.kv-img {
  width: 740px;
}

.kv-data {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 200px;
  right: 16px;
  left: 16px;
  width: 1100px;
  margin: 0 auto;
}

.kv-data-box {
  width: 34.27%;
}

.kv-catch {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  letter-spacing: -.01em;
  margin: 0 0 32px;
}

.kv-awards-img {
  margin: 0 0 56px;
}

.kv-link-item {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.kv-link-item+.kv-link-item {
  margin: 32px 0 0;
}

.kv-link-item a {
  position: relative;
  display: block;
  padding: 0 0 12px;
  text-decoration: none;
}

.kv-link-item-ttl-en {
  position: relative;
  font-family: 'Lucida Grande';
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 18px;
}

.kv-link-item-ttl-en::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #BA2947;
}

.kv-link-item-ttl-ja {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.kv-link-item i {
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #BA2947;
  background: #BA2947;
}

.kv-link-item i::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.kv-link-item i::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 5px;
  background-image: url(/sp/usize/assets/img/common/next-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .kv-link-item a:hover i::before {
    width: 100%;
    height: 100%;
  }
  .kv-link-item a:hover i::after {
    background-image: url(/sp/usize/assets/img/common/next-arrow-red.svg);
  }
}

@media screen and (max-width: 767px) {
  .kv {
    min-height: inherit;
    padding: 125px 0 0;
  }
  .kv::before {
    top: auto;
    width: 100vw;
    height: 69.26%;
  }
  .kv::after {
    content: none;
  }
  .kv-wrap {
    width: auto;
  }
  .kv-img {
    width: auto;
    text-align: center;
    margin: 0 16px 32px;
  }
  .kv-data {
    position: static;
    width: auto;
  }
  .kv-data-box {
    width: 100%;
  }
  .kv-catch {
    font-size: 24px;
    letter-spacing: .05em;
    margin: 0 16px 32px;
  }
  .kv-awards-img {
    margin: 0 16px 48px;
  }
  .kv-link-li {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .6);
  }
  .kv-link-item {
    width: 50%;
    border-bottom: none;
  }
  .kv-link-item+.kv-link-item {
    border-left: 1px solid rgba(255, 255, 255, .6);
    margin: 0;
  }
  .kv-link-item a {
    text-align: center;
    padding: 15px;
  }
  .kv-link-item-ttl-ja {
    font-size: 14px;
    margin: 0 0 4px;
  }
  .kv-link-item i {
    position: static;
    width: 30px;
    height: 30px;
  }
}


/* スクロールダウン */

.scroll-down {
  position: absolute;
  top: 50%;
  left: 48px;
  height: 230px;
  transform: translateY(-50%);
}

.scroll-down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 230px;
  padding: 10px 10px 70px;
  overflow: hidden;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scroll-down a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 19px;
  width: 1px;
  height: 60px;
  background: #BBCCE9;
}

.scroll-down a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 19px;
  width: 1px;
  height: 60px;
  background: #1A2792;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* グリッドライン */

.glidLines {
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1100px;
  transform: translateX(-50%);
  z-index: -10;
}

.line {
  width: 1px;
  height: 100%;
  background: #EFEFEF;
  opacity: .5;
}


/* コンセプト */

.concept {
  padding: 120px 16px 0;
  margin: 0 0 116px;
}

.concept-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 24px;
}

.concept-txt {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .concept {
    padding: 56px 16px 0;
    margin: 0 0 56px;
  }
  .concept-ttl {
    margin: 0 0 16px;
  }
  .concept-txt {
    font-size: 14px;
    margin: 0 0 16px;
  }
}


/* 課題／目的から探す */

.purpose {
  position: relative;
  margin: 0 0 120px;
}

.purpose::before {
  content: "";
  position: absolute;
  top: -88px;
  right: -40px;
  width: 360px;
  height: 317px;
  background-image: url(/sp/usize/assets/img/top/purpose-illust.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.purpose .top-sec-inner {
  padding-left: 120px;
}

.purpose .top-sec-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  background: #EFEFEF;
  z-index: -5;
}

@media screen and (max-width: 767px) {
  .purpose {
    margin: 0 0 80px;
  }
  .purpose::before {
    content: none;
  }
  .purpose .top-sec-inner {
    padding: 40px 16px;
  }
  .purpose .top-sec-inner::before {
    right: 0;
  }
}


/* サービスから探す */

.service {
  position: relative;
  margin: 0 0 120px;
}

.service::before {
  content: "";
  position: absolute;
  top: -253px;
  left: 56px;
  width: 228px;
  height: 328px;
  background-image: url(/sp/usize/assets/img/top/service-illust.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.service .top-sec-inner {
  padding-right: 120px;
}

.service .top-sec-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -50vw;
  background: #EFEFEF;
  z-index: -5;
}

@media screen and (max-width: 1100px) {
  .service {
    margin: 0 16px 120px;
  }
  .service .top-sec-inner::before {
    right: -50vw;
  }
}

@media screen and (max-width: 767px) {
  .service {
    margin: 0 0 80px;
  }
  .service::before {
    content: none;
  }
  .service .top-sec-inner {
    padding: 40px 16px;
  }
}


/* 導入事例 */

.case {
  position: relative;
  margin: 0 0 120px;
}

.case-head {
  position: relative;
}

.case-slider-inner {
  width: 1100px;
  margin: 0 auto;
  /* overflow: visible; */
}

.case-slider {
  position: relative;
  padding: 0 0 56px;
  overflow: inherit;
}

.swiper-li a {
  position: relative;
  display: block;
}

.swiper-li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: #fff;
  content: "";
  border-radius: 10px;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.pagination {
  position: absolute;
  top: 120px;
  right: 16px;
  left: 16px;
  display: flex;
  justify-content: flex-end;
  max-width: 1100px;
  margin: 0 auto;
}

.swiper-button-prev {
  left: -50%;
}

.swiper-button-next {
  right: -50%;
}

.swiper-button-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #1A2792;
  box-sizing: border-box;
  margin: 0;
  top: 0;
  left: auto;
  cursor: pointer;
  transition: .3s;
}

.swiper-button-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #1A2792;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.swiper-button-prev:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(45deg);
  margin: 0 0 0 3px;
  transition: .3s;
}

.swiper-button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #1A2792;
  box-sizing: border-box;
  margin: 0 0 0 16px;
  top: 0;
  right: auto;
  cursor: pointer;
  transition: .3s;
}

.swiper-button-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #1A2792;
  transform: translate(-50%, -50%);
  transition: .3s;
}

.swiper-button-next:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  margin: 0 3px 0 0;
  transition: .3s;
}

.swiper-item {
  padding: 56px 0 0;
}

.swiper-li {
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.swiper-li a {
  display: block;
  height: 100%;
  border-radius: 6px;
  text-decoration: none;
}

.case-slider-img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 210px;
  border-radius: 6px 6px 0 0;
  background: #fff;
  padding: 0 32px;
}

.case-slider-img img {
  width: 276px;
}

.case-slider-data {
  position: relative;
  padding: 24px 32px;
}

.case-slider-data-inner {
  margin: 0 0 20px;
}

.case-cat {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.case-cat-item {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  border-radius: 18px;
  background: #727171;
  padding: 2px 20px;
  margin: 0 8px 4px 0;
}

.case-slider-ttl {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
}

.case-slider-sub-img {
  margin: 16px 0 0;
}

.case-slider-btn {
  position: relative;
  font-weight: 700;
  color: #727171;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 0 6px;
}

.case-slider-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 14px;
  height: 5px;
  background-image: url(/sp/usize/assets/img/common/next-arrow-red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: .3s;
}

.swiper-li a[href$=".pdf"] .case-slider-btn::before {
  width: 16px;
  height: 14px;
  background-image: url(/sp/usize/assets/img/common/icon-pdf-red.svg);
}

@media screen and (max-width: 1100px) {
  .sec-inner.btn-inner {
    width: auto;
    margin: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-li a:hover::before {
    opacity: 1;
    transform: scale(1.05);
    /* box-shadow: 0 30px 60px -8px rgb(0 5 30 / 15%); */
  }
  .swiper-button-prev:hover:before {
    width: 100%;
    height: 100%;
  }
  .swiper-button-prev:hover:after {
    border-color: #fff;
  }
  .swiper-button-next:hover:before {
    width: 100%;
    height: 100%;
  }
  .swiper-button-next:hover:after {
    border-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .case {
    margin: 0 0 80px;
  }
  .case-head {
    margin: 0 16px;
  }
  .case-slider-inner {
    width: auto;
  }
  .case-slider {
    padding: 0 0 16px;
  }
  .swiper-item {
    padding: 24px 0 0;
  }
  .pagination {
    position: static;
    justify-content: center;
    margin: 16px 0 24px;
  }
  .case .top-sec-btn {
    margin: 0 16px;
  }
}


/* 選ばれる理由 */

.reason {
  padding: 0 16px;
  margin: 0 0 120px;
}

.reason-inner {
  position: relative;
  padding: 0 0 104px;
}

.reason-inner::before {
  content: "";
  position: absolute;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  height: 68.09%;
  background: #2980C4;
  z-index: -5;
}

.reason-ttl {
  text-align: center;
  margin: 0 0 32px;
}

.reason-ttl span {
  display: inline-block;
}

.reason-ttl span[lang="en"] {
  position: relative;
  font-family: 'Lucida Grande';
  font-size: 14px;
  padding: 0 0 0 18px;
  margin: 0 0 24px;
}

.reason-ttl span[lang="en"]::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #E03657;
}

.reason-ttl span[lang="ja"] {
  display: block;
  font-size: 36px;
  font-weight: 700;
}

.reason-li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 56px;
}

.reason-item {
  width: 29.45%;
}

.reason-item-img {
  margin: 0 0 40px;
}

.reason-item-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 24px;
}

.reason-item-txt {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
}

.reason .top-sec-btn a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .reason {
    margin: 0 0 80px;
  }
  .reason-inner {
    padding: 0 0 48px;
  }
  .reason-inner::before {
    right: -16px;
    left: -16px;
    height: 88.09%;
  }
  .reason-ttl {
    margin: 0;
  }
  .reason-ttl span[lang="en"] {
    margin: 0 0 8px;
  }
  .reason-ttl span[lang="ja"] {
    font-size: 28px;
  }
  .reason-li {
    display: block;
    margin: -32px 0 24px;
  }
  .reason-item {
    width: auto;
  }
  .reason-item+.reason-item {
    margin: -16px 0 0;
  }
  .reason-item-img {
    margin: 0 0 -16px;
  }
  .reason-item-ttl {
    font-size: 20px;
    margin: 0 0 16px;
  }
}


/* お知らせ */

.news {
  padding: 0 16px;
  margin: 0 0 120px;
}

.news-tab-li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1E2;
}

.news-tab-item {
  width: 49.09%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 4px 4px 0 0;
  border: 1px solid #EFEFEF;
  border-top: 4px solid #EFEFEF;
  background: #EFEFEF;
  padding: 20px;
  cursor: pointer;
}

.news-tab-item.is-active {
  position: relative;
  color: #E03657;
  border-top: 4px solid #E03657;
  border-bottom: none;
  background: #fff;
}

.news-tab-item.is-active::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: #fff;
  z-index: 1;
}

.news-li {
  display: none;
}

.news-li.is-active {
  display: block;
}

.news-li ul {
  border-radius: 0 0 4px 4px;
  border: 1px solid #EFEFEF;
  border-top: none;
  background: #fff;
  padding: 32px;
  margin: 0 0 56px;
}

.news-item+.news-item {
  border-top: 1px solid #DFE1E2;
  padding: 30px 0 0;
  margin: 30px 0 0;
}

.news-item a {
  display: flex;
  text-decoration: none;
}

.news-cat {
  display: inline-block;
  min-width: 105px;
  height: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 2px 0 0;
}

.news-data {
  display: inline-block;
  color: #999;
  margin: 0 32px 0 16px;
}

.news-ttl {
  flex: 1;
}

.news-ttl span {
  font-size: 16px;
  background: linear-gradient(#333333, #333333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}

.news .ttl {
  margin: 0 0 56px;
}

@media screen and (min-width: 768px) {
  .news-item a:hover .news-ttl span {
    background-size: 100% 1px;
  }
}

@media screen and (max-width: 767px) {
  .news {
    margin: 0 0 40px;
  }
  .news-tab-item {
    font-size: 16px;
  }
  .news-li ul {
    padding: 24px 16px;
    margin: 0 0 24px;
  }
  .news-item+.news-item {
    padding: 16px 0 0;
    margin: 16px 0 0;
  }
  .news-item a {
    display: block;
  }
  .news-data {
    margin: 0 0 0 16px;
  }
  .news-ttl {
    margin: 10px 0 0;
  }
  .news-ttl span {
    font-size: 14px;
  }
}


/* おすすめ記事 */

.pickup {
  margin: 0 0 120px;
}

.pickup .ttl {
  margin: 0 0 56px;
}

.pickup-li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 56px;
}

.pickup-item {
  width: 22.27%;
  margin-left: 40px;
}

.pickup-item:nth-child(1) {
  margin-left: 0;
}

.pickup-item a {
  display: block;
  height: 100%;
  text-decoration: none;
}

.pickup-item-img {
  overflow: hidden;
  margin: 0 0 24px;
}

.pickup-item-img img {
  width: 100%;
  transition: .3s;
}

.pickup-item-ttl {
  margin: 0 0 12px;
}

.pickup-item-ttl span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  background: linear-gradient(#333333, #333333) 0 100%/0 1px no-repeat;
  transition: background .3s;
}

.pickup-cat {
  display: inline-block;
  min-width: 92px;
  height: 26px;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  background: #1a2792;
  margin: 0 0 8px;
}

@media screen and (min-width: 768px) {
  .pickup-item a:hover .pickup-item-img img {
    transform: scale(1.1);
  }
  .pickup-item a:hover .pickup-item-ttl span {
    background-size: 100% 1px;
  }
}

@media screen and (max-width: 767px) {
  .pickup {
    padding: 0 16px;
    margin: 0 0 40px;
  }
  .pickup-li {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 32px;
  }
  .pickup-item {
    width: 48.54%;
    margin-left: 0;
  }
  .pickup-item:nth-of-type(n+3) {
    margin: 24px 0 0;
  }
  .pickup-item-img {
    margin: 0 0 8px;
  }
  .pickup-item-ttl span {
    font-size: 14px;
  }
}


/* フッター */

.footer-contact {
  background: #EFEFEF;
  padding: 0 16px;
}

.footer-contact-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

.footer-contact-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: 0;
  background: #EFEFEF;
  z-index: -5;
}

.footer-contact-ttl {
  font-size: 30px;
  letter-spacing: -.05em;
  text-align: center;
  margin: 0 0 16px;
}

.footer-contact-txt {
  text-align: center;
  margin: 0 0 32px;
}

.footer-contact-btn {
  text-align: center;
}

.footer-contact-btn a {
  display: inline-block;
  width: 530px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 34px;
  border: 1px solid #E03657;
  background: #e03657;
  padding: 15px;
  text-decoration: none;
}

.footer-contact-btn a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 15px;
  background-image: url(/sp/usize/assets/img/common/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 24px 0 0;
  transition: .3s;
}

.footer-contact-tel {
  margin: 36px 0 0;
}

.footer-contact-tel-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 32px;
}

.footer-contact-tel-ttl {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.05em;
  margin: 0 40px 0 0;
}

.footer-contact-tel-detail-top {
  display: flex;
}

.footer-contact-tel-box+.footer-contact-tel-box {
  margin: 0 0 0 40px;
}

.footer-contact-tel-box-ttl {
  font-weight: 700;
  margin: 0 0 4px;
}

.footer-contact-tel-box a {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.05em;
  text-decoration: none;
  cursor: inherit;
}

.footer-contact-tel-box a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.footer-contact-tel-box:nth-of-type(1) a::before {
  background-image: url(/sp/usize/assets/img/common/icon-tel.svg);
}

.footer-contact-tel-box:nth-of-type(2) a::before {
  background-image: url(/sp/usize/assets/img/common/icon-phone.svg);
}

.tel-time {
  color: #727171;
}

.footer-contact-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 910px;
  background: #fff;
  padding: 28px 40px;
  margin: 0 auto;
}

.footer-contact-service-left {
  display: flex;
  align-items: center;
}

.footer-contact-service-icon {
  width: 73px;
  margin: 0 24px 0 0;
}

.footer-contact-service-txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.05em;
}

.footer-contact-service-btn a {
  display: inline-block;
  width: 300px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  border: 1px solid #1A2792;
  background: #1A2792;
  padding: 12px;
  text-decoration: none;
}

.footer-contact-service-btn a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url(/sp/usize/assets/img/common/icon-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 16px 0 0;
  transition: .3s;
}

.footer-sec-inner {
  width: 1100px;
  margin: 0 auto;
}

.footer-top {
  background: #2980c4;
  padding: 80px 16px;
}

.footer-top-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.footer-top-inner::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -50vw;
  bottom: -80px;
  left: -50vw;
  background: #2980c4;
  z-index: -5;
}

.footer-top-wrap {
  display: flex;
  justify-content: space-between;
  width: 71.27%;
}

.footer-top-box {
  width: 45.92%;
}

.footer-top-box dt {
  margin: 0 0 16px;
}

.footer-top-box dt a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
}

.footer-top-box dt a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

.footer-top-box dd li+li {
  margin: 8px 0 0;
}

.footer-top-box dd li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.footer-top-box dd li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

.footer-nav-box {
  position: relative;
  width: 25.09%;
  padding: 0 0 0 60px;
  box-sizing: border-box;
}

.footer-nav-box::before {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: 0;
  width: 1px;
  background: #fff;
  opacity: .1;
}

.footer-middle {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #2980c4;
  padding: 40px 16px;
}

.footer-middle-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-middle-inner::before {
  content: "";
  position: absolute;
  top: -41px;
  right: -50vw;
  bottom: -40px;
  left: -50vw;
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #2980c4;
  z-index: -5;
}

.footer-logo {
  width: 215px;
  margin: 0 0 24px;
}

.footer-nav {
  /* display: flex;
  align-items: center; */
}

.footer-nav-li+.footer-nav-li {
  margin: 16px 0 0;
}

.footer-nav-li a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.footer-nav-li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

.footer-bottom {
  background: #333;
  padding: 0 16px;
}

.footer-bottom-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  padding: 24px 0;
}

.footer-bottom-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -50vw;
  bottom: 0;
  left: -50vw;
  background: #333;
  z-index: -5;
}

.copyright {
  font-family: 'Lucida Grande';
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
}

.footer-bottom-nav {
  display: flex;
  align-items: center;
}

.footer-bottom-nav-item+.footer-bottom-nav-item {
  margin: 0 0 0 32px;
}

.footer-bottom-nav-item a {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, .6);
  text-decoration: none;
}

.footer-bottom-nav-item a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .6);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .3s;
}

@media screen and (min-width: 768px) {
  .footer-contact-btn a:hover {
    color: #E03657;
    background: #fff;
  }
  .footer-contact-btn a:hover::before {
    background-image: url(/sp/usize/assets/img/common/icon-mail-red.svg);
  }
  .footer-contact-service-btn a:hover {
    color: #1A2792;
    background: #fff;
  }
  .footer-contact-service-btn a:hover::before {
    background-image: url(/sp/usize/assets/img/common/icon-pdf-bl.svg);
  }
  .footer-top-box dt a:hover::before {
    transform: scale(1, 1);
  }
  .footer-top-box dd li a:hover::before {
    transform: scale(1, 1);
  }
  .footer-nav-li a:hover::before {
    transform: scale(1, 1);
  }
  .footer-bottom-nav-item a:hover::before {
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 767px) {
  .footer-contact-inner {
    width: auto;
    padding: 40px 0;
  }
  .footer-contact-ttl {
    font-size: 24px;
    margin: 0 0 8px;
  }
  .footer-contact-txt {
    margin: 0 0 20px;
  }
  .footer-contact-btn a {
    width: auto;
    display: block;
  }
  .footer-contact-tel {
    margin: 24px 0 0;
  }
  .footer-contact-tel-head {
    display: block;
    margin: 0 0 20px;
  }
  .footer-contact-tel-ttl {
    margin: 0 0 8px;
  }
  .footer-contact-tel-detail-top {
    display: block;
  }
  .footer-contact-tel-box+.footer-contact-tel-box {
    margin: 10px 0 0;
  }
  .footer-contact-tel-box-ttl {
    margin: 0;
  }
  .tel-time {
    line-height: 1.6;
    margin: 6px 0 0;
  }
  .footer-contact-service {
    display: block;
    padding: 24px 16px;
  }
  .footer-contact-service-left {
    display: block;
  }
  .footer-contact-service-icon {
    margin: 0 auto 16px;
  }
  .footer-contact-service-txt {
    text-align: center;
    margin: 0 0 8px;
  }
  .footer-contact-service-btn a {
    display: block;
    width: auto;
  }
  .footer-sec-inner {
    width: auto;
  }
  .footer-top {
    padding: 40px 16px 1px;
  }
  .footer-top-inner {
    display: block;
  }
  .footer-top-box {
    width: auto;
  }
  .footer-top-box dt {
    margin: 0 0 16px;
  }
  .footer-nav-box {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    padding: 0;
  }
  .footer-nav-box::before {
    content: none;
  }
  .footer-middle {
    border-top: none;
    padding: 0px 16px 24px;
  }
  .footer-middle-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-gnav {
    margin: 0 0 24px;
  }
  .footer-nav {
    display: block;
  }
  .footer-nav-li+.footer-nav-li {
    margin: 16px 0 0;
  }
  .footer-logo {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 24px 0 0;
  }
  .footer-logo::before {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    left: -16px;
    height: 1px;
    background: #fff;
    opacity: .1;
  }
  .footer-logo img {
    width: 215px;
  }
  .footer-bottom-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: auto;
    padding: 56px 0;
  }
  .copyright {
    width: 100%;
    text-align: center;
  }
  .footer-bottom-nav {
    display: block;
    margin: 0 0 24px;
  }
  .footer-bottom-nav-item+.footer-bottom-nav-item {
    margin: 16px 0 0;
  }
}


/* ページトップボタン */

.page-top-btn {
  display: none;
  position: fixed;
  right: 80px;
  bottom: 120px;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  z-index: 50;
}

.page-top-btn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #2980C4;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .page-top-btn a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 767px) {
  .page-top-btn {
    right: 16px;
    bottom: 64px;
  }
}


/* パンくず */

.breadcrumb {
  padding: 16px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  font-size: 13px;
}

.breadcrumb-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.breadcrumb li+li {
  position: relative;
  margin-left: 40px;
}

.breadcrumb li+li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -24px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #727171;
  border-right: 1px solid #727171;
  transform: rotate(45deg);
}

.breadcrumb a {
  font-size: 13px;
  color: #727171;
  text-decoration: none;
}

.breadcrumb span {
  font-size: 13px;
  color: #727171;
}

.mod-panel-layout {
  display: table;
  width: auto;
  /* overflow: hidden; */
  table-layout: fixed;
  word-spacing: -0.4em;
  box-sizing: border-box;
}

.mod-panel-layout>li {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 0;
    padding: 8px 16px;
    font-size: 10px;
  }
  .breadcrumb li+li {
    margin-left: 24px;
  }
  .breadcrumb li+li:before {
    top: 6px;
    left: -16px;
    width: 6px;
    height: 6px;
    border-width: 1px;
  }
}


.top-news {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
}
.top-news .top-sec-ttl {
  font-size: 24px;
  background: #EFEFEF;
  padding: 20px 40px;
  margin-bottom: 0;
  box-sizing: border-box;
  font-weight: 700;
  width: 19.090909090909093%;
}
.top-news .top-sec-ttl span[lang="ja"] {
  font-size: 24px;
}
.top-news .news-wrap {
  width: 80.9090909090909%;

}

.top-news .news-wrap .titem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-news .news-wrap .titem-deta {
  width: 30.042918454935624%;
}
.top-news .news-wrap .text {
  width: 69.95708154506438%;
}

.top-news .news-wrap .titem-deta{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-news .news-wrap .titem-deta .title{
  width: 56%;
  box-sizing: border-box;
  text-align: center;
}
.top-news .news-wrap .titem-deta .title strong{
  color: #fff;
  border-radius: 5em;
  display: inline-block;
  padding: .1em 2em;
}


.top-news .news-wrap .titem-deta .deta{
  width: 44%;
  box-sizing: border-box;
  color: #999999;
}


@media screen and (max-width: 767px) {
  .top-news {
    width: auto;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
  .top-news .top-sec-ttl {
    font-size: 24px;
    background: #EFEFEF;
    padding: 10px 16px;
    margin-bottom: 0;
    box-sizing: border-box;
    font-weight: 700;
    width: 100%;
  }
  .top-news .news-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .top-news .news-wrap .titem {
    display: block;
  }
  .top-news .news-wrap .titem-deta{
    display: flex;
    justify-content: start;
    margin-top: 10px;
    width: 100%;
  }
  .top-news .news-wrap .text {
    width: 100%;
    margin-top: 10px;
  }
  .top-news .news-wrap .titem-deta .title{
    width: auto;
  }
  .top-news .news-wrap .titem-deta .deta{
    width: auto;
    margin-left: 1em;
  }
}