.u-fv {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-top: 150px;
}
.u-fv-img {
  height: 300px;
  overflow: hidden;
  margin-top: 1rem;
  position: relative;
  border-radius: 0.5rem 0 0 0.5rem;
}
.u-fv-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  animation: u-fv-img-anime 0.7s ease-in-out 0.5s alternate forwards;
}
@keyframes u-fv-img-anime {
  to {
    transform: translateX(100%);
  }
}
.u-fv-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-fv-titlewrap {
  width: fit-content;
}
.u-fv-title {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
  width: fit-content;
  font-style: italic;
}
.u-fv-title-inner {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.u-fv-title::before {
  content: "";
  background-color: #333d92;
  width: 10px;
  height: 100px;
}
.u-fv-title-en {
  font-size: 4rem;
}
.u-fv-title-ja {
  margin-left: 0.5rem;
}

/*u-section*/
.u-section-inner {
  width: 95%;
  margin: 4rem auto 0;
  max-width: 1200px;
}
.u-section-titlewrap {
  width: fit-content;
}
.u-section-title-inner {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.u-section-title {
  display: flex;
  align-items: center;
}
.u-section-title-en {
  font-size: 2.5rem;
  line-height: 1.3;
}
.u-section-title-ja {
  font-size: 1.1rem;
  line-height: 1;
}
.u-section-title::before {
  content: "";
  background-color: #333d92;
  width: 2px;
  height: 80px;
}

/*u-message*/
.u-company-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}
.u-company-table tr {
  border-top: 1px solid #d9d9d9;
}
.u-company-table tr:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}
.u-company-table th {
  width: 300px;
  text-align: left;
  padding: 1.5rem;
  font-size: 1.1rem;
  vertical-align: top;
}
.u-company-table td {
  padding: 1.5rem;
}
.u-message-contents {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
.u-message-textwrap {
  width: calc(100% - 450px);
  padding: 1rem;
}
.u-message-textwrap p {
  font-size: 1.1rem;
  line-height: 2;
}
.u-message-img {
  width: 500px;
  padding: 1rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.u-message-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0.5rem;
}
.top-name {
  text-align: right;
  margin-top: 1rem;
}
/*u-news*/
.u-news-contents {
  display: flex;
  flex-wrap: wrap;
}
.u-news-item {
  width: calc((100% - 4rem) / 2);
  display: flex;
  margin: 1rem;
}

.u-news-img {
  width: 450px;
}
.u-news-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.u-news-textwrap {
  padding: 0 1rem;
}
.u-news-title {
  font-size: 1.1rem;
}
.u-news-des {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.u-news-genre {
  margin-left: 1rem;
  border: 1px solid #aaa;
  border-radius: 999px;
  padding: 0.1rem 0.75rem;
  font-size: 0.8rem;
}
.u-news-text {
  margin-top: 1rem;
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*u-example*/
.u-example-contents {
  display: flex;
  flex-wrap: wrap;
}

.u-example-item {
  width: calc((100% - 6rem) / 3);
  margin: 1rem;
}
.u-example-img {
  height: 250px;
}
.u-example-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.u-example-des {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.u-example-genre {
  margin-left: 1rem;
  border: 1px solid #aaa;
  border-radius: 999px;
  padding: 0.1rem 0.75rem;
  font-size: 0.8rem;
}
.u-example-title {
  font-size: 1.1rem;
  margin-top: 1rem;
}

/*u-business*/
.u-business-item {
  display: flex;
}
.u-business-item + .u-business-item {
  margin-top: 3rem;
}
.u-business-item:nth-of-type(odd) img {
  border-radius: 0 0.5rem 0.5em 0;
}
.u-business-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.u-business-item:nth-of-type(even) img {
  border-radius: 0.5rem 0 0 0.5em;
}
.u-business-img {
  width: 50%;
  aspect-ratio: 1.3/1;
}
.u-business-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-business-textwrap {
  width: 50%;
  padding: 3rem;
}
.u-business-item-text {
  margin-top: 2rem;
}
.u-business-title {
  font-size: 1.75rem;
  border-left: 7px solid #333d92;
  padding-left: 1rem;
}
.u-business-subtitle {
  font-weight: bold;
  font-size: 1.2rem;
  margin-top: 1rem;
  color: #333d92;
}

.single-example-title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #717171;
  font-size: 1.55rem;
}
.u-example-single-contents {
  margin-top: 3rem;
}
/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
.u-example-single-contents img {
  width: 100%;
  height: 100%;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
  object-fit: cover;
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 auto;
  aspect-ratio: 1.7 / 1;
  width: 100%;
  max-width: 800px;
}
.gallery .slick-slide,
.slick-list {
  height: 100%;
}

.gallery li {
  list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.u-example-single-contents .slick-prev,
.u-example-single-contents .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.u-example-single-contents .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.u-example-single-contents .slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn {
  margin: 2rem auto 0;
  max-width: 800px;
}
.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  list-style: none;
  width: 100%;
  aspect-ratio: 1.4 / 1;
}

.choice-btn li img {
  opacity: 0.4; /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}

/*single-post*/
.u-news-single-contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.u-news-single-title {
  border-bottom: 1px solid #717171;
  font-size: 1.55rem;
}
.u-news-single-genre-date {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.u-news-single-genre {
  border: 1px solid #000;
  background-color: #000000;
  color: #fff;
  padding: 0 1rem;
  border-radius: 999rem;
  margin-left: 1rem;
}
.u-news-single-textwrap {
  margin-top: 3rem;
}

.u-news-single-img {
  height: 400px;
  width: 100%;
  margin: 2rem 0;
}
.u-news-single-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

/*u-intro*/
.u-intro-contents {
  display: flex;
  flex-wrap: wrap;
}
.u-intro-item {
  width: calc((100% - 6rem) / 3);
  margin: 1rem;
}

.u-intro-img {
  width: 100%;
  aspect-ratio: 1 / 1.3;
  position: relative;
}
.u-intro-img::before {
  content: attr(data-num);
  font-weight: bold;
  text-transform: capitalize;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  display: block;
  font-family: "Nothing You Could Do", cursive;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%) rotateZ(-7deg);
  width: 100%;
  text-align: center;
  color: #333d92;
  text-shadow: 1.5px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff,
    1.5px -1.5px 0 #fff, 0px 1.5px 0 #fff, 0 -1.5px 0 #fff, -1.5px 0 0 #fff,
    1.5px 0 0 #fff;
}
.u-intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.u-intro-textwrap {
  margin-top: 1rem;
  text-align: center;
}
.u-intro-post {
  font-size: 1.1rem;
}
.u-intro-item-title {
  font-size: 1.75rem;
}

/*u-business-des*/
.u-business-des-top {
  padding-top: 0;
}
.u-business-box-lists {
  display: flex;
}
.u-business-box-item {
  width: calc((100% - 6rem) / 3);
  margin: 1rem;
}
.u-business-box-img {
  width: 100%;
}
.u-business-box-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.u-business-box-item h3 {
  text-align: center;
  margin-top: 1rem;
}
