/* commonParts
---------------------------------------------------- */
#page-ttl {
  overflow-x: clip;
}
#page-ttl .pgttl-inner {
  position: relative;
  width: 100%;
  height: 28.75rem;
  color: #fff;
  background: linear-gradient(0deg, #097fc8, #5eb0e2);
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    height: 240px;
  }
}
#page-ttl .pgttl-inner .__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-ttl .pgttl-inner .__inner h2 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__inner h2 {
    margin-top: 1em;
  }
}
#page-ttl .pgttl-inner .__inner h2 span.__en {
  font-size: 5.375rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner .__inner h2 span.__en {
    font-size: max(6rem, 3.5em);
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner .__inner h2 span.__en {
    font-size: 2.75em;
  }
}
#page-ttl .__breadcrumbs {
  color: #fff;
  background-color: #262e33;
  padding: 0.2em 0;
}
#page-ttl .__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#page-ttl .__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
@media screen and (max-width: 991px) {
  #page-ttl .__breadcrumbs ul li {
    font-size: 0.85em;
  }
}
#page-ttl .__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  #page-ttl .__breadcrumbs ul li.__txtlimit {
    max-width: 16em;
  }
}
#page-ttl .__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
#page-ttl .__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.end-content {
  color: #fff;
  background-color: #e5a345;
  padding: 6px;
}
@media screen and (max-width: 1199px) {
  .end-content {
    padding: 4px;
  }
}
.end-content .content-inner {
  border: solid 1px #fff;
  padding: 2.4em 2em;
}
@media screen and (max-width: 767px) {
  .end-content .content-inner {
    padding: 1.6em;
  }
}
.end-content p {
  text-align: center;
  font-size: max(1.375rem, 1.125em);
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .end-content p {
    text-align: start;
    font-size: 1em;
    margin-top: 0.4em;
  }
  .end-content p:nth-of-type(1) {
    margin-top: 0;
  }
}

.pdf-content {
  border: solid 3px #cfeafc;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .pdf-content {
    border-width: 2px;
    padding: 1.6em;
  }
}
.pdf-content h4, .pdf-content h5 {
  font-size: max(1.25rem, 1.125em);
}
.pdf-content p {
  margin-top: 0.6em;
}
.pdf-content .__linkbtn02 {
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .pdf-content .__linkbtn02 {
    margin-left: auto;
    margin-bottom: 0.4em;
  }
}
.pdf-content .__linkbtn02 a {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .pdf-content .__linkbtn02 a {
    font-size: 0.85em;
    padding: 0.6em;
  }
}

