@charset "UTF-8";
/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  #main-visual {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    padding-top: 12lvh;
  }
}
#main-visual .__texture-bgimg {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75vw;
  aspect-ratio: 3/1;
}
#main-visual .mv-inner {
  position: relative;
  z-index: 2;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner {
    padding-bottom: 0;
  }
}
#main-visual .mv-inner .mv-slider {
  width: 75vw;
  height: 37.5vw;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-slider {
    height: 468px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-slider {
    width: calc(100% - 40px);
    height: 35lvh;
  }
}
#main-visual .mv-inner .mv-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5.2083333333vw;
  width: 45.8333333333vw;
  height: calc(100% - 5.2083333333vw);
  background-color: #1f497d;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-slider::before {
    margin-top: 65px;
    height: calc(100% - 65px);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-slider::before {
    width: 100%;
  }
}
#main-visual .mv-inner .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-inner .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomPan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main-visual .mv-inner .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-inner .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-inner .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-inner .mv-catch {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4.6875vw;
  width: calc(100% - 9.375vw);
  color: #fff;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch {
    margin-top: 65px;
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-catch {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch {
    position: relative;
    margin-top: -24px;
    width: calc(100% - 40px);
  }
}
#main-visual .mv-inner .mv-catch h2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch h2 {
    display: block;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 {
    margin-bottom: 8lvh;
  }
}
#main-visual .mv-inner .mv-catch h2 span.__jp {
  font-size: min(5.2083333333vw, 140px);
  font-family: "Shippori Mincho B1", serif;
  line-height: 1em;
}
@media screen and (max-width: 1599px) {
  #main-visual .mv-inner .mv-catch h2 span.__jp {
    font-size: 5.7291666667vw;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch h2 span.__jp {
    font-size: 71.5px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 span.__jp {
    font-size: min(11.75vw, 48px);
  }
}
#main-visual .mv-inner .mv-catch h2 span.__en {
  display: block;
  flex-shrink: 0;
  font-size: 2.5rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch h2 span.__en {
    text-align: end;
    font-size: 1.75em;
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 span.__en {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -2em;
    text-align: start;
    font-size: min(4.75vw, 1.5em);
  }
}
#main-visual .mv-inner .mv-catch p {
  font-size: 0.9em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch p {
    font-size: 0.95em;
  }
}
#main-visual .mv-inner .mv-txt {
  position: relative;
  z-index: 2;
  width: calc(100% - 45.8333333333vw);
  margin-left: auto;
  margin-top: 2em;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-txt {
    margin-top: 3em;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-txt {
    background-color: #fff;
    width: 100%;
    padding: 2em 20px;
  }
}
#main-visual .mv-inner .mv-txt p {
  width: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  font-family: "Shippori Mincho B1", serif;
}

