@charset "UTF-8";
html {
  zoom: 0 !important;
}

body {
  width: 100% !important;
}

.uspass {
  width: 100%;
  min-width: 0 !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
  color: #4c4c4c;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .uspass {
    font-size: 14px;
  }
}
.uspass .en {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1;
}
.uspass .serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.uspass * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.uspass a {
  text-decoration: none;
  transition: all 0.7s;
}
.uspass a:hover {
  text-decoration: none;
}
.uspass img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.uspass .wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .uspass .wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .uspass .pconly {
    display: none;
  }
}
.uspass .sponly {
  display: none;
}
@media screen and (max-width: 600px) {
  .uspass .sponly {
    display: block;
  }
}

.uspass .main {
  position: relative;
}
.uspass .main h1 {
  margin: 0 auto;
  width: 130px;
  float: none;
  position: absolute;
  z-index: 10;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uspass .main h1 img.logo {
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .uspass .main h1 {
    width: 170px;
    height: 170px;
  }
  .uspass .main h1 img.logo {
    width: 96px;
  }
}
.uspass .main .images {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.55;
}
.uspass .main .images .img {
  width: 25%;
  padding-top: 14%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .uspass .main .images .img {
    width: 33.33%;
    padding-top: 19%;
  }
}
.uspass .main .images .img img {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.uspass .main .images .img.sp1 img {
  animation: anime 12s 0s infinite;
}
.uspass .main .images .img.sp1 img:nth-of-type(2) {
  animation-delay: 6s;
}
.uspass .main .images .img.sp2 img {
  animation: anime 14s 0s infinite;
}
.uspass .main .images .img.sp2 img:nth-of-type(2) {
  animation-delay: 7s;
}
.uspass .main .images .img.sp3 img {
  animation: anime 13s 0s infinite;
}
.uspass .main .images .img.sp3 img:nth-of-type(2) {
  animation-delay: 6.5s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
.uspass .about {
  padding: 80px 0 90px;
  background-image: url(../images/top-left.png), url(../images/top-right.png), url(../images/bottom-left.png), url(../images/bottom-right.png);
  background-position: top -200px left, top -50px right, bottom -90px left, bottom -130px right;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 746px auto, 457px auto, 672px auto, 812px auto;
}
@media screen and (max-width: 900px) {
  .uspass .about {
    padding: 50px 0 50px;
    background-position: top -110px left -50px, top -50px right, bottom -50px left -50px, bottom -80px right -50px;
    background-size: 376px auto, 228px auto, 336px auto, 406px auto;
  }
}
.uspass .about .title {
  font-size: 60px;
  color: #001e55;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .uspass .about .title {
    font-size: 50px;
  }
}
.uspass .about p {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .uspass .about p {
    margin-top: 20px;
  }
}
.uspass .about img {
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .uspass .about img {
    width: 140px;
    margin-top: 20px;
  }
}
.uspass a.btn {
  color: #fff;
  font-size: 19px;
  width: 350px;
  padding: 10px 0;
  border-radius: 5px;
  margin: 40px auto 0;
  background: #001e55;
  display: block;
  outline: 1px solid #001e55;
}
@media screen and (max-width: 900px) {
  .uspass a.btn {
    width: 95%;
    margin: 30px auto 0;
    font-size: 16px;
  }
}
.uspass a.btn:hover {
  background: #fff;
  color: #001e55;
}
.uspass a.btnb {
  color: #001e55;
  font-size: 19px;
  width: 350px;
  padding: 10px 0;
  border-radius: 5px;
  margin: 30px auto 0;
  background: #fff;
  display: block;
  outline: 1px solid #001e55;
}
@media screen and (max-width: 900px) {
  .uspass a.btnb {
    width: 95%;
    margin: 20px auto 0;
    font-size: 16px;
  }
}
.uspass a.btnb:hover {
  background: #001e55;
  color: #fff;
}
.uspass .news {
  background-color: #001e55;
  background-image: url(../images/bg-news.jpg);
  padding: 90px 0 100px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .uspass .news {
    padding: 40px 0 40px;
  }
}
.uspass .news .title {
  font-size: 50px;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .uspass .news .title {
    font-size: 40px;
  }
}
.uspass .news .disp-pc {
  margin: 50px auto 0;
}
.uspass .news .disp-pc p {
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .uspass .news .disp-pc p {
    font-size: 14px;
    margin-top: 12px;
  }
}
.uspass .news .disp-sp {
  margin: 25px auto 0;
}
.uspass .anchor {
  position: sticky;
  top: 90px;
  background: #fff;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .uspass .anchor {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .uspass .anchor .wrap {
    padding: 0;
  }
}
.uspass .anchor .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.uspass .anchor .links a:first-child {
  color: #052667;
}
.uspass .anchor .links a:nth-child(2) {
  color: #006239;
}
.uspass .anchor .links a:nth-child(3) {
  color: #e1006e;
}
.uspass .anchor .links a:nth-child(4) {
  color: #008cc9;
}
.uspass .anchor .links a:nth-child(5) {
  color: #f39800;
}
.uspass .anchor .links a:nth-child(6) {
  color: #192350;
}
.uspass .anchor .links a:nth-child(7) {
  color: #666666;
}
.uspass .anchor .links a:last-child {
  color: #052667;
}
.uspass .anchor .links a {
  width: 12.5%;
  padding: 28px 0;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.uspass .anchor .links a img {
  margin-right: 4px;
}
@media screen and (max-width: 900px) {
  .uspass .anchor .links a {
    font-size: 14px;
    width: 25%;
    flex-direction: column;
    padding: 6px 0;
    justify-content: center;
    align-items: center;
  }
  .uspass .anchor .links a img {
    margin-right: 0;
    margin-bottom: 2px;
    width: auto;
    max-height: 14px;
  }
  .uspass .anchor .links a + a {
    border-left: 1px solid #d6d6d6;
  }
  .uspass .anchor .links a:nth-child(5) {
    border-left: none;
  }
  .uspass .anchor .links a:nth-child(n+5) {
    border-top: 1px solid #d6d6d6;
  }
}
.uspass .content {
  padding: 110px 0 100px;
  overflow: hidden;
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  .uspass .content {
    padding: 50px 0 50px;
  }
}
.uspass .content h2 {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .uspass .content h2 {
    font-size: 30px;
  }
}
.uspass .content h2 .en {
  font-size: 35px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 900px) {
  .uspass .content h2 .en {
    font-size: 30px;
  }
}
.uspass .content h2::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.uspass .content h2 + p {
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .uspass .content h2 + p {
    font-size: 15px;
    margin-top: 12px;
  }
}
.uspass .content .slides a {
  color: #4c4c4c;
  text-align: left;
}
.uspass .content .slides .swiper-slide {
  color: #4c4c4c;
  text-align: left;
  letter-spacing: 0.04em;
}
.uspass .content .slides .swiper-slide .img {
  position: relative;
}
.uspass .content .slides .swiper-slide .img .credit {
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .uspass .content .slides .swiper-slide .img .credit {
    bottom: 6px;
    right: 6px;
    font-size: 10px;
  }
}
.uspass .content .slides .swiper-slide .img .credit img {
  width: auto;
  height: 14px;
  display: inline;
  vertical-align: 0;
}
@media screen and (max-width: 900px) {
  .uspass .content .slides .swiper-slide .img .credit img {
    height: 12px;
  }
}
.uspass .content .slides .swiper-slide .title {
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .uspass .content .slides .swiper-slide .title {
    font-size: 14px;
    margin-top: 8px;
  }
}
.uspass .content .slides .swiper-slide .text {
  margin-top: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .uspass .content .slides .swiper-slide .text {
    font-size: 12px;
    margin-top: 4px;
  }
}
.uspass #environment {
  background-color: #c1d9cf;
  background-image: url(../images/bg-env.jpg);
}
@media screen and (max-width: 900px) {
  .uspass #environment {
    margin-top: 0;
  }
}
.uspass #environment h2 {
  color: #006239;
}
.uspass #environment h2::before {
  background-image: url(../images/icon-env.png);
  width: 51px;
  height: 37px;
  top: -5px;
  left: -25px;
}
@media screen and (max-width: 900px) {
  .uspass #environment h2::before {
    width: 40px;
    left: -14px;
  }
}
.uspass #environment .swiper-pagination-bullet {
  background: #006239;
}
.uspass #human {
  background-color: #fad7e8;
  background-image: url(../images/bg-hum.jpg);
}
.uspass #human h2 {
  color: #e1006e;
}
.uspass #human h2::before {
  background-image: url(../images/icon-hum.png);
  width: 43px;
  height: 40px;
  top: -5px;
  right: -10px;
}
@media screen and (max-width: 900px) {
  .uspass #human h2::before {
    width: 32px;
    right: 2px;
  }
}
.uspass #human .swiper-pagination-bullet {
  background: #e1006e;
}
.uspass #health {
  background-color: #c2e4f3;
  background-image: url(../images/bg-hea.jpg);
}
.uspass #health h2 {
  color: #008cc9;
}
.uspass #health h2::before {
  background-image: url(../images/icon-hea.png);
  width: 45px;
  height: 44px;
  top: -5px;
  left: -52px;
}
@media screen and (max-width: 900px) {
  .uspass #health h2::before {
    width: 36px;
    left: -35px;
    top: -2px;
  }
}
.uspass #health .swiper-pagination-bullet {
  background: #008cc9;
}
.uspass #education {
  background-color: #fbddaa;
  background-image: url(../images/bg-edu.jpg);
}
.uspass #education h2 {
  color: #f39800;
}
.uspass #education h2::before {
  background-image: url(../images/icon-edu.png);
  width: 51px;
  height: 34px;
  top: -5px;
  right: -42px;
}
@media screen and (max-width: 900px) {
  .uspass #education h2::before {
    width: 40px;
    right: -28px;
    top: 0;
  }
}
.uspass #education .swiper-pagination-bullet {
  background: #f39800;
}
.uspass #community {
  background-color: #d0d2db;
  background-image: url(../images/bg-com.jpg);
}
.uspass #community h2 {
  color: #192350;
}
.uspass #community h2::before {
  background-image: url(../images/icon-com.png);
  width: 41px;
  height: 39px;
  top: -5px;
  left: -22px;
}
@media screen and (max-width: 900px) {
  .uspass #community h2::before {
    width: 30px;
    left: -8px;
    top: -2px;
  }
}
.uspass #community .swiper-pagination-bullet {
  background: #192350;
}
.uspass #other {
  background-color: #fcfcfc;
  background-image: url(../images/bg-oth.jpg);
}
.uspass #other h2 {
  color: #001e55;
}
.uspass #other .swiper-pagination-bullet {
  background: #001e55;
}
.uspass .slides {
  margin: 40px auto;
}
@media screen and (max-width: 900px) {
  .uspass .slides {
    margin: 20px auto;
  }
}
.uspass .slides .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
  overflow: hidden;
}
.uspass .slides .swiper-slide-duplicate.disabled,
.uspass .slides .swiper-pagination.disabled {
  display: none;
}
.uspass .slides .swiper-slide img {
  max-width: 575px;
  width: 100%;
  height: auto;
}
.uspass .slides .swiper-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.uspass .slides .swiper-pagination {
  bottom: -60px;
}
@media screen and (max-width: 900px) {
  .uspass .slides .swiper-pagination {
    bottom: -40px;
  }
}
.uspass .slides .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
@media screen and (max-width: 900px) {
  .uspass .slides .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}