/* service.html
---------------------------------------------------- */
.sec-service {
  overflow-x: clip;
}
.sec-service .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-service .sec-txt {
    margin-top: 1em;
  }
}
.sec-service .sec-txt p {
  line-height: 2em;
}
.sec-service .scroll-img-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3em;
}
.sec-service .scroll-img-list ul {
  width: calc(100% - 30rem - 5rem);
  margin-left: auto;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .sec-service .scroll-img-list ul {
    width: 100%;
    margin-bottom: 0;
  }
}
.sec-service .scroll-img-list ul .scroll-list-item {
  padding: 5rem 0;
  border-bottom: solid 1px #2991d1;
}
.sec-service .scroll-img-list ul .scroll-list-item:nth-of-type(1) {
  padding-top: 2.5rem;
}
@media screen and (max-width: 991px) {
  .sec-service .scroll-img-list ul .scroll-list-item {
    padding: 3em 0;
  }
  .sec-service .scroll-img-list ul .scroll-list-item:nth-of-type(1) {
    padding-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .scroll-img-list ul .scroll-list-item {
    padding: 2em 0;
  }
}
.sec-service .scroll-img-list ul .scroll-list-item h4 {
  margin-top: -0.1em;
}
.sec-service .scroll-img-list ul .scroll-list-item p {
  line-height: 2em;
  margin-top: 0.4em;
}
.sec-service .scroll-img-list ul .scroll-list-item p .__ttlstyle04 {
  margin-top: 0.6em;
}
.sec-service .scroll-img-list ul .scroll-list-item .__linkbtn02 {
  margin-top: 1em;
}
.sec-service .scroll-img-list ul .scroll-list-item .__linkbtn02 a {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .sec-service .scroll-img-list ul .scroll-list-item .__linkbtn02 a {
    font-size: 0.85em;
    padding: 0.6em;
  }
}
.sec-service .scroll-img-list .scroll-img {
  position: sticky;
  left: 0;
  width: 30rem;
  aspect-ratio: 5/4;
}
@media screen and (max-width: 991px) {
  .sec-service .scroll-img-list .scroll-img {
    position: relative;
    top: 0 !important;
    width: min(100%, 440px);
    margin-top: 2em;
  }
}
.sec-service .scroll-img-list .scroll-img .img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.36s ease;
}
@media screen and (max-width: 991px) {
  .sec-service .scroll-img-list .scroll-img .img-wrap {
    position: relative;
    opacity: 1;
  }
}
.sec-service .scroll-img-list .scroll-img .img-wrap.__show {
  opacity: 1;
}
.sec-service .scroll-img-list .scroll-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-service.__04 .sec-content {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .sec-content {
    margin-top: 2.4em;
  }
}
.sec-service.__04 .sec-content .txt-wrap p {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .sec-content .txt-wrap p {
    margin-top: 0.4em;
  }
}
.sec-service.__04 .sec-content .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .sec-content .flex-wrap {
    display: block;
  }
}
.sec-service.__04 .sec-content .flex-wrap .txt-wrap {
  width: calc(100% - 30rem - 5rem);
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .sec-content .flex-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-service.__04 .sec-content .flex-wrap .img-wrap {
  width: 30rem;
  aspect-ratio: 5/4;
  border-color: #5eb0e2;
}
@media screen and (max-width: 991px) {
  .sec-service.__04 .sec-content .flex-wrap .img-wrap {
    width: min(100%, 440px);
    margin-top: 2em;
  }
}
.sec-service.__04 .sec-content .slider-flowing {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-service.__04 .sec-content .slider-flowing {
    margin-top: 2em;
  }
}
.sec-service.__04 .sec-content .slider-flowing .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-service.__04 .sec-content .slider-flowing .swiper-wrapper .swiper-slide {
  border-color: #5eb0e2;
}
.sec-service.__04 .sec-content .slider-flowing .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* works.html
---------------------------------------------------- */
.sec-works .sec-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner {
    display: block;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner {
    margin-bottom: 60px;
  }
}
.sec-works .sec-inner .works-content {
  width: calc(100% - 8em - 5rem);
  padding-left: 5rem;
  border-left: solid 1px #e0e0e0;
  margin-bottom: 2em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .works-content {
    width: 100%;
    padding-left: 0;
    border-left: none;
    padding-bottom: 60px;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .works-content {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .works-content .genre-list {
    margin-top: -20px;
  }
}
.sec-works .sec-inner .works-content .genre-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.6em;
}
.sec-works .sec-inner .works-content .genre-list ul .genre-list-item {
  margin-right: 0.6em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .works-content .genre-list ul .genre-list-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .works-content .genre-list ul .genre-list-item a {
    justify-content: space-between;
  }
}
.sec-works .sec-inner .works-content .works-wrap {
  position: relative;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .works-content .works-wrap .works-genre {
    margin-top: -1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .works-content .works-wrap .works-genre {
    margin-top: 0;
  }
}
.sec-works .sec-inner .works-content .works-wrap .works-genre h3::before {
  color: #097fc8;
}
.sec-works .sec-inner .works-content .works-wrap .works-table {
  overflow-x: auto;
  margin-top: 1em;
}
.sec-works .sec-inner .works-content .works-wrap .works-table table {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  border-right: 1px solid #6c7073;
  border-bottom: 1px solid #6c7073;
}
.sec-works .sec-inner .works-content .works-wrap .works-table td, .sec-works .sec-inner .works-content .works-wrap .works-table th {
  font-size: 1.05em;
  padding: 0.8em 1.4em;
  padding-right: 2em;
  border-top: 1px solid #6c7073;
  border-left: 1px solid #6c7073;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .works-content .works-wrap .works-table td, .sec-works .sec-inner .works-content .works-wrap .works-table th {
    padding: 0.8em 1.2em;
    padding-right: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .works-content .works-wrap .works-table td, .sec-works .sec-inner .works-content .works-wrap .works-table th {
    font-size: 0.95em;
  }
}
.sec-works .sec-inner .works-content .works-wrap .works-table th {
  background-color: #e0e0e0;
  font-weight: 500;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.sec-works .sec-inner .works-content .works-wrap .works-table th.__main {
  width: max(40.3125rem, 20em);
}
.sec-works .sec-inner .works-content .works-wrap .works-table th.__period {
  width: 8em;
}
.sec-works .sec-inner .works-content .js-scrollable .scroll-hint-icon {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
  height: 90px !important;
}
.sec-works .sec-inner .category-list {
  width: 8em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .category-list {
    width: 100%;
  }
}
.sec-works .sec-inner .category-list ul {
  margin-top: -0.6em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .category-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-works .sec-inner .category-list ul .category-list-item {
  width: 100%;
  margin-top: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-works .sec-inner .category-list ul .category-list-item {
    width: calc(16.6666666667% - 0.5em);
    margin-right: 0.6em;
  }
  .sec-works .sec-inner .category-list ul .category-list-item:nth-of-type(6n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-works .sec-inner .category-list ul .category-list-item {
    width: calc(33.3333333333% - 0.4em);
  }
  .sec-works .sec-inner .category-list ul .category-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-works .sec-inner .category-list ul .category-list-item a {
  text-align: center;
  background-color: #2991d1;
  padding: 0.48em 0 0.6em;
}
.sec-works .sec-inner .category-list ul .category-list-item.__current a {
  background-color: #0c56a9;
}

/* strength.html
---------------------------------------------------- */
.sec-strength .sec-intro p {
  line-height: 2em;
}
.sec-strength .strength-list {
  margin-top: 4em;
}
.sec-strength .strength-list ul .strength-list-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: max(5rem, 4em);
}
@media screen and (max-width: 991px) {
  .sec-strength .strength-list ul .strength-list-item {
    display: block;
  }
}
.sec-strength .strength-list ul .strength-list-item .txt-wrap {
  width: calc(100% - 30rem - 5rem);
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .txt-wrap {
    width: calc(100% - 40.3125rem - 5rem);
  }
}
@media screen and (max-width: 991px) {
  .sec-strength .strength-list ul .strength-list-item .txt-wrap {
    width: 100%;
  }
}
.sec-strength .strength-list ul .strength-list-item .txt-wrap h3 {
  margin-top: 0.4em;
}
.sec-strength .strength-list ul .strength-list-item .txt-wrap h3 span.__jp {
  font-size: 2.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .txt-wrap h3 span.__jp {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength .strength-list ul .strength-list-item .txt-wrap h3 span.__jp {
    font-size: 1.645em;
  }
}
.sec-strength .strength-list ul .strength-list-item .txt-wrap p {
  line-height: 2em;
  margin-top: 1em;
}
.sec-strength .strength-list ul .strength-list-item .img-wrap {
  width: 30rem;
  aspect-ratio: 4/3;
  border-color: #5eb0e2;
}
@media screen and (max-width: 1199px) {
  .sec-strength .strength-list ul .strength-list-item .img-wrap {
    width: 40.3125rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-strength .strength-list ul .strength-list-item .img-wrap {
    width: min(100%, 440px);
    margin-top: 2em;
  }
}
.sec-strength .strength-list ul .strength-list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.sec-strength .end-content {
  margin-top: 5.625rem;
}
@media screen and (max-width: 1199px) {
  .sec-strength .end-content {
    margin-top: 60px;
  }
}

/* maintenance.html
---------------------------------------------------- */
.sec-maintenance01 .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-maintenance01 .sec-txt {
    margin-top: 1em;
  }
}
.sec-maintenance01 .sec-txt p {
  line-height: 2em;
}
.sec-maintenance01 .care-list {
  margin-top: 3em;
}
.sec-maintenance01 .care-list dl {
  padding: 3em 0;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .sec-maintenance01 .care-list dl {
    padding: 2em 0;
  }
}
.sec-maintenance01 .care-list dl:nth-of-type(1) {
  border-top: solid 1px #e0e0e0;
}
.sec-maintenance01 .care-list dl dd p {
  line-height: 2em;
  margin-top: 0.6em;
}
.sec-maintenance01 .merit-list {
  margin-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec-maintenance01 .merit-list {
    margin-top: 1em;
  }
}
.sec-maintenance01 .merit-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec-maintenance01 .merit-list > ul .merit-list-item {
  width: calc(50% - 0.9375rem);
  border: solid 3px #cfeafc;
  padding: 2em;
}
@media screen and (max-width: 991px) {
  .sec-maintenance01 .merit-list > ul .merit-list-item {
    width: 100%;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-maintenance01 .merit-list > ul .merit-list-item {
    border-width: 2px;
    padding: 1.6em;
  }
}
.sec-maintenance01 .merit-list > ul .merit-list-item h4 {
  font-size: max(1.25rem, 1.125em);
}
@media screen and (max-width: 767px) {
  .sec-maintenance01 .merit-list > ul .merit-list-item h4 {
    font-size: 1em;
  }
}
.sec-maintenance01 .merit-list > ul .merit-list-item ul {
  margin-top: 0.6em;
}
.sec-maintenance01 .merit-list > ul .merit-list-item ul li {
  margin-top: 0.4em;
}

.sec-maintenance02 .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-maintenance02 .sec-txt {
    margin-top: 1em;
  }
}
.sec-maintenance02 .sec-txt p {
  line-height: 2em;
  margin-top: 0.4em;
}
.sec-maintenance02 .end-content {
  margin-top: 3em;
}

.sec-maintenance03 .sec-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-maintenance03 .sec-txt {
    margin-top: 1em;
  }
}
.sec-maintenance03 .sec-txt p {
  line-height: 2em;
  margin-top: 0.4em;
}
.sec-maintenance03 .pdf-content {
  margin-top: 3em;
}

/* flow.html
---------------------------------------------------- */
.sec-flow01 .flow-chart {
  margin: 3em 0;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .flow-chart {
    margin: 2em 0;
  }
}
.sec-flow01 .flow-chart ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .flow-chart ul {
    display: block;
  }
}
.sec-flow01 .flow-chart ul li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .flow-chart ul li {
    display: block;
  }
}
.sec-flow01 .flow-chart ul li::after {
  content: "";
  display: block;
  width: 0.9em;
  aspect-ratio: 1/1;
  border-bottom: solid 2px #2991d1;
  border-right: solid 2px #2991d1;
  transform: rotate(-45deg);
  font-size: 0.85em;
  margin-left: 1em;
  margin-right: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .flow-chart ul li::after {
    width: 0.6em;
    transform: rotate(45deg);
    margin: 0 auto;
    margin-top: 0.48em;
    margin-bottom: 0.8em;
  }
}
.sec-flow01 .flow-chart ul li:last-of-type::after {
  display: none;
}
.sec-flow01 .flow-chart ul li .flow-chart-item {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  border: solid 2px #5eb0e2;
  font-size: max(1.25rem, 1.25em);
  padding: 0.6em max(1.875rem, 1em) 1.2em;
}
@media screen and (max-width: 991px) {
  .sec-flow01 .flow-chart ul li .flow-chart-item {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow01 .flow-chart ul li .flow-chart-item {
    width: 100%;
    font-size: 1em;
    padding: 0.24em 0.6em;
  }
}
.sec-flow01 .flow-chart ul li .flow-chart-item span.__en {
  color: #097fc8;
  font-weight: 600;
}
.sec-flow01 .flow-chart ul li .flow-chart-item span.__jp {
  display: block;
  writing-mode: vertical-rl;
  line-height: 1.1em;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .flow-chart ul li .flow-chart-item span.__jp {
    display: inline;
    writing-mode: initial;
    margin-left: 0.6em;
  }
}
.sec-flow01 .flow-list ul .flow-list-item {
  padding: 3em 0;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .flow-list ul .flow-list-item {
    padding: 2em 0;
  }
}
.sec-flow01 .flow-list ul .flow-list-item:nth-of-type(1) {
  border-top: solid 1px #e0e0e0;
}
.sec-flow01 .flow-list ul .flow-list-item h3 {
  border-bottom: none;
  padding-bottom: 0;
}
.sec-flow01 .flow-list ul .flow-list-item h3 span.__en {
  color: #2991d1;
}
.sec-flow01 .flow-list ul .flow-list-item p {
  line-height: 2em;
  margin-top: 1em;
}
.sec-flow01 .process-content {
  border: solid 3px #cfeafc;
  padding: max(5rem, 3em) max(5rem, 4em);
  margin-top: 5.625rem;
}
@media screen and (max-width: 1199px) {
  .sec-flow01 .process-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow01 .process-content {
    border-width: 2px;
    margin-top: 48px;
    padding: 2em 1.6em;
  }
}
.sec-flow01 .process-content .content-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .process-content .content-ttl {
    margin-top: 0;
  }
}
.sec-flow01 .process-content .content-txt {
  margin-top: 1.6em;
}
@media screen and (max-width: 767px) {
  .sec-flow01 .process-content .content-txt {
    margin-top: 1em;
  }
}
.sec-flow01 .process-content .content-txt p {
  line-height: 2em;
  margin-top: 0.4em;
}

/* process.html
---------------------------------------------------- */
.anchor-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .anchor-list {
    margin-top: 2em;
  }
}
.anchor-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .anchor-list ul {
    display: block;
    margin-bottom: 1em;
  }
}
.anchor-list ul .anchor-list-item {
  width: min(50% - 0.5em, 36em);
}
.anchor-list ul .anchor-list-item:nth-of-type(2) {
  margin-left: 1em;
}
@media screen and (max-width: 1199px) {
  .anchor-list ul .anchor-list-item {
    width: min(100%, 36em);
    margin: 0 auto;
  }
  .anchor-list ul .anchor-list-item:nth-of-type(2) {
    margin: 0 auto;
    margin-top: 0.6em;
  }
}
.anchor-list ul .anchor-list-item a {
  justify-content: space-between;
}

.sec-process .sec-ttl {
  margin-bottom: 1em;
}
.sec-process .sec-ttl h3 {
  font-size: 2.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-process .sec-ttl h3 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .sec-process .sec-ttl h3 {
    font-size: 1.5em;
  }
}
.sec-process .process-content .process-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em 0;
  border-bottom: solid 1px #e0e0e0;
}
.sec-process .process-content .process-wrap:nth-of-type(1) {
  border-top: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .sec-process .process-content .process-wrap {
    padding: 2em 0;
  }
}
.sec-process .process-content .process-wrap .txt-wrap h4 {
  border-bottom: none;
  padding-bottom: 0;
  margin-top: -0.4em;
}
.sec-process .process-content .process-wrap .txt-wrap h4 span.__en {
  color: #2991d1;
}
.sec-process .process-content .process-wrap .txt-wrap p {
  line-height: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .sec-process.__01 .process-content .process-wrap {
    display: block;
  }
}
.sec-process.__01 .process-content .process-wrap .txt-wrap {
  width: 100%;
}
.sec-process.__01 .process-content .process-wrap .txt-wrap .pdf-content {
  margin-top: 2em;
}
.sec-process.__01 .process-content .process-wrap .txt-wrap .pdf-content p {
  line-height: 1.75em;
}
.sec-process.__01 .process-content .process-wrap .process-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  margin-left: 5rem;
}
@media screen and (max-width: 1199px) {
  .sec-process.__01 .process-content .process-wrap .process-img {
    justify-content: center;
    width: min(100%, 520px);
    margin: 0 auto;
    margin-top: 2em;
  }
}
.sec-process.__01 .process-content .process-wrap .process-img .img-wrap {
  width: calc(40.3125 * 1rem / 2 - max(1.875rem, 1em) * 1 / 2);
}
.sec-process.__01 .process-content .process-wrap .process-img .img-wrap:nth-of-type(2) {
  margin-left: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-process.__01 .process-content .process-wrap .process-img .img-wrap {
    width: calc(50% - 0.5em);
  }
  .sec-process.__01 .process-content .process-wrap .process-img .img-wrap:nth-of-type(2) {
    margin-left: 1em;
  }
}
.sec-process.__01 .process-content .process-wrap .process-img .img-wrap .__img {
  aspect-ratio: 4/3;
}
.sec-process.__01 .process-content .process-wrap:not(:has(.process-img)) .txt-wrap {
  width: 100%;
}
.sec-process.__02 {
  background-color: rgba(225, 240, 250, 0.4);
}
.sec-process.__02 .sec-txt {
  margin-bottom: 4em;
}
.sec-process.__02 .sec-txt p {
  line-height: 2em;
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .sec-process.__02 .process-content .process-wrap {
    display: block;
  }
}
.sec-process.__02 .process-content .process-wrap .txt-wrap {
  width: calc(100% - max(23.4375rem, 240px) - 7.5rem);
}
@media screen and (max-width: 767px) {
  .sec-process.__02 .process-content .process-wrap .txt-wrap {
    width: 100%;
  }
}
.sec-process.__02 .process-content .process-wrap .process-img {
  width: max(23.4375rem, 240px);
}
@media screen and (max-width: 767px) {
  .sec-process.__02 .process-content .process-wrap .process-img {
    width: min(80%, 440px);
    margin: 0 auto;
    margin-top: 2em;
  }
}
.sec-process.__02 .process-content .process-wrap .process-img .__img {
  aspect-ratio: 3/2;
}