.sec-instagram {
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-instagram {
    margin-top: 78px;
  }
}
@media screen and (max-width: 767px) {
  .sec-instagram {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
.sec-instagram .__texture-bgimg {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 991px) {
  .sec-instagram .__texture-bgimg {
    aspect-ratio: initial;
    width: calc(100% - 80px);
  }
}
.sec-instagram .sec-content {
  margin-top: 4.8em;
}
@media screen and (max-width: 767px) {
  .sec-instagram .sec-content {
    margin-top: 3em;
  }
}
.sec-instagram .sec-content .tagcolle-xscroll-arrows {
  display: none !important;
}

.sec-service {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
  margin-top: 13.75rem;
  margin-bottom: 7.5rem;
  color: #fff;
  background-color: #1f497d;
}
@media screen and (max-width: 1199px) {
  .sec-service {
    padding-top: 65px;
    padding-bottom: 78px;
    margin-top: 143px;
    margin-bottom: 91px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service {
    margin-bottom: 90px;
  }
}
.sec-service .sec-inner .img-wrap {
  margin-top: -12.5rem;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-inner .img-wrap {
    margin-top: -130px;
    height: auto;
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sec-inner .img-wrap {
    aspect-ratio: 3/2;
  }
}
.sec-service .sec-inner .img-wrap img {
  -o-object-position: left top;
     object-position: left top;
}
.sec-service .sec-inner .txt-wrap .sec-ttl h2 {
  color: #fff;
}
.sec-service .sec-inner .txt-wrap .__linkbtn {
  margin-left: auto;
  margin-bottom: -12.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-inner .txt-wrap .__linkbtn {
    margin-bottom: -140px;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sec-inner .txt-wrap .__linkbtn {
    margin-right: auto;
    margin-bottom: -120px;
  }
}

.sec-construction {
  padding-top: 8.75rem;
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .sec-construction {
    padding-top: 91px;
  }
}
@media screen and (max-width: 767px) {
  .sec-construction {
    padding-top: 80px;
  }
}
.sec-construction .__texture-bgimg {
  top: 0;
  left: 0;
  width: 50%;
  height: 48.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-construction .__texture-bgimg {
    height: 507px;
  }
}
.sec-construction .sec-ttl h2 .__ttltxt {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.sec-construction .sec-ttl h2 .__ttltxt span.__en {
  font-size: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-construction .sec-ttl h2 .__ttltxt span.__en {
    font-size: 104px;
  }
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-ttl h2 .__ttltxt span.__en {
    font-size: min(11.75vw, 56px);
  }
}
.sec-construction .sec-ttl h2 .__ttltxt span.__jp {
  display: block;
  margin: 0;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-ttl h2 .__ttltxt span.__jp {
    margin-top: 1.6em;
  }
}
.sec-construction .sec-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-txt {
    margin-top: 3em;
  }
}
.sec-construction .sec-txt p {
  line-height: 2em;
  letter-spacing: 0.2em;
}
.sec-construction .sec-content {
  margin-top: 4.8em;
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-content {
    margin-top: 2.4em;
  }
}
.sec-construction .sec-content .slider-wrap {
  position: relative;
}
.sec-construction .sec-content .slider-wrap .construction-slider {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sec-construction .sec-content .slider-wrap .construction-slider {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide a {
  width: 100%;
  opacity: 1;
  transition: all 0.4s ease;
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide a .slide-img .img-wrap img {
  transform: scale(1.01);
  transition: all 0.48s ease;
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.6;
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide a:hover .slide-img .img-wrap img {
  transform: scale(1.1);
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  background-color: #acb4be;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-img .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: clip;
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-img .__cate-label {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-img .__cate-label {
    width: 104px;
  }
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-content .slide-txt {
  margin-top: 1em;
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-content .slide-txt h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-content .slide-txt h3 {
    font-size: 1.25em;
  }
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-content .slide-txt p {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-content .slide-txt p {
    font-size: 0.95em;
  }
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-content .slide-link {
  margin-top: 3em;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #c7c7c7;
}
.sec-construction .sec-content .slider-wrap .construction-slider .swiper-wrapper .swiper-slide .slide-content .slide-link span {
  display: block;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.sec-construction .sec-content .slider-wrap .swiper-button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc((99.375rem - 60px) / 3 / 3 * 2);
}
@media screen and (max-width: 1199px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-wrap {
    height: calc((99.375rem - 20px) / 2 / 3 * 2);
  }
}
@media screen and (max-width: 1199px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-wrap {
    height: calc((114.3125rem - 80px - 20px) / 2 / 3 * 2);
  }
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-wrap {
    height: calc((114.3125rem - 40px - 40px) / 3 * 2);
  }
}
.sec-construction .sec-content .slider-wrap .swiper-button-next,
.sec-construction .sec-content .slider-wrap .swiper-button-prev {
  margin-top: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
  transition: all 0.48s ease;
}
@media screen and (max-width: 991px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-next,
  .sec-construction .sec-content .slider-wrap .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-next,
  .sec-construction .sec-content .slider-wrap .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
.sec-construction .sec-content .slider-wrap .swiper-button-next::after,
.sec-construction .sec-content .slider-wrap .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 992px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-next:hover,
  .sec-construction .sec-content .slider-wrap .swiper-button-prev:hover {
    box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.2);
    transform: translateY(-50%) scale(1.1);
  }
}
.sec-construction .sec-content .slider-wrap .swiper-button-next {
  right: -40px;
}
@media screen and (max-width: 991px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-next {
    right: -10px;
  }
}
.sec-construction .sec-content .slider-wrap .swiper-button-next::after {
  background-image: url(../images/arrow-right_dark02.png);
  margin-left: 3px;
}
.sec-construction .sec-content .slider-wrap .swiper-button-prev {
  left: -40px;
}
@media screen and (max-width: 991px) {
  .sec-construction .sec-content .slider-wrap .swiper-button-prev {
    left: -10px;
  }
}
.sec-construction .sec-content .slider-wrap .swiper-button-prev::after {
  background-image: url(../images/arrow-left_dark02.png);
  margin-right: 3px;
}
.sec-construction .sec-content .slider-wrap .swiper-pagination {
  bottom: -3em;
}
@media screen and (max-width: 1199px) {
  .sec-construction .sec-content .slider-wrap .swiper-pagination {
    bottom: -3.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-content .slider-wrap .swiper-pagination {
    bottom: -2.4em;
  }
}
.sec-construction .sec-content .slider-wrap .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #333;
}
.sec-construction .sec-link {
  margin-top: 4.8em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-construction .sec-link {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-link {
    margin-top: 6em;
  }
}
.sec-construction .sec-link .__linkbtn {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-construction .sec-link .__linkbtn {
    margin-right: auto;
  }
}

.sec-feature {
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
  margin-bottom: 13.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature {
    background-color: #f2f3f5;
    padding-top: 65px;
    padding-bottom: 78px;
    margin-top: 117px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature {
    margin-top: 140px;
    margin-bottom: 72px;
  }
}
.sec-feature::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 66.6666666667%;
  height: 100%;
  background-color: #f2f3f5;
}
@media screen and (max-width: 1199px) {
  .sec-feature::before {
    display: none;
  }
}
.sec-feature .sec-inner {
  height: auto;
  min-height: 33.125rem;
}
.sec-feature .sec-inner .img-wrap {
  left: initial;
  right: 0;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-inner .img-wrap {
    margin-top: -130px;
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-inner .img-wrap {
    aspect-ratio: 3/2;
  }
}
.sec-feature .sec-inner .txt-wrap {
  margin-left: 0;
  padding-top: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-inner .txt-wrap {
    padding-top: 0;
    margin-top: 3em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-inner .txt-wrap .sec-ttl h2 .__ttltxt {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-inner .txt-wrap .sec-ttl h2 .__ttltxt {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sec-feature .sec-inner .txt-wrap .sec-ttl h2 .__ttltxt span.__jp {
  margin-left: 0;
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-inner .txt-wrap .sec-ttl h2 .__ttltxt span.__jp {
    margin-right: 0;
  }
}
.sec-feature .sec-inner .txt-wrap .sec-txt {
  margin-left: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .sec-feature .sec-inner .txt-wrap .sec-txt {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .sec-inner .txt-wrap .sec-txt {
    margin-top: 3em;
    padding-bottom: 4em;
  }
}
.sec-feature .__linkbtn {
  margin: 0 auto;
  margin-bottom: -12.5rem;
  padding-top: 4em;
}
@media screen and (max-width: 1199px) {
  .sec-feature .__linkbtn {
    margin-right: 0;
    margin-bottom: -140px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-feature .__linkbtn {
    margin-right: auto;
    margin-bottom: -120px;
  }
}

.sec-information {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1199px) {
  .sec-information {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-information {
    padding-bottom: 80px;
  }
}
.sec-information .__texture-bgimg {
  top: 0;
  right: 0;
  width: 50%;
  height: 32.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-information .__texture-bgimg {
    height: 720px;
  }
}
.sec-information .sec-content {
  display: flex;
  justify-content: space-between;
  margin-top: 4.8em;
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content {
    margin-top: 3em;
  }
}
.sec-information .sec-content .cate-list {
  width: 12em;
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content .cate-list {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content .cate-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-information .sec-content .cate-list ul .cate-list-item {
  cursor: pointer;
  background-color: #acb4be;
  width: 100%;
  font-size: 0.9em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  opacity: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content .cate-list ul .cate-list-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .sec-information .sec-content .cate-list ul .cate-list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .cate-list ul .cate-list-item {
    width: 100%;
    margin-right: 0;
    font-size: 0.95em;
  }
}
@media screen and (min-width: 992px) {
  .sec-information .sec-content .cate-list ul .cate-list-item:hover {
    opacity: 0.6;
  }
}
.sec-information .sec-content .cate-list ul .cate-list-item.__current {
  pointer-events: none;
  background-color: #2d588c;
}
.sec-information .sec-content .info-list-wrap {
  position: relative;
  width: calc(100% - 12em - 80px);
  height: 36em;
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content .info-list-wrap {
    width: 100%;
    height: 40em;
    margin-top: 1em;
  }
}
.sec-information .sec-content .info-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-right: 30px;
  overflow-y: scroll;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.sec-information .sec-content .info-list.__visible {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.sec-information .sec-content .info-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari 対応 */
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list {
    padding-right: 20px;
  }
}
.sec-information .sec-content .info-list ul .info-list-item {
  margin: 2em 0;
  padding: 3em;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 10px rgba(190, 190, 190, 0.2);
}
.sec-information .sec-content .info-list ul .info-list-item:nth-of-type(1) {
  margin-top: 0;
}
.sec-information .sec-content .info-list ul .info-list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list ul .info-list-item {
    padding: 4em 6.25rem;
  }
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner .info-data {
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner .info-data {
    margin-bottom: 1.6em;
  }
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner .info-data span.__new {
  color: #c22a27;
  font-size: 0.9em;
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner .info-data span.__new {
    font-size: 0.95em;
  }
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner .info-data span.__date {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner .info-data span.__date {
    font-size: 0.95em;
  }
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner .info-data span.__cate-label {
  background-color: #2d588c;
  padding-right: 2em;
  padding-left: 2em;
  margin-left: 2em;
  flex-shrink: 0;
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.25em;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner h3 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner h3 {
    font-size: 1.25em;
    margin-top: 0.6em;
  }
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner .info-content {
  font-size: 0.9em;
  line-height: 2em;
  letter-spacing: 0.2em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner .info-content {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner .info-content {
    font-size: 0.95em;
    margin-top: 1.6em;
  }
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner .info-link .__linkbtn {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner .info-link .__linkbtn {
    margin-top: 2.4em;
  }
}
.sec-information .sec-content .info-list ul .info-list-item .info-inner .info-link .__linkbtn a {
  font-size: 0.9em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .sec-information .sec-content .info-list ul .info-list-item .info-inner .info-link .__linkbtn a {
    font-size: 0.95em;
  }
}/*# sourceMappingURL=index.css.map */