@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap");
.top-mv {
  position: fixed;
  width: 100%;
  z-index: -10;
}
@media screen and (min-width: 1228px) {
  .top-mv {
    height: calc(100vh - 11rem);
  }
}
@media screen and (max-width: 1227px) {
  .top-mv {
    height: calc(100vh - 6.8rem);
  }
}
.top-mv-slider li {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1228px) {
  .top-mv-slider li {
    height: calc(100vh - 11rem);
  }
}
@media screen and (max-width: 1227px) {
  .top-mv-slider li {
    height: calc(100vh - 6.8rem);
  }
}
@media screen and (min-width: 768px) {
  .top-mv-slider li.kv2 {
    background-image: url(../images/top/kv_04.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-mv-slider li.kv2 {
    background-image: url(../images/top/kv_04_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-mv-slider li.kv3 {
    background-image: url(../images/top/kv_03.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-mv-slider li.kv3 {
    background-image: url(../images/top/kv_03_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-mv-slider li.kv4 {
    background-image: url(../images/top/kv_02.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-mv-slider li.kv4 {
    background-image: url(../images/top/kv_02_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-cc {
    padding: 10rem 0;
  }
}
@media screen and (min-width: 1228px) {
  .top-cc {
    padding: 8vw 0;
  }
}
@media screen and (max-width: 767px) {
  .top-cc {
    padding: 60px 0;
  }
}
.top-cc-title > picture {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1228px) {
  .top-cc-title > picture:nth-child(1) {
    width: 99.8rem;
  }
}
@media screen and (min-width: 1250px) {
  .top-cc-title > picture:nth-child(1) {
    width: 79.84vw;
  }
}
@media screen and (max-width: 1227px) {
  .top-cc-title > picture:nth-child(1) {
    width: calc(100% - 60px);
    max-width: 998px;
  }
}
@media screen and (max-width: 767px) {
  .top-cc-title > picture:nth-child(1) {
    max-width: 630px;
  }
}
@media screen and (min-width: 768px) {
  .top-cc-title > picture:nth-child(2) {
    width: 50.4rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1250px) {
  .top-cc-title > picture:nth-child(2) {
    width: 40.32vw;
    margin-top: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .top-cc-title > picture:nth-child(2) {
    width: calc(100% - 60px);
    max-width: 630px;
    margin-top: 40px;
  }
}
.top-cc-title > picture > img {
  width: 100%;
  height: auto;
}
.top-cc-list {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-cc-list {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1250px) {
  .top-cc-list {
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .top-cc-list {
    margin-top: 80px;
  }
}
.top-cc-list > li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .top-cc-list > li {
    width: 24rem;
  }
}
@media screen and (min-width: 1250px) {
  .top-cc-list > li {
    width: 19.2vw;
  }
}
@media screen and (max-width: 767px) {
  .top-cc-list > li {
    width: 44vw;
    max-width: 240px;
  }
}
@media screen and (min-width: 768px) {
  .top-cc-list > li + li {
    margin-left: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-cc-list > li + li {
    margin-left: 15px;
  }
}
.top-cc-list > li.contact > a {
  color: #002855;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-cc-list > li.contact > a:hover {
    color: #ffffff;
    background-color: #002855;
  }
}
.top-cc-list > li.download > a {
  color: #ffffff;
  background-color: #FF8200;
}
@media screen and (min-width: 768px) {
  .top-cc-list > li.download > a:hover {
    color: #FF8200;
    background-color: #ffffff;
  }
}
.top-cc-list > li > a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  font-weight: 700;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .top-cc-list > li > a {
    font-size: 1.4rem;
    padding: 1rem 0;
    border-width: 0.2rem;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 1250px) {
  .top-cc-list > li > a {
    font-size: 1.12vw;
    padding: 0.8vw 0;
    border-width: 0.16vw;
  }
}
@media screen and (max-width: 767px) {
  .top-cc-list > li > a {
    font-size: 14px;
    padding: 10px 0;
    border-width: 2px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  .top-cc-list > li > a:hover {
    opacity: unset;
    text-decoration: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-case .top-section-title {
    padding-left: 15px;
  }
}
.top-case-slider .slick-slide {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-case-slider .slick-slide {
    width: 39.9rem;
    margin-right: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider .slick-slide {
    width: 345px;
    margin-right: 1px;
  }
}
.top-case-slider li > a {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a:hover {
    opacity: unset;
    text-decoration: unset;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  }
}
.top-case-slider li > a .slide-image {
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a .slide-image {
    margin-bottom: 2rem;
    padding-bottom: 22.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-image {
    width: 36%;
    padding-bottom: 20.2%;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-image {
    margin-bottom: 10px;
    padding-bottom: 55.5%;
  }
}
.top-case-slider li > a .slide-title {
  font-weight: 700;
  color: #313131;
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a .slide-title {
    min-height: 10.4rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-title {
    width: 61%;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-title {
    box-sizing: border-box;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.top-case-slider li > a .slide-tag {
  text-align: right;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a .slide-tag {
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-tag {
    margin-top: 4px;
  }
}
.top-case-slider li > a .slide-tag > li {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a .slide-tag > li {
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-tag > li {
    margin-top: 4px;
    margin-left: 4px;
  }
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a .slide-tag {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-tag {
    margin-top: -4px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .top-case-slider li > a .slide-tag > li {
    min-width: 6.4rem;
    font-size: 1.2rem;
    padding: 0.6rem 0.8rem;
    border-radius: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider li > a .slide-tag > li {
    min-width: 64px;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
  }
}
.top-case-slider li > a .slide-tag > li.technologies {
  background-color: #00BFB3;
}
.top-case-slider li > a .slide-tag > li.produces {
  background-color: #C6858F;
}
.top-case-slider-wrap {
  position: relative;
}
.top-case-slider-wrap .next,
.top-case-slider-wrap .prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  background-color: rgba(0, 40, 85, 0.7);
  transform: translateY(-50%);
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .top-case-slider-wrap .next,
  .top-case-slider-wrap .prev {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-slider-wrap .next,
  .top-case-slider-wrap .prev {
    width: 5rem;
    height: 5rem;
  }
}
.top-case-slider-wrap .next:hover,
.top-case-slider-wrap .prev:hover {
  background-color: rgba(0, 40, 85, 0.9);
}
.top-case-slider-wrap .next:before,
.top-case-slider-wrap .prev:before {
  content: "";
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_arrow_bottom-white.svg);
  background-size: 2.4rem auto;
  background-position: center center;
}
.top-case-slider-wrap .prev {
  left: 0;
}
.top-case-slider-wrap .prev:before {
  transform: rotate(90deg);
}
.top-case-slider-wrap .next {
  right: 0;
}
.top-case-slider-wrap .next:before {
  transform: rotate(-90deg);
}
.top-case-button {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-case-button {
    max-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-button {
    width: 100%;
    max-width: 305px;
  }
}
.top-case-button > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 2em 1em 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: unset;
  color: #002855;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-case-button > a {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 2rem;
    padding: 2.4rem 2.8rem 2.4rem 2rem;
    border: solid 0.1rem;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-button > a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    padding: 10px 28px 10px 10px;
    border: solid 1px;
    border-radius: 8px;
  }
}
.top-case-button > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_arrow_bottom-navy.svg);
  background-size: cover;
  background-position: center center;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .top-case-button > a:hover {
    opacity: unset;
    text-decoration: unset;
    color: #ffffff;
    background-color: #002855;
  }
}
@media screen and (min-width: 768px) {
  .top-case-button > a:hover:after {
    background-image: url(../images/common/icon_arrow_bottom-white.svg);
  }
}
@media screen and (min-width: 768px) {
  .top-case-button.to-top > a {
    padding: 2.4rem 2rem 2.4rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-button.to-top > a {
    padding: 19px 10px 19px 28px;
  }
}
.top-case-button.to-top > a:after {
  right: unset;
  left: 0.75em;
}
.top-case-button > a {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .top-case-button > a {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-case-button > a {
    line-height: 38px;
    margin-top: 20px;
  }
}
.top-division-list {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-division-list {
    flex-wrap: wrap;
    width: calc(100% - 30px);
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -0.1rem;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list {
    width: 119.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list {
    flex-direction: column;
  }
}
.top-division-list .technologies-title {
  display: flex;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-title {
    width: calc(25% - 0.1rem);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-title {
    width: 100%;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-title {
    align-items: center;
    font-size: 2.2rem;
    text-align: center;
    color: #ffffff;
    background-color: #002855;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #002855;
  }
}
.top-division-list .technologies-title > span {
  display: inline-block;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-title > span {
    width: 100%;
    text-align: center;
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-title > span {
    line-height: 30px;
    background-position: center left;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-title > span {
    padding-top: 9.8rem;
    background-size: auto 7.8rem;
    background-image: url(../images/top/icon_01.png);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-title > span {
    padding-left: 40px;
    background-size: 30px auto;
    background-image: url(../images/top/icon_01_sp.png);
  }
}
.top-division-list .technologies-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item {
    width: calc(25% - 0.1rem);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item {
    width: 100%;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item.number-1 {
    background-image: url(../images/top/pic_01.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item.number-1 {
    background-image: url(../images/top/pic_01_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item.number-2 {
    background-image: url(../images/top/pic_02.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item.number-2 {
    background-image: url(../images/top/pic_02_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item.number-3 {
    background-image: url(../images/top/pic_03.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item.number-3 {
    background-image: url(../images/top/pic_03_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item.number-4 {
    background-image: url(../images/top/pic_04.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item.number-4 {
    background-image: url(../images/top/pic_04_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item.number-5 {
    background-image: url(../images/top/pic_05.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item.number-5 {
    background-image: url(../images/top/pic_05_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item.number-6 {
    background-image: url(../images/top/pic_06.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item.number-6 {
    background-image: url(../images/top/pic_06_sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item.number-7 {
    background-image: url(../images/top/pic_07.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item.number-7 {
    background-image: url(../images/top/pic_07_sp.jpg);
  }
}
.top-division-list .technologies-item > a {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item > a {
    background-color: rgba(0, 40, 85, 0.5);
    align-content: space-between;
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2.6rem;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list .technologies-item > a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item > a {
    position: relative;
    font-size: 18px;
    padding: 0 40px 0 15px;
    background-color: rgba(0, 40, 85, 0.7);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item > a:hover {
    text-decoration: unset;
    opacity: unset;
    background-color: rgba(0, 40, 85, 0.9);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item > a {
    aspect-ratio: 1/1.406;
  }
}
.top-division-list .technologies-item > a .item-number {
  box-sizing: border-box;
  line-height: 1;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item > a .item-number {
    width: 100%;
    font-size: 6.52vw;
    -webkit-text-stroke: 0.1rem #fff;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list .technologies-item > a .item-number {
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item > a .item-number {
    width: 70px;
    font-size: 50px;
    line-height: 120px;
    -webkit-text-stroke: 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item > a .item-number:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../images/common/icon_arrow_bottom-white.svg);
    background-size: cover;
    background-position: center center;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.top-division-list .technologies-item > a .item-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item > a .item-title {
    line-height: 2.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list .technologies-item > a .item-title {
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item > a .item-title {
    position: absolute;
    bottom: calc(50% + 10px);
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item > a .item-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2rem;
    display: block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-image: url(../images/common/icon_arrow_bottom-white.svg);
    background-size: cover;
    background-position: center center;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item > a .item-title {
    left: 85px;
    max-width: calc(100% - 125px);
  }
}
.top-division-list .technologies-item > a .item-text {
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-division-list .technologies-item > a .item-text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list .technologies-item > a .item-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item > a .item-text {
    position: absolute;
    top: 50%;
    height: 36px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .technologies-item > a .item-text {
    left: 85px;
    max-width: calc(100% - 125px);
  }
}
.top-division-list .produces-title {
  display: flex;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-title {
    width: calc(25% - 0.1rem);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-title {
    width: 100%;
    margin-bottom: 1px;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-title {
    align-items: center;
    font-size: 2.2rem;
    text-align: center;
    color: #ffffff;
    background-color: #002855;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #002855;
  }
}
.top-division-list .produces-title > span {
  display: inline-block;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-title > span {
    width: 100%;
    text-align: center;
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-title > span {
    line-height: 30px;
    background-position: center left;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-title {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-title > span {
    padding-top: 8.5rem;
    background-size: auto 6.5rem;
    background-image: url(../images/top/icon_02.png);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-title > span {
    padding-left: 40px;
    background-size: 30px auto;
    background-image: url(../images/top/icon_02_sp.png);
  }
}
.top-division-list .produces-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item {
    width: calc(75% - 0.1rem);
    background-image: url(../images/top/pic_08.jpg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item {
    width: 100%;
    background-image: url(../images/top/pic_08_sp.jpg);
  }
}
.top-division-list .produces-item > a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item > a {
    background-color: rgba(0, 40, 85, 0.5);
    align-content: space-between;
    font-size: 1.6rem;
    padding-left: 2rem;
    padding-right: 2.6rem;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list .produces-item > a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item > a {
    position: relative;
    font-size: 18px;
    padding: 0 40px 0 15px;
    background-color: rgba(0, 40, 85, 0.7);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item > a:hover {
    text-decoration: unset;
    opacity: unset;
    background-color: rgba(0, 40, 85, 0.9);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item > a {
    align-content: unset;
    align-items: center;
    height: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item > a {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url(../images/common/icon_arrow_bottom-white.svg);
    background-size: cover;
    background-position: center center;
    transform: translateY(-50%) rotate(-90deg);
  }
}
.top-division-list .produces-item > a .item-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item > a .item-title {
    line-height: 2.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list .produces-item > a .item-title {
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item > a .item-title {
    position: absolute;
    bottom: calc(50% + 10px);
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item > a .item-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2rem;
    display: block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-image: url(../images/common/icon_arrow_bottom-white.svg);
    background-size: cover;
    background-position: center center;
    transform: translateY(-50%) rotate(-90deg);
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item > a .item-title {
    max-width: calc(100% - 55px);
  }
}
.top-division-list .produces-item > a .item-text {
  box-sizing: border-box;
  width: 100%;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item > a .item-text {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 1228px) {
  .top-division-list .produces-item > a .item-text {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item > a .item-text {
    position: absolute;
    top: 50%;
    height: 36px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) {
  .top-division-list .produces-item > a .item-text {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list .produces-item > a .item-text {
    max-width: calc(100% - 55px);
  }
}
@media screen and (min-width: 768px) {
  .top-division-list + .top-division-list {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-division-list + .top-division-list {
    margin-top: 40px;
  }
}
.top-in-house-product-list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .top-in-house-product-list {
    justify-content: space-between;
    width: 100%;
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1228px) {
  .top-in-house-product-list {
    width: 119.8rem;
    max-width: unset;
    padding: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-in-house-product-list {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .top-in-house-product-list > li {
    width: 47%;
    max-width: 564px;
  }
}
@media screen and (min-width: 1228px) {
  .top-in-house-product-list > li {
    width: 56.4rem;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-in-house-product-list > li {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .top-in-house-product-list > li:last-of-type {
    margin-bottom: unset;
  }
}
.top-in-house-product-list > li > a > img {
  width: 100%;
}
.top-news {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-news {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-news-wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-news-wrap {
    width: calc(100% - 30px);
    max-width: 998px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 4rem 4rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1228px) {
  .top-news-wrap {
    width: 99.8rem;
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .top-news-wrap {
    padding: 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
.top-news-title {
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-news-title {
    width: 15.8rem;
    font-size: 3rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-title {
    width: 100%;
    font-size: 30px;
  }
}
.top-news-title > em {
  box-sizing: border-box;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-news-title > em {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-title > em {
    display: inline-block;
    font-size: 12px;
    margin-left: 1em;
    line-height: 30px;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list {
    width: calc(100% - 15.8rem);
  }
}
@media screen and (max-width: 767px) {
  .top-news-list {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list > li {
    border-bottom: solid 0.1rem #EAEAEA;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list > li {
    width: 100%;
    border-bottom: solid 1px #EAEAEA;
  }
}
.top-news-list > li:last-of-type {
  border-bottom: unset;
}
.top-news-list > li > a {
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-news-list > li > a {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list > li > a {
    width: 100%;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list > li > a:hover {
    text-decoration: unset;
  }
}
.top-news-list-date {
  color: #313131;
}
@media screen and (min-width: 768px) {
  .top-news-list-date {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list-date {
    font-size: 14px;
    line-height: 20px;
  }
}
.top-news-list-tag {
  font-weight: 700;
  color: #97999B;
}
@media screen and (min-width: 768px) {
  .top-news-list-tag {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list-tag {
    font-size: 12px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list-tag:first-of-type {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list-tag:first-of-type {
    padding-left: 15px;
  }
}
.top-news-list-title {
  font-weight: 700;
  color: #313131;
}
.top-news-list-button {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-news-list-button {
    max-width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list-button {
    width: 100%;
    max-width: 305px;
  }
}
.top-news-list-button > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 1em 2em 1em 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: unset;
  color: #002855;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-news-list-button > a {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 2rem;
    padding: 2.4rem 2.8rem 2.4rem 2rem;
    border: solid 0.1rem;
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list-button > a {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    padding: 10px 28px 10px 10px;
    border: solid 1px;
    border-radius: 8px;
  }
}
.top-news-list-button > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_arrow_bottom-navy.svg);
  background-size: cover;
  background-position: center center;
  transform: translateY(-50%) rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .top-news-list-button > a:hover {
    opacity: unset;
    text-decoration: unset;
    color: #ffffff;
    background-color: #002855;
  }
}
@media screen and (min-width: 768px) {
  .top-news-list-button > a:hover:after {
    background-image: url(../images/common/icon_arrow_bottom-white.svg);
  }
}
@media screen and (min-width: 768px) {
  .top-news-list-button.to-top > a {
    padding: 2.4rem 2rem 2.4rem 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news-list-button.to-top > a {
    padding: 19px 10px 19px 28px;
  }
}
.top-news-list-button.to-top > a:after {
  right: unset;
  left: 0.75em;
}
.top-news-list-button > a {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .top-news-list-button > a {
    line-height: 38px;
  }
}
.top-news-list-button-wrap {
  width: 100%;
}
.top-mc {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .top-mc {
    padding-top: 12rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mc {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.top-mc:after, .top-mc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 100%;
  border-left: solid 1px #EAEAEA;
  border-right: solid 1px #EAEAEA;
  transform: translateX(-50%);
}
.top-mc:before {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top-mc:before {
    width: calc(100% - 28px);
  }
}
@media screen and (min-width: 768px) {
  .top-mc:before {
    width: calc(100% - 2.8rem);
    max-width: 120rem;
  }
}
@media screen and (min-width: 1228px) {
  .top-mc:before {
    width: 120rem;
  }
}
@media screen and (max-width: 1227px) {
  .top-mc:after {
    width: 32.6vw;
  }
}
@media screen and (min-width: 1228px) {
  .top-mc:after {
    width: 39.8rem;
  }
}
.top-mc .top-section {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top-mc .top-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-section {
  background-color: rgba(242, 239, 239, 0.7);
}
@media screen and (min-width: 768px) {
  .top-section {
    margin-top: 3.2rem;
    margin-bottom: 12rem;
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section {
    margin-top: 18px;
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.top-section-title {
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: italic;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-section-title {
    font-size: 6rem;
    margin-bottom: 2.2rem;
    text-align: center;
    transform: translateY(-3.2rem);
  }
}
@media screen and (max-width: 767px) {
  .top-section-title {
    font-size: 40px;
    margin-bottom: 22px;
    text-align: left;
    transform: translateY(-18px);
  }
}
.top-section-title > em {
  display: block;
  box-sizing: border-box;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-section-title > em {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section-title > em {
    font-size: 14px;
    margin-top: 10px;
  }
}
.top-section.top-case {
  margin-bottom: unset;
  background-color: rgba(0, 40, 85, 0.7);
}
.top-section.top-case > .top-section-title {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .policy .mc-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .policy .mc-section {
    padding-top: 40px;
  }
}
.policy-table td {
  text-align: center;
}
.policy-table-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .policy-table-wrap {
    max-width: 79.2rem;
  }
}

.support-section {
  position: relative;
}
@media screen and (min-width: 768px) {
  .support-section {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: solid 0.1rem #e2e2e2;
  }
}
@media screen and (max-width: 767px) {
  .support-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e2e2e2;
  }
}
.support-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  transform-origin: top center;
  transform: rotate(45deg) translateY(50%);
}
@media screen and (min-width: 768px) {
  .support-section:after {
    width: 2rem;
    height: 2rem;
    border-right: solid 0.1rem #313131;
    border-bottom: solid 0.1rem #313131;
  }
}
@media screen and (max-width: 767px) {
  .support-section:after {
    width: 14px;
    height: 14px;
    border-right: solid 1px #313131;
    border-bottom: solid 1px #313131;
  }
}
.support-section:last-of-type {
  border-bottom: unset;
}
.support-section:last-of-type:after {
  content: unset;
}

@media screen and (min-width: 768px) {
  .in-house-proudct .mc-section {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-proudct .mc-section {
    padding-top: 40px;
  }
}
.in-house-proudct-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .in-house-proudct-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-proudct-list {
    justify-content: unset;
    flex-direction: column;
    margin-top: 20px;
  }
}
.in-house-proudct-list > li {
  display: flex;
}
@media screen and (min-width: 1228px) {
  .in-house-proudct-list > li {
    width: 44.8rem;
  }
}
@media screen and (max-width: 1227px) {
  .in-house-proudct-list > li {
    width: 44.89%;
    max-width: 448px;
  }
}
@media screen and (max-width: 767px) {
  .in-house-proudct-list > li {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .in-house-proudct-list > li:first-of-type {
    margin-top: unset;
  }
}
.in-house-proudct-list > li > a {
  color: #313131;
}
@media screen and (min-width: 768px) {
  .in-house-proudct-list > li > a {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-proudct-list > li > a {
    padding-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
.in-house-proudct-list > li > a:hover {
  text-decoration: unset;
  opacity: unset;
}
@media screen and (min-width: 768px) {
  .in-house-proudct-list > li > a:hover {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  }
}
.in-house-proudct-list > li > a img {
  width: 100%;
  height: auto;
}
.in-house-proudct-list > li > a h2 {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .in-house-proudct-list > li > a h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-proudct-list > li > a h2 {
    font-size: 18px;
    margin-top: 15px;
    padding: 0 15px;
  }
}
.in-house-proudct-list > li > a h2.external {
  position: relative;
}
.in-house-proudct-list > li > a h2.external:after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 0;
  left: 0;
  transform: translateY(0.1em);
  width: 1.6em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  background-image: url("../images/common/icon_external.svg");
}
@media screen and (min-width: 768px) {
  .in-house-proudct-list > li > a p {
    margin-top: 1rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .in-house-proudct-list > li > a p {
    margin-top: 8px;
    padding: 0 16px;
  }
}
