@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  overflow-X: clip;
}
#main-visual .mv-slider {
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider {
    height: 80lvh;
    min-height: 480px;
  }
}
#main-visual .mv-slider::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
#main-visual .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-visual .mv-slider .slider-mv .swiper-img.__01 img {
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}
@keyframes zoomPan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main-visual .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-inner {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -1em;
  width: min(100%, 1770px);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner {
    width: 100.625rem;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner {
    width: calc(100% - 20px);
  }
}
#main-visual .mv-inner .mv-catch {
  width: 48.75rem;
  margin-right: -10%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch {
    width: 24em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch {
    margin-right: -6em;
  }
}
#main-visual .mv-inner .mv-catch .mv-catch-inner {
  width: 2.8em;
  font-size: 4.25rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch .mv-catch-inner {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch .mv-catch-inner {
    font-size: 2.25em;
  }
}
#main-visual .mv-inner .mv-catch .mv-catch-inner h2 {
  font-family: "Hina Mincho", serif;
  font-size: 1em;
  letter-spacing: 0.16em;
  line-height: 1.4em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#main-visual .mv-inner .mv-catch .mv-catch-inner h2 span.__2nd-line {
  margin-top: 1em;
}

.sec-about {
  overflow-x: clip;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner {
    margin-bottom: 4em;
  }
}
.sec-about .sec-inner .sec-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-about .sec-inner .sec-img.__top {
  align-items: flex-start;
}
.sec-about .sec-inner .sec-img.__bottom {
  align-items: flex-end;
}
.sec-about .sec-inner .sec-img .img-wrap {
  position: relative;
  z-index: 2;
}
.sec-about .sec-inner .sec-img .img-wrap::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background-image: url(../images/orange-light_white.png);
  background-size: cover;
}
.sec-about .sec-inner .sec-img .img-wrap.__01 {
  width: min(33.3333333333vw, 640px);
  aspect-ratio: 2/1;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-img .img-wrap.__01 {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-img .img-wrap.__01 {
    width: 46.6666666667vw;
    aspect-ratio: 3/2;
  }
}
.sec-about .sec-inner .sec-img .img-wrap.__01::before {
  top: 0;
  right: 0;
  margin-top: -20%;
  margin-right: -20%;
  width: 50%;
}
.sec-about .sec-inner .sec-img .img-wrap.__02 {
  width: min(25vw, 480px);
  aspect-ratio: 1/1;
  margin-top: 5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-img .img-wrap.__02 {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-img .img-wrap.__02 {
    margin-right: 1em;
  }
}
.sec-about .sec-inner .sec-img .img-wrap.__02::before {
  top: 0;
  right: 0;
  margin-top: -30%;
  margin-right: 10%;
  width: 80%;
}
.sec-about .sec-inner .sec-img .img-wrap.__03 {
  width: min(16.6666666667vw, 320px);
  aspect-ratio: 2/3;
  margin-top: -5rem;
  margin-left: 11.25rem;
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-img .img-wrap.__03 {
    width: 20vw;
    margin-top: -4em;
    margin-left: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-img .img-wrap.__03 {
    margin-left: 1em;
  }
}
.sec-about .sec-inner .sec-img .img-wrap.__03::before {
  bottom: 0;
  right: 0;
  margin-bottom: -40%;
  margin-right: -40%;
  width: 100%;
}
.sec-about .sec-inner .sec-img .img-wrap.__04 {
  width: min(12.5vw, 240px);
  aspect-ratio: 1/1;
  margin-right: 20rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-img .img-wrap.__04 {
    margin-bottom: -4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-img .img-wrap.__04 {
    width: 17.5vw;
    margin-right: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-img .img-wrap.__04 {
    width: 37.5vw;
    margin-right: 0;
  }
}
.sec-about .sec-inner .sec-img .img-wrap.__04::before {
  bottom: 0;
  right: 0;
  margin-bottom: -50%;
  margin-right: -40%;
  width: 120%;
}
.sec-about .sec-inner .sec-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 8px rgba(30, 30, 30, 0.2);
}
.sec-about .sec-inner .sec-catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 3.75rem;
  width: 6.6em;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-inner .sec-catch {
    font-size: 1.375em;
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about .sec-inner .sec-catch {
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-about .sec-inner .sec-catch {
    font-size: 1.25em;
    margin-top: 2em;
  }
}
.sec-about .sec-inner .sec-catch h2 {
  font-family: "Hina Mincho", serif;
  font-size: 1em;
  line-height: 2.2em;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.sec-about .sec-inner .sec-catch h2 span.__en {
  letter-spacing: 0;
  margin-top: -0.1em;
}
.sec-about .sec-inner .sec-catch h2 span.__en .__dot {
  display: inline-block;
  transform: translate(0.3em, -0.4em);
}

.sec-links .link-list ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul {
    display: block;
  }
}
.sec-links .link-list ul .link-list-item {
  position: relative;
  width: calc(50% - 1em);
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul .link-list-item {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-links .link-list ul .link-list-item a {
  height: 25rem;
  box-shadow: 4px 4px 8px rgba(30, 30, 30, 0.2);
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-list-item a {
    height: 20em;
  }
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul .link-list-item a {
    height: 16em;
  }
}
.sec-links .link-list ul .link-list-item a .item-img {
  width: 100%;
  height: 100%;
  overflow: clip;
}
.sec-links .link-list ul .link-list-item a .item-img::after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 0.48s ease;
}
.sec-links .link-list ul .link-list-item a .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: all 0.48s ease;
}
.sec-links .link-list ul .link-list-item a .item-content {
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-list-item a .item-content {
    padding: 1.25em 1.5em;
  }
}
.sec-links .link-list ul .link-list-item a .item-content .__arrow {
  width: 4rem;
}
@media screen and (max-width: 1199px) {
  .sec-links .link-list ul .link-list-item a .item-content .__arrow {
    width: 3.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-links .link-list ul .link-list-item a .item-content .__arrow {
    width: 3em;
    margin-bottom: -0.2em;
    margin-right: -0.2em;
  }
}
.sec-links .link-list ul .link-list-item a:hover .item-img::after {
  opacity: 0.6;
}
.sec-links .link-list ul .link-list-item a:hover .item-img img {
  transform: scale(1.04);
}

.sec-strength {
  color: #fff;
  background-image: url(../images/strength-bgimg.jpg);
  background-attachment: fixed;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .sec-strength {
    background-attachment: scroll;
  }
}
.sec-strength::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
}
.sec-strength .sec-ttl {
  width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-ttl {
    width: 20em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-ttl {
    margin-top: 1em;
  }
}
.sec-strength .sec-content {
  margin-top: 6.25rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-strength .sec-content {
    margin-top: 6em;
  }
}
@media screen and (max-width: 991px) {
  .sec-strength .sec-content {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-content {
    margin-top: 4em;
  }
}
.sec-strength .sec-content .strength-list ul {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 4em);
  margin-left: -2em;
}
@media screen and (max-width: 991px) {
  .sec-strength .sec-content .strength-list ul {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.sec-strength .sec-content .strength-list ul .strength-list-item {
  width: 33.3333333333%;
  padding: 0 2em;
  border-right: solid 1px #fff;
}
.sec-strength .sec-content .strength-list ul .strength-list-item:nth-of-type(3) {
  border-right: none;
}
@media screen and (max-width: 991px) {
  .sec-strength .sec-content .strength-list ul .strength-list-item {
    width: 100%;
    padding: 2em 0 3em;
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  .sec-strength .sec-content .strength-list ul .strength-list-item:nth-of-type(1) {
    border-top: solid 1px #fff;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .sec-content .strength-list ul .strength-list-item {
    padding: 1.6em 0 2em;
  }
}
.sec-strength .sec-content .strength-list ul .strength-list-item .item-content {
  margin-top: 2em;
}
.sec-strength .sec-content .strength-list ul .strength-list-item .item-content p {
  font-size: max(1.125rem, 1em);
  line-height: 2em;
}

.sec-news .sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner .sec-ttl .sec-ttl-inner {
    width: 2.65em;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-ttl .sec-ttl-inner {
    width: 2.275em;
  }
}
.sec-news .sec-inner .sec-content {
  width: calc(100% - 3.75rem - 10rem);
}
@media screen and (max-width: 1199px) {
  .sec-news .sec-inner .sec-content {
    width: calc(100% - 10em);
  }
}
@media screen and (max-width: 991px) {
  .sec-news .sec-inner .sec-content {
    width: 100%;
    margin-top: 4em;
  }
}
.sec-news .sec-inner .sec-content .news-list {
  max-height: 24em;
  padding-right: 3em;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-content .news-list {
    max-height: 36em;
    padding-right: 2em;
  }
}
.sec-news .sec-inner .sec-content .news-list {
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.sec-news .sec-inner .sec-content .news-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em 0;
  border-bottom: solid 1px #c7c3bf;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-content .news-list ul .news-list-item {
    display: block;
    padding: 2em 0;
  }
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item:nth-of-type(1) {
  padding-top: 0;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-content {
  width: calc(100% - 12em - 2em);
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-content {
    width: 100%;
  }
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-content .news-info span {
  font-size: 0.9em;
  letter-spacing: 0.04em;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-content .news-info span.__new {
  color: #d49653;
  margin-left: 1em;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-content .news-ttl h3 {
  font-weight: 700;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-content .news-ttl h3 {
    font-size: 1em;
  }
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-content .news-txt {
  margin-top: 1em;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-img {
  width: 12em;
  aspect-ratio: 4/3;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-img {
    width: max(80%, 160px);
    margin-top: 1em;
  }
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item .news-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-news .sec-inner .sec-content .news-list ul .news-list-item:not(:has(.news-img)) .news-content {
  width: 100%;
}/*# sourceMappingURL=index.css.map */