/* commonParts
---------------------------------------------------- */
#page-ttl {
  background-color: #fff;
  padding: 0 1.25rem;
  padding-top: 5.6em;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    padding: 0 20px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    padding: 0 18px;
    padding-top: 68px;
  }
}
#page-ttl .pgttl-inner {
  background-image: url(../images/bgimg01.png);
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner {
    background-size: 200% auto;
  }
}
#page-ttl .pgttl-inner h2 {
  text-align: center;
  margin: 1em 0;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 {
    margin: 2em 0;
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  font-size: 4.875rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    font-size: min(9.2vw, 2.5em);
  }
}

/* hinadan.html
---------------------------------------------------- */
.sec-hinadan01 .feature-list {
  margin-top: -3em;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan01 .feature-list {
    margin-top: -1em;
  }
}
.sec-hinadan01 .feature-list ul .feature-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}
.sec-hinadan01 .feature-list ul .feature-list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan01 .feature-list ul .feature-list-item {
    display: block;
    width: min(100%, 660px);
    margin: 0 auto;
    margin-top: 3em;
  }
  .sec-hinadan01 .feature-list ul .feature-list-item:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan01 .feature-list ul .feature-list-item {
    margin-top: 2em;
  }
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-img {
  width: 40rem;
  aspect-ratio: 3/2;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan01 .feature-list ul .feature-list-item .item-img {
    width: 100%;
  }
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-img img, .sec-hinadan01 .feature-list ul .feature-list-item .item-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-content {
  width: calc(100% - 40rem - 6.25rem);
  margin: 3em 0;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan01 .feature-list ul .feature-list-item .item-content {
    width: 100%;
    margin: 0;
  }
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-content .item-name h5 {
  font-size: 3rem;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan01 .feature-list ul .feature-list-item .item-content .item-name h5 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan01 .feature-list ul .feature-list-item .item-content .item-name h5 {
    font-size: 1.5em;
  }
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-content .item-name h5 span.__num {
  color: #1a68de;
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-content .item-name h5 span.__txt {
  font-weight: 700;
  font-size: 0.8em;
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-content .item-txt {
  margin-bottom: 1em;
}
.sec-hinadan01 .feature-list ul .feature-list-item .item-content .item-txt p {
  line-height: 2em;
}

.sec-hinadan02 .sec-content .content-wrap {
  background-color: #fff;
  border: solid 1px #ced1d6;
  padding: 3.75rem;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan02 .sec-content .content-wrap {
    padding: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap {
    padding: 1.4em 1.4em 2em;
  }
}
.sec-hinadan02 .sec-content .content-wrap .content-ttl h3 {
  margin-top: -0.2em;
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap .content-ttl h3 {
    margin-top: 0;
  }
}
.sec-hinadan02 .sec-content .content-wrap .content-txt {
  margin-top: 1.4em;
}
.sec-hinadan02 .sec-content .content-wrap .content-txt p {
  line-height: 2em;
}
.sec-hinadan02 .sec-content .content-wrap .content-txt p .__ttlstyle04 {
  margin-top: 2em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap .content-txt p .__ttlstyle04 {
    margin-top: 1.4em;
  }
}
.sec-hinadan02 .sec-content .content-wrap .content-txt ul.__note {
  color: #ca4137;
  margin-top: 0.4em;
}
.sec-hinadan02 .sec-content .content-wrap .content-txt ul.__note li {
  margin-top: 0.4em;
}
.sec-hinadan02 .sec-content .content-wrap .content-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan02 .sec-content .content-wrap .content-img {
    margin-top: 2em;
  }
}
.sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap {
  width: 32.5rem;
  margin-right: 3.75rem;
}
.sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap {
    width: calc(50% - 0.5em);
    margin-right: 1em;
  }
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap:nth-of-type(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap {
    width: min(100%, 660px);
    margin: 0 auto;
    margin-top: 2em;
  }
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap:nth-of-type(2) {
    margin-right: auto;
  }
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap {
    margin-top: 1.4em;
  }
}
.sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col {
  width: calc(33.3333333333% - 1.25rem);
  margin-right: 1.875rem;
}
.sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col:nth-of-type(2) {
  margin-right: 1.875rem;
}
.sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col {
    width: min(100%, 660px);
    margin: 0 auto;
    margin-top: 2em;
  }
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col:nth-of-type(2), .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col:nth-of-type(3) {
    margin-right: auto;
  }
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col:nth-of-type(1) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap.__3col {
    margin-top: 1.4em;
  }
}
.sec-hinadan02 .sec-content .content-wrap .content-img .img-wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hinadan02 .sec-content .content-wrap .content-img p {
  text-align: center;
  margin-top: 0.4em;
}
.sec-hinadan02 .sec-content .content-wrap .content-img p span.__note {
  font-size: 0.9em;
}
.sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap {
    display: block;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-illust {
  flex-shrink: 0;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-illust {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-illust .illust-wrap:nth-of-type(2) {
  border-top: solid 1px #ced1d6;
  padding-top: 2em;
  margin-top: 2em;
}
.sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-illust .illust-wrap img {
  width: auto;
  height: 7.5em;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-illust .illust-wrap img {
    height: min(27vw, 8em);
  }
}
.sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-img {
  margin-top: 0;
  margin-left: 10rem;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-img {
    margin: 3em 0 0;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-img .img-wrap {
  width: 32.5rem;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-img .img-wrap {
    width: 42.5rem;
  }
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__spec .flex-wrap .content-img .img-wrap {
    width: min(100%, 660px);
    margin: 0 auto;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__size .content-img .img-wrap img {
  aspect-ratio: 2/1;
}
.sec-hinadan02 .sec-content .content-wrap.__size .content-img .img-wrap img.__depth {
  -o-object-position: top;
     object-position: top;
}
.sec-hinadan02 .sec-content .content-wrap.__size .content-img p {
  margin-top: 0.6em;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list {
  margin-top: 3em;
  margin-bottom: 2em;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item {
    display: block;
    width: min(100%, 660px);
    margin: 0 auto;
    margin-top: 2em;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content {
  width: calc(100% - 25rem - 3.75rem);
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content {
    width: 100%;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-name h4 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-name h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-name h4 {
    font-size: 1.25em;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-name h4 span.__num {
  color: #1a68de;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-name h4 span.__txt {
  font-weight: 700;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-name h4 span.__txt {
    font-size: 0.9em;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-txt {
  margin-bottom: 1em;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-content .item-txt p {
  line-height: 2em;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-img {
  width: 25rem;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-img {
    width: 100%;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: solid 2px #c2c7d3;
  padding: 1em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content {
    display: block;
    margin-top: 2em;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content p {
  font-size: 1em;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content .inner-content-img {
  display: flex;
  flex-wrap: wrap;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content .inner-content-img .img-wrap {
  width: 25rem;
  margin-right: 1.875rem;
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content .inner-content-img .img-wrap:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content .inner-content-img .img-wrap {
    width: calc(50% - 0.5em);
    margin-right: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content .inner-content-img .img-wrap {
    width: min(100%, 660px);
    margin: 0 auto;
    margin-top: 1em;
  }
  .sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content .inner-content-img .img-wrap:nth-of-type(2) {
    margin-right: auto;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__howto .howto-list ul .howto-list-item .inner-content .inner-content-img .img-wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap {
    display: block;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap .left-content {
  width: 100%;
}
.sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap .left-content .content-txt p span.__col {
  display: inline-block;
  color: #fff;
  background-color: #2b63b8;
  padding: 0em 0.8em 0.1em;
  margin-right: 0.6em;
  margin-top: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap .left-content .content-txt p span.__col {
    font-size: 0.9em;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap .content-illust {
  margin-left: 5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap .content-illust {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 3em;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__lineup .flex-wrap .content-illust img {
  width: 16em;
  height: auto;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list {
  margin-top: 3em;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item:nth-of-type(2) {
  border-top: solid 1px #ced1d6;
  padding-top: 3em;
  margin-top: 3em;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-txt h4 {
  margin-bottom: 0.2em;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-table {
  overflow-x: auto;
  margin-top: 1.4em;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-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 #ced1d6;
  border-bottom: 1px solid #ced1d6;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-table td, .sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-table th {
  text-align: center;
  padding: 0.6em 1.4em;
  border-top: 1px solid #ced1d6;
  border-left: 1px solid #ced1d6;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-table th {
  background-color: #efefef;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-table th {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-table td {
    font-size: 0.9em;
  }
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-table td span.__tax {
  font-size: 0.85em;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .js-scrollable .scroll-hint-icon {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2;
  height: 90px !important;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-note {
  margin-top: 1.4em;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-note ul.__note li {
  margin-top: 0.4em;
}
.sec-hinadan02 .sec-content .content-wrap.__plan .plan-list ul .plan-list-item .item-note ul.__note li.__red {
  color: #ca4137;
}

.sec-hinadan03 .sec-link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-hinadan03 .sec-link {
    margin-top: 2em;
    margin-bottom: 1em;
  }
}
.sec-hinadan03 .sec-link .__linkbtn01 {
  margin: 0 auto;
}

/* works.html
---------------------------------------------------- */
.sec-works-list .cate-list {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .cate-list {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works-list .cate-list {
    margin-top: 1em;
  }
}
.sec-works-list .works-list ul .works-list-item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .sec-works-list .works-list ul .works-list-item {
    margin-top: 60px;
  }
}
.sec-works-list .works-list ul .works-list-item .item-cate {
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item .item-cate {
    margin-bottom: 2.4em;
  }
}
.sec-works-list .works-list ul .works-list-item .item-cate h3 {
  line-height: 1.4em;
  padding-bottom: 0.4em;
}
.sec-works-list .works-list ul .works-list-item .item-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #ced1d6;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-works-list .works-list ul .works-list-item .item-content {
    padding-bottom: 2.4em;
    margin-bottom: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .sec-works-list .works-list ul .works-list-item .item-content {
    display: block;
    width: min(100%, 660px);
    margin: 0 auto;
    padding-bottom: 1.6em;
    margin-bottom: 1.6em;
  }
}
.sec-works-list .works-list ul .works-list-item .item-content .item-txt {
  width: calc(100% - 25rem - 3.75rem);
}
@media screen and (max-width: 767px) {
  .sec-works-list .works-list ul .works-list-item .item-content .item-txt {
    width: 100%;
  }
}
.sec-works-list .works-list ul .works-list-item .item-content .item-txt .__txt {
  margin-top: 1em;
}
.sec-works-list .works-list ul .works-list-item .item-content .item-txt a {
  display: inline;
}
.sec-works-list .works-list ul .works-list-item .item-content .item-img {
  cursor: pointer;
  background-color: #c2c7d3;
  width: 25rem;
  aspect-ratio: 4/3;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .sec-works-list .works-list ul .works-list-item .item-content .item-img {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-works-list .works-list ul .works-list-item .item-content .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.36s ease;
}
.sec-works-list .works-list ul .works-list-item .item-content .item-img:hover img {
  transform: scale(1.04);
}

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

.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;
}

.paging-wrap {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .paging-wrap {
    margin-bottom: 0;
  }
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125em;
  width: 3.6em;
  height: 3.6em;
  border: solid 1px #333;
  margin: 0 0.3em;
}
@media screen and (max-width: 1199px) {
  .paging > span {
    width: 3em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .paging > span {
    font-size: 1em;
  }
}
.paging > span.paging-text a {
  cursor: pointer;
  font-size: 1em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.24s ease;
}
.paging > span.paging-text a:hover {
  opacity: 0.6;
}
.paging > span.current {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #333;
}
.paging > span.paging-prev {
  width: auto;
  border: none;
  margin-right: 1.4em;
}
.paging > span.paging-prev a {
  font-size: 0.95em;
  opacity: 1;
}
.paging > span.paging-prev a i {
  color: #2b63b8;
  margin-right: 0.4em;
}
.paging > span.paging-next {
  width: auto;
  border: none;
  margin-left: 1.4em;
}
.paging > span.paging-next a {
  font-size: 0.95em;
  opacity: 1;
}
.paging > span.paging-next a i {
  color: #2b63b8;
  margin-left: 0.4em;
}

/* company.html
---------------------------------------------------- */
.sec-company01 .sec-txt p.__name {
  text-align: end;
  margin-top: 1em;
}
.sec-company01 .sec-txt p.__name em {
  font-size: 1.25em;
  margin-left: 0.4em;
}

.sec-company02 .outline-table {
  margin-top: 1em;
}
.sec-company02 .outline-table dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-company02 .outline-table dl {
    display: block;
  }
}
.sec-company02 .outline-table dl dt {
  font-size: 1em;
  width: 12em;
  padding: 2em 0;
  border-bottom: solid 1px #ced1d6;
}
@media screen and (max-width: 767px) {
  .sec-company02 .outline-table dl dt {
    width: 100%;
    padding-top: 1.4em;
    padding-bottom: 1em;
    border-bottom: none;
  }
}
.sec-company02 .outline-table dl dd {
  line-height: 1.4em;
  width: calc(100% - 12em);
  padding: 2em 0;
  padding-left: 2em;
  border-bottom: solid 1px #ced1d6;
}
@media screen and (max-width: 767px) {
  .sec-company02 .outline-table dl dd {
    line-height: 1.6em;
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.4em;
    padding-left: 0;
  }
}
.sec-company02 .outline-table dl dd a {
  display: inline;
  font-size: 1em;
}

.sec-company03 {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1199px) {
  .sec-company03 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sec-company03 {
    margin-bottom: 0;
  }
}
.sec-company03 .map-wrap {
  background-color: #fff;
  width: 100%;
  height: 37.5rem;
  margin-top: 3em;
  margin-bottom: -1em;
}
@media screen and (max-width: 1199px) {
  .sec-company03 .map-wrap {
    height: 480px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-company03 .map-wrap {
    height: 320px;
  }
}
.sec-company03 .map-wrap iframe {
  width: 100%;
  height: 100%;
}
.sec-company03 .sec-txt ul {
  margin-top: 0.6em;
}/*# sourceMappingURL=sub.css.map */