.viewer-galleries .__img {
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: clip;
}
.viewer-galleries .__img::after {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin: 0.6em;
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 1em;
}
.viewer-galleries .__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transition: opacity 0.24s ease 0.8s, transform 0.24s ease;
}
.viewer-galleries .__img img:hover {
  transform: scale(1.05);
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button {
  top: 16px !important;
  right: 16px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: initial !important;
  border: solid 1px #fff;
  transition: all 0.24s !important;
}
.viewer-button::before {
  bottom: initial !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.25);
}
.viewer-button:hover {
  opacity: 0.6;
}

.viewer-footer {
  margin-bottom: 8vh;
}

.viewer-title {
  color: #fff !important;
  font-size: 1em !important;
}

.viewer-toolbar {
  margin-top: 1em;
}
.viewer-toolbar .viewer-prev,
.viewer-toolbar .viewer-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .viewer-toolbar .viewer-prev,
  .viewer-toolbar .viewer-next {
    width: 3em;
    height: 3em;
    margin: 0 1em;
  }
}

/* company.html
---------------------------------------------------- */
.sec-company01 .sec-ttl {
  margin-top: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-company01 .sec-ttl {
    margin-top: 0;
  }
}
.sec-company01 .outline-table {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .outline-table {
    margin-top: 1em;
  }
}
.sec-company01 .outline-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company01 .outline-table dl {
    display: block;
  }
}
.sec-company01 .outline-table dl dt {
  color: #097fc8;
  font-weight: 600;
  width: 9em;
  padding: 1.2em 0;
  border-bottom: solid 2px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .sec-company01 .outline-table dl dt {
    width: 100%;
    padding-bottom: 0.4em;
    border-bottom: none;
  }
}
.sec-company01 .outline-table dl dd {
  width: calc(100% - 9em);
  padding: 1.2em 0;
  padding-left: 2em;
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767px) {
  .sec-company01 .outline-table dl dd {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.sec-company01 .outline-table dl dd a {
  display: inline;
  font-size: 1em;
}

.sec-company02 {
  background-color: #e1f0fa;
}
.sec-company02 .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .sec-company02 .flex-wrap {
    display: block;
  }
}
.sec-company02 .flex-wrap .sec-ttl h3 {
  border-bottom: none;
  padding-bottom: 0;
}
.sec-company02 .flex-wrap .sec-link {
  width: calc(33.3333333333% - 0.6666666667em);
}
@media screen and (max-width: 991px) {
  .sec-company02 .flex-wrap .sec-link {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .flex-wrap .sec-link {
    width: 100%;
    margin-top: 1.6em;
  }
}
.sec-company02 .flex-wrap .sec-link .__linkbtn01 {
  width: 100%;
}
.sec-company02 .flex-wrap .sec-link .__linkbtn01 a {
  justify-content: space-between;
}
.sec-company02 .flex-wrap .sec-link .__linkbtn01 a span.__txt {
  margin-right: 0;
}
.sec-company02 .works-list {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-company02 .works-list {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .works-list {
    margin-top: 1em;
  }
}
.sec-company02 .works-list ul .works-list-item a {
  font-size: 1.05em;
  justify-content: space-between;
  border: solid 1px #cfeafc;
}
@media screen and (max-width: 767px) {
  .sec-company02 .works-list ul .works-list-item a {
    font-size: 1em;
  }
}
.sec-company02 .works-list ul .works-list-item a span.__txt {
  margin-right: 0;
}

.sec-company03 .partner-list {
  margin-top: 1em;
}
.sec-company03 .partner-list ul .partner-list-item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.sec-company04 .map-wrap {
  background-color: #cfeafc;
  border: solid 6px #cfeafc;
  width: 100%;
  height: 37.5rem;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-company04 .map-wrap {
    border-width: 4px;
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company04 .map-wrap {
    height: 360px;
  }
}
.sec-company04 .map-wrap iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=sub.css.map */