.uspass .main-about h1 {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  transform: none;
  top: 0;
  left: 0;
}
.uspass .main-about h1 img.about-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .uspass .main-about h1 img.about-tit {
    width: 65%;
    max-width: 340px;
  }
}
.uspass .main-about h1 img.about-img {
  width: 100%;
  height: auto;
}
.uspass .about-about {
  overflow: hidden;
  background-image: url(../images/top-right.png), url(../images/bottom-left.png);
  background-position: top -60px right, bottom -110px left;
  background-repeat: no-repeat, no-repeat;
  background-size: 457px auto, 672px auto;
}
@media screen and (max-width: 900px) {
  .uspass .about-about {
    background-position: top -50px right, bottom -60px left -50px;
    background-size: 228px auto, 336px auto;
  }
}
.uspass .about-about p:first-of-type {
  margin-top: 0;
}
.uspass .about-about .title {
  font-size: 35px;
  letter-spacing: 0.02em;
  margin-top: 60px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .uspass .about-about .title {
    font-size: 25px;
    margin-top: 30px;
  }
}
.uspass .about-about .images-about {
  display: flex;
  height: 200px;
  animation: loop-slide 20s infinite linear 1s both;
  margin-top: 50px;
}
.uspass .about-about .images-about img {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .uspass .about-about .images-about {
    height: 100px;
    margin-top: 30px;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.uspass .about-each {
  background-color: #001e55;
  background-image: url(../images/bg-news.jpg);
  padding: 100px 0 120px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .uspass .about-each {
    padding: 50px 0 55px;
  }
}
.uspass .about-each .title {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .title {
    font-size: 26px;
  }
}
.uspass .about-each .items {
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .items {
    margin: 30px auto 0;
  }
}
.uspass .about-each .items > div {
  margin: 0 25px;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .items > div {
    margin: 0 6px;
  }
}
.uspass .about-each .items > div p {
  font-size: 20px;
  line-height: 1;
  margin-top: 14px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .items > div p {
    font-size: 14px;
    margin-top: 8px;
  }
}
.uspass .about-each .items + p {
  margin: 50px auto 0;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .items + p {
    margin: 30px auto 0;
  }
}
.uspass .about-each .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
.uspass .about-each .description .item {
  width: 50%;
  padding: 0 20px;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .description .item {
    margin-top: 30px;
  }
}
.uspass .about-each .description .item .name {
  font-size: 34px;
  letter-spacing: 0.06em;
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .description .item .name {
    font-size: 22px;
  }
}
.uspass .about-each .description .item .name::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  width: 116%;
  left: 50%;
  transform: translateX(-50%);
  height: 14px;
  z-index: -1;
  bottom: -6px;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .description .item .name::before {
    height: 11px;
  }
}
.uspass .about-each .description .item .text {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .uspass .about-each .description .item .text {
    margin-top: 10px;
    line-height: 1.6;
    text-align: left;
    font-size: 13px;
  }
  .uspass .about-each .description .item .text br {
    display: none;
  }
}
.uspass .about-each .description .item:nth-child(1) .name::before {
  background: #006239;
}
.uspass .about-each .description .item:nth-child(2) .name::before {
  background: #e1006e;
}
.uspass .about-each .description .item:nth-child(3) .name::before {
  background: #008cc9;
}
.uspass .about-each .description .item:nth-child(4) .name::before {
  background: #f39800;
}
.uspass .about-each .description .item:nth-child(5) .name::before {
  background: #192350;
}
.uspass .about-last {
  padding: 100px 0 100px;
}
@media screen and (max-width: 900px) {
  .uspass .about-last {
    padding: 45px 0 50px;
  }
}
.uspass .about-last .title {
  font-size: 35px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .uspass .about-last .title {
    font-size: 25px;
    line-height: 1.3;
  }
}
.uspass .news-btm #news-area {
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .uspass .news-btm #news-area {
    margin: 25px auto 0;
  }
}
.uspass .news-btm #news-area .head-area {
  display: none;
}
.uspass .news-btm #news-area .body-area .news-content li .text-contents {
  z-index: 0;
  text-align: left;
  line-height: 1.5;
}
.uspass .news-btm #news-area .body-area {
  margin: 0 auto;
}
.uspass .news-btm .moreBtn a {
  color: #001e55;
  font-size: 19px;
  width: 350px;
  padding: 10px 0;
  border-radius: 5px;
  margin: 40px auto 0;
  background: #fff;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.4 !important;
}
@media screen and (max-width: 900px) {
  .uspass .news-btm .moreBtn a {
    width: 95%;
    margin: 20px auto 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .uspass .news-btm #news-area .body-area .news-content li {
    width: 100%;
    margin: 20px auto 0;
  }
  .uspass .news-btm .moreBtn {
    padding: 0;
  }
}