/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  z-index: 2;
  background-color: #f5f4f2;
  width: 100%;
  overflow: clip;
}
#page-ttl .pgttl-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-bg {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-bg {
    width: 100px;
  }
}
#page-ttl .pgttl-bg .__01, #page-ttl .pgttl-bg .__02 {
  aspect-ratio: 1/1;
  background-color: #fff;
}
#page-ttl .pgttl-bg .__01 {
  width: 30%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#page-ttl .pgttl-bg .__02 {
  width: 50%;
  border-top-left-radius: 6px;
}
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#page-ttl .pgttl-inner h2 {
  text-align: center;
  padding-top: 1em;
}
#page-ttl .pgttl-inner h2 span.__en {
  font-size: 2.25rem;
  font-weight: 900;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: min(6vw, 1.75em);
  }
}
#page-ttl .pgttl-inner h2 span.__en .__char {
  width: 1.75em;
}
#page-ttl .pgttl-inner h2 span.__en .__char .__char-inner {
  margin-top: 0.06em;
}
#page-ttl .pgttl-inner h2 span.__jp {
  display: block;
  color: #53585f;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 0.9em;
    margin-top: 1em;
  }
}

.__breadcrumbs {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #e5e5e5;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  color: #848b91;
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul li {
    font-size: 0.8em;
  }
}
.__breadcrumbs ul li::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7em;
  margin-top: 0.3em;
  margin-left: 1.5em;
}
.__breadcrumbs ul li a {
  color: #848b91;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__table-style dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style dl {
    display: block;
  }
}
.__table-style dl dt {
  color: #848b91;
  font-weight: 600;
  width: 20em;
  padding: 1.6em 0;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 1199px) {
  .__table-style dl dt {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  .__table-style dl dt {
    width: 100%;
    padding-bottom: 0.8em;
    border-bottom: none;
  }
}
.__table-style dl dd {
  width: calc(100% - 20em);
  padding: 1.6em 0;
  border-bottom: solid 1px #e5e5e5;
}
@media screen and (max-width: 1199px) {
  .__table-style dl dd {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  .__table-style dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.__table-style dl dd a {
  display: inline;
  font-size: 1em;
}
.__table-style dl:nth-of-type(1) dt, .__table-style dl:nth-of-type(1) dd {
  padding-top: 0;
}

.__back-btn .__linkbtn02 {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .__back-btn .__linkbtn02 {
    width: 100%;
  }
}
.__back-btn .__linkbtn02 a {
  cursor: pointer;
  padding-left: 1.6em;
  padding-right: 3em;
}
.__back-btn .__linkbtn02 a .__arrow::before {
  content: "\f30a";
}

.__zoom-img {
  position: relative;
}
.__zoom-img::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin-top: 0.2em;
  margin-right: 0.2em;
  color: #fff;
  content: "\f00e";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.25em;
  text-shadow: 4px 4px 12px rgba(51, 51, 51, 0.1);
}
.__zoom-img a {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.__zoom-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  will-change: transform;
  transition: all 0.48s ease;
}
.__zoom-img a:hover img {
  transform: scale(1.06);
}

/* info.html
---------------------------------------------------- */
.sec-info .info-data {
  display: flex;
  margin-bottom: 1em;
}
.sec-info .info-data .__new {
  color: #ca554d;
  font-weight: 700;
  font-size: 0.8em;
  margin-right: 1em;
}
.sec-info .info-data .__date {
  color: #4876a4;
  font-weight: 700;
  margin-right: 1em;
}
.sec-info .info-data .__category {
  color: #848b91;
  border: solid 1px #848b91;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1em;
  border-radius: 4px;
  padding: 0.48em 0.8em;
  height: -moz-fit-content;
  height: fit-content;
}
.sec-info .info-ttl {
  padding-bottom: 1em;
  border-bottom: solid 1px #cdcdcb;
}
.sec-info .info-ttl h3 {
  color: #53585f;
  font-size: 1.6875rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-info .info-ttl h3 {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-info .info-ttl h3 {
    font-size: min(4.6vw, 1.25em);
  }
}
.sec-info .info-content {
  margin-top: 3em;
}
.sec-info .info-content .img-content .img-wrap {
  border-radius: 6px;
  box-shadow: 4px 4px 12px rgba(51, 51, 51, 0.1);
  overflow: clip;
}
.sec-info .info-content .img-content .main-img {
  width: 100%;
}
.sec-info .info-content .img-content .main-img .img-wrap {
  background-color: #f5f4f2;
  aspect-ratio: 5/3;
}
.sec-info .info-content .img-content .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-info .info-content .img-content .sub-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
}
.sec-info .info-content .img-content .sub-img .img-wrap {
  width: calc(33.3333333333% - 13.3333333333px);
  aspect-ratio: 3/2;
  margin-right: 20px;
}
.sec-info .info-content .img-content .sub-img .img-wrap:nth-of-type(3n) {
  margin-right: 0;
}
.sec-info .info-content .detail-content {
  margin-top: 3em;
}
.sec-info .info-content .detail-content a {
  display: inline;
}
.sec-info .info-content .link-content {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
}
.sec-info .info-content .link-content .__linkbtn02 {
  margin-right: 1em;
  margin-bottom: 1em;
}
.sec-info .info-content .link-content .__linkbtn02 a {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3f6a97;
  padding-top: 0.48em;
  padding-bottom: 0.48em;
}
.sec-info .info-content .link-content .__linkbtn02 a .__txt {
  margin-right: 1.6em;
}
.sec-info .info-content .link-content .__linkbtn02 a .__arrow::before {
  content: "\f35d";
}

/* cielo.html
---------------------------------------------------- */
.sec-cielo_intro .sec-img {
  background-image: url(../images/cielo/cielo-img_intro.jpg);
  background-attachment: fixed;
  aspect-ratio: 6/1;
  border-radius: 6px;
}
@media screen and (max-width: 1199px) {
  .sec-cielo_intro .sec-img {
    background-attachment: scroll;
    background-size: cover;
    aspect-ratio: 4/1;
  }
}
@media screen and (max-width: 991px) {
  .sec-cielo_intro .sec-img {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-cielo_intro .sec-img {
    aspect-ratio: auto;
    height: 12em;
  }
}
.sec-cielo_intro .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-cielo_intro .txt-wrap {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 6px;
  padding: 3em 7.5rem;
  margin-top: -6em;
}
@media screen and (max-width: 991px) {
  .sec-cielo_intro .txt-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-cielo_intro .txt-wrap {
    padding-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-cielo_intro .txt-wrap .sec-txt {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .sec-cielo_reason .reason-list ul .reason-list-item {
    padding-top: 40px;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .item-inner {
  position: relative;
  z-index: 2;
  width: calc(100% - (100% - 99.375 * 1rem) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .item-inner {
    width: calc(100% - 80px);
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .item-inner {
    width: calc(100% - 40px);
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .item-inner::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  background-color: #f5f4f2;
  opacity: 0.6;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .item-inner::before {
    width: 50%;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap {
  width: 48.75rem;
  padding: 0 5rem;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap {
    padding-left: min(4vw, 20px);
    padding-right: min(4vw, 20px);
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-ttl h3 span.__en {
  display: block;
  font-weight: 900;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-ttl h3 span.__en {
    font-size: 0.9em;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-ttl h3 span.__jp {
  color: #53585f;
  font-weight: 700;
  font-size: 1.6875rem;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-ttl h3 span.__jp {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-ttl h3 span.__jp {
    font-size: min(4.6vw, 1.25em);
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-txt {
    margin-top: 1em;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .txt-wrap .item-txt p {
  margin-top: 1em;
}
.sec-cielo_reason .reason-list ul .reason-list-item .item-img {
  width: calc(100% - 48.75rem - 2.5rem);
  aspect-ratio: 3/2;
  overflow: clip;
  box-shadow: 4px 4px 12px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .item-img {
    width: 75%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-cielo_reason .reason-list ul .reason-list-item .item-img {
    width: 100%;
    margin-top: 2em;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(odd) .item-inner {
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(odd) .item-inner {
    margin-right: auto;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(odd) .item-inner::before {
  top: 0;
  left: 0;
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(odd) .txt-wrap .item-ttl span.__en {
  color: #d6c786;
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(odd) .item-img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(odd) .item-img {
    margin-left: auto;
    border-radius: 6px;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(even) .item-inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(even) .item-inner {
    margin: 0 auto;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(even) .item-inner::before {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(even) .item-inner::before {
    bottom: initial;
    top: 0;
  }
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(even) .txt-wrap .item-ttl span.__en {
  color: #79a1c9;
}
.sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(even) .item-img {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media screen and (max-width: 991px) {
  .sec-cielo_reason .reason-list ul .reason-list-item:nth-of-type(even) .item-img {
    border-radius: 6px;
  }
}
.sec-cielo_reason .link-content .btn-wrap {
  margin-bottom: 1em;
}

/* guide.html
---------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sec-guide {
    padding-top: 3em;
  }
}
.sec-guide .sec-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner {
    display: block;
  }
}
.sec-guide .sec-inner .anchor-list {
  position: sticky;
  z-index: 2;
  left: 0;
  height: -moz-max-content;
  height: max-content;
  width: 14em;
}
@media screen and (max-width: 1199px) {
  .sec-guide .sec-inner .anchor-list {
    width: 13.3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .anchor-list {
    width: calc(100% + 40px);
    margin-left: -20px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    padding: 10px 20px;
    top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .anchor-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-guide .sec-inner .anchor-list ul .anchor-list-item {
  margin-top: 1em;
}
.sec-guide .sec-inner .anchor-list ul .anchor-list-item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .anchor-list ul .anchor-list-item {
    margin-top: 0;
    margin-right: 1em;
    margin-bottom: 0.4em;
  }
  .sec-guide .sec-inner .anchor-list ul .anchor-list-item:last-of-type {
    margin-right: 0;
  }
}
.sec-guide .sec-inner .anchor-list ul .anchor-list-item a {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .sec-guide .sec-inner .anchor-list ul .anchor-list-item a {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .anchor-list ul .anchor-list-item a {
    color: #848b91;
    font-size: 0.85em;
  }
}
.sec-guide .sec-inner .guide-list {
  width: calc(100% - 14em - 7.5rem);
}
@media screen and (max-width: 1199px) {
  .sec-guide .sec-inner .guide-list {
    width: calc(100% - 13.3em - 7.5rem);
  }
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .guide-list {
    width: 100%;
  }
}
.sec-guide .sec-inner .guide-list ul .guide-list-item {
  position: relative;
  margin-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-guide .sec-inner .guide-list ul .guide-list-item {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .guide-list ul .guide-list-item {
    margin-top: 72px;
  }
}
.sec-guide .sec-inner .guide-list ul .guide-list-item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .guide-list ul .guide-list-item:nth-of-type(1) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide .sec-inner .guide-list ul .guide-list-item a.__anchor-point {
    margin-top: -10em;
  }
}
.sec-guide .sec-inner .guide-list ul .guide-list-item .item-ttl {
  padding-bottom: 1em;
  border-bottom: solid 1px #cdcdcb;
}
.sec-guide .sec-inner .guide-list ul .guide-list-item .item-wrap {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-guide .sec-inner .guide-list ul .guide-list-item .item-wrap {
    margin-top: 2.4em;
  }
}
.sec-guide .sec-inner .guide-list ul .guide-list-item .item-wrap p {
  margin-top: 0.6em;
}
.sec-guide .sec-inner .guide-list ul .guide-list-item .item-wrap ul {
  margin-top: 1em;
}
.sec-guide .sec-inner .guide-list ul .guide-list-item .item-wrap ul li {
  color: #848b91;
  font-size: 0.9em;
  margin-top: 0.6em;
}
.sec-guide .sec-inner .guide-list ul .guide-list-item .item-wrap .sub-content {
  margin-top: 2em;
}
.sec-guide .sec-inner .guide-list ul .guide-list-item .item-wrap .sub-content p {
  color: #53585f;
  font-size: 0.95em;
}

/* company.html
---------------------------------------------------- */
.sec-company .sec-ttl {
  padding-bottom: 1em;
  border-bottom: solid 1px #cdcdcb;
  margin-bottom: 2em;
}
.sec-company.__access .sec-content .map-wrap {
  width: 100%;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 991px) {
  .sec-company.__access .sec-content .map-wrap {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  .sec-company.__access .sec-content .map-wrap {
    aspect-ratio: 1/1;
  }
}
.sec-company.__access .sec-content .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.sec-company.__access .sec-content .access-txt {
  margin-top: 1em;
}
.sec-company.__access .sec-content .access-txt h4 {
  color: #4876a4;
  font-weight: 700;
  letter-spacing: 0.2em;
}/*# sourceMappingURL=sub.css.map */