@charset "UTF-8";
.ttl-page .container {
  height: 40rem;
  padding-top: 16.5rem;
  box-sizing: border-box;
}
.ttl-page .container h1 span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.ttl-page .container h1 span.txt-eng {
  position: relative;
  color: #3dbdea;
  font-family: "Archivo", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.ttl-page .container h1 span.txt-jp {
  font-size: 4.8rem;
  letter-spacing: 0.4rem;
  line-height: 1.2;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .ttl-page {
    background-size: 30%;
  }
  .ttl-page .container h1 span.txt-eng {
    font-size: 2rem;
  }
  .ttl-page .container h1 span.txt-jp {
    font-size: 3.6rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl-page .container {
    height: 20rem;
    padding-top: 10rem;
  }
  .ttl-page .container h1 span.txt-eng {
    font-size: 1.6rem;
  }
  .ttl-page .container h1 span.txt-jp {
    font-size: 2.4rem;
  }
}
/* ========== end △ */

.breadcrumb {
  position: relative;
  padding: 0.8rem 0 8rem;
  z-index: 3;
}
.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  padding-right: 2rem;
  position: relative;
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 1.6rem;
}
.breadcrumb ul li:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 9px;
  margin: auto;
  width: 0;
  height: 0;
  border: solid #a38df6;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.breadcrumb ul li:last-child {
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 0;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.breadcrumb ul li:nth-child(2) {
  white-space: nowrap;
}
.breadcrumb ul li:first-child {
  padding-left: 0;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb ul li a {
  line-height: 1.2;
  text-decoration: none;
  color: #000;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
/* ========== end △ */

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .main-cont .sec-cont:first-child {
    padding-top: 0;
  }
}
/* ========== end △ */

/*========================================
■.contact PAGE
========================================*/
.bg-top-bottom {
  background: url("../contact/images/bg-top.webp") no-repeat center right 7%, url("../contact/images/bg-bottom.webp") no-repeat bottom left;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .bg-top-bottom {
    background-size: 30%;
  }
}
/* ========== end △ */

.p-contact .ttl-page {
  background: url("../contact/images/bg-ttlpage.webp") no-repeat center/cover;
}

.tel-fax {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 4.5rem;
}
.tel-fax li {
  width: 45rem;
  text-align: center;
  border-radius: 7rem;
  padding: 1.5rem;
  box-sizing: border-box;
}
.tel-fax li .ttl {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.tel-fax li a {
  color: #fff;
  text-decoration: none;
}
.tel-fax li .number {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  padding-left: 4.5rem;
  color: #fff;
}
.tel-fax li.btn-tel {
  background: #40bcea;
}
.tel-fax li.btn-tel .number {
  background: url("../contact/images/icon-tel.webp") no-repeat center left;
}
.tel-fax li.btn-fax {
  background: #7c6ac0;
}
.tel-fax li.btn-fax .number {
  background: url("../contact/images/icon-fax.webp") no-repeat center left;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .tel-fax {
    gap: 2rem;
  }
  .tel-fax li {
    width: 30rem;
    padding: 1rem;
  }
  .tel-fax li .ttl {
    margin: 0;
  }
  .tel-fax li .number {
    font-size: 2rem;
    padding-left: 3rem;
    background-size: 2.2rem !important;
  }
}
/* ========== end △ */

.contact-form {
  display: block;
  width: 100%;
  margin: 4rem auto 0;
}
.contact-form .form-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px dotted #aeaeae;
}
.contact-form .form-content dl:last-child {
  border-bottom: 2px dotted #aeaeae;
}
.contact-form .form-content dl dt {
  position: relative;
  display: flex;
  align-items: center;
  width: 30rem;
  font-weight: 500;
  padding: 3rem 1.5rem;
}
.contact-form .form-content dl dt .form-title {
  position: relative;
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  padding-right: 6rem;
}
.contact-form .form-content dl dt .form-title:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  width: 4.7rem;
  height: 2.6rem;
  font-size: 1.4rem;
  border-radius: 0.3rem;
}
.contact-form .form-content dl dt .form-title.hissu:after {
  background: #e850a2;
  content: "必須";
}
.contact-form .form-content dl dt .form-title.ninni:after {
  background: #7c6ac0;
  content: "任意";
}
.contact-form .form-content dl dd {
  position: relative;
  width: calc(100% - 30rem);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem 2.5rem 3rem 5rem;
}
.contact-form .form-content dl dd .list-radio01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.contact-form .form-content dl dd .selectable {
  width: 50%;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin-left: 2rem;
}
.contact-form .form-content dl dd .error {
  position: absolute;
  bottom: 0;
  left: 5rem;
  color: #ec6315;
  font-size: 1.4rem;
  font-weight: normal;
}
.contact-form .form-content dl dd .ipt-error {
  background: #f9e6db;
}
.contact-form .form-content dl dd .p-postal-code {
  width: 14rem;
  margin: 0 1rem;
}
.contact-form #formEnd {
  margin-top: 5rem;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .contact-form .form-content dl dt {
    width: 25rem;
    padding: 2rem 1.5rem;
  }
  .contact-form .form-content dl dd {
    width: calc(100% - 25rem);
    padding: 2rem 1.5rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact-form {
    margin: 2rem auto 0;
  }
  .contact-form .form-content dl dt,
  .contact-form .form-content dl dd {
    display: block;
    width: 100% !important;
    padding: 2rem 0;
  }
  .contact-form .form-content dl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact-form .form-content dl dt .form-title {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .contact-form .form-content dl dd {
    padding-left: 0;
    font-size: 1.6rem;
  }
  .contact-form #formEnd {
    margin-top: 3rem;
  }
}
/* ========== end △ */

.contact-group-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 5rem auto 0;
  gap: 5rem;
}
.contact-group-btn .btn {
  line-height: 1;
}
.contact-group-btn .btn a {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 30rem;
  max-width: 100%;
  text-align: center;
  background: #3dbdea;
  border: 2px solid #3dbdea;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  padding: 1.4rem 5rem;
  box-sizing: border-box;
  border-radius: 3rem;
  line-height: 1.8;
}
.contact-group-btn .btn a:after, .contact-group-btn .btn a:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
.contact-group-btn .btn a:after {
  background: rgba(255, 255, 255, 0.5);
  width: 1.8rem;
  height: 1.8rem;
  right: 2rem;
}
.contact-group-btn .btn a:before {
  background: #fff;
  width: 1rem;
  height: 1rem;
  right: 2.4rem;
}
.contact-group-btn .btn a.btn-back:after {
  left: 2rem;
  right: auto;
}
.contact-group-btn .btn a.btn-back:before {
  left: 2.4rem;
  right: auto;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .contact-group-btn .btn a:hover:after {
    transform: scale(30);
  }
}
/* ========== end △ */
.contact-group-btn .contact-btn {
  /* position: relative; */
  display: inline-block;
  width: auto;
  min-width: 30rem;
  max-width: 100%;
  text-align: center;
  background: #3dbdea;
  border: 2px solid #3dbdea;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  padding: 1.4rem 5rem;
  box-sizing: border-box;
  border-radius: 3rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}
.contact-group-btn .contact-btn:after, .contact-group-btn .contact-btn:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
}
.contact-group-btn .contact-btn:after {
  background: rgba(255, 255, 255, 0.5);
  width: 1.8rem;
  height: 1.8rem;
  right: 2rem;
}
.contact-group-btn .contact-btn:before {
  background: #fff;
  width: 1rem;
  height: 1rem;
  right: 2.4rem;
}
.contact-group-btn .contact-btn input {
  outline: none;
  border: none;
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.8;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .contact-group-btn .contact-btn:hover:after {
    transform: scale(30);
  }
}
/* ========== end △ */
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .contact-group-btn {
    gap: 3rem;
  }
  .contact-group-btn .btn a {
    min-width: 28rem;
  }
  .contact-group-btn .contact-btn {
    min-width: 28rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .contact-group-btn {
    margin: 2.5rem auto 0;
    gap: 2rem;
  }
  .contact-group-btn .btn a {
    min-width: 25rem;
    font-size: 1.4rem;
  }
  .contact-group-btn .contact-btn {
    min-width: 25rem;
  }
  .contact-group-btn .contact-btn input {
    font-size: 1.4rem;
  }
}
/* ========== end △ */

#pp .box-pp {
  width: 100%;
  margin-top: 6rem;
}
#pp .box-pp * + h3 {
  margin-top: 3rem;
}
#pp .box-pp h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
#pp .box-pp .list-dot-blue {
  margin-top: 3rem;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  #pp .box-pp {
    margin-top: 4rem;
  }
  #pp .box-pp * + h3 {
    margin-top: 2rem;
  }
  #pp .box-pp h3 {
    font-size: 1.6rem;
  }
  #pp .box-pp .list-dot-blue {
    margin-top: 2rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #pp .box-pp {
    margin-top: 3rem;
  }
  #pp .box-pp * + h3 {
    margin-top: 1.5rem;
  }
  #pp .box-pp h3 {
    font-size: 1.4rem;
  }
  #pp .box-pp .list-dot-blue {
    margin-top: 1.5rem;
  }
}
/* ========== end △ */

.list-dot-blue li {
  position: relative;
  padding-left: 1.6rem;
}
.list-dot-blue li:after {
  position: absolute;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #3dbdea;
  border-radius: 50%;
  top: 1.3rem;
  left: 0;
}
/* ▽ Tablet layout ========== */
@media only screen and (max-width: 1024px) {
  .list-dot-blue li:after {
    top: 1.1rem;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .list-dot-blue li:after {
    top: 0.8rem;
  }
}
/* ========== end △ */

/*========================================
■.pipe PAGE
========================================*/
.p-pipe .ttl-page {
  background: url("../pipe/images/bg-ttlpage.webp") no-repeat center/cover;
}

.list-anchor {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0 10rem;
}
.list-anchor .cm-btn {
  width: calc((100% - 6rem) / 4);
  min-width: 27rem;
}
.list-anchor .cm-btn a {
  width: 100%;
  background: #f9f1f7;
  padding: 1.2rem 1.5rem;
  margin-top: 0;
}
.list-anchor .cm-btn a span {
  display: inline-block;
  width: 100%;
  padding-left: 3rem;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .list-anchor .cm-btn a:hover {
    background: #3dbdea;
  }
  .list-anchor .cm-btn a:hover span {
    color: #fff;
  }
  .list-anchor .cm-btn a:hover span:after {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1);
  }
  .list-anchor .cm-btn a:hover span:before {
    background: #fff;
  }
}
/* ========== end △ */
@media only screen and (max-width: 1366px) {
  .list-anchor {
    gap: 1rem;
  }
  .list-anchor .cm-btn a span {
    font-size: 1.6rem;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .list-anchor {
    margin: 0 0 5rem;
  }
}
/* ========== end △ */

.list-case .box-case {
  counter-increment: caseNumber;
}
.list-case .box-case:not(:last-child) {
  margin-bottom: 15rem;
}
.list-case .box-case .infor-case {
  position: relative;
  width: calc(100% + 14rem);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -7rem 7rem;
  z-index: 2;
}
.list-case .box-case .infor-case:after {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 7rem;
  height: 100%;
  content: "Case" counter(caseNumber, decimal-leading-zero);
  background: linear-gradient(to right, rgba(204, 86, 169, 0.3) 0%, rgba(89, 168, 221, 0.3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Archivo", sans-serif;
  font-size: 9.4rem;
  font-weight: 500;
  writing-mode: vertical-lr;
  top: 0;
  right: -4rem;
  line-height: 1;
}
.list-case .box-case .infor-case .img {
  width: 34.1rem;
}
.list-case .box-case .infor-case .txt {
  position: relative;
  width: calc(100% - 34.1rem);
  padding-right: 7rem;
}
.list-case .box-case .infor-case .txt .list-tag {
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.list-case .box-case .infor-case .txt .list-tag li {
  background: #41bce9;
  color: #fff;
  font-weight: 500;
  border-radius: 3rem;
  padding: 0 1rem;
  min-width: 11rem;
  text-align: center;
}
.list-case .box-case .infor-case .txt .list-tag li:nth-child(2) {
  background: #7c6ac0;
}
.list-case .box-case .infor-case .txt .list-tag li:nth-child(3) {
  background: #e63d9a;
}
.list-case .box-case .infor-case .txt .list-tag li:nth-child(4) {
  background: #054ca3;
}
.list-case .box-case .infor-case .txt .list-tag li:nth-child(5) {
  background: #ac4891;
}
.list-case .box-case .infor-case .txt .sub {
  font-size: 3.1rem;
  letter-spacing: 0.3rem;
  line-height: normal;
  margin-bottom: 2.5rem;
}
.list-case .box-case .infor-case .txt .inner-cont p + p {
  margin-top: 3rem;
}
.list-case .box-case .txt-detail {
  position: relative;
  background: #f9f1f7;
  border-radius: 2rem;
  padding: 2rem 0;
}
.list-case .box-case .txt-detail .sub {
  display: inline-block;
  background-image: linear-gradient(to right, rgb(204, 86, 169), rgb(89, 168, 221));
  font-size: 2.7rem;
  color: #fff;
  font-weight: 500;
  border-radius: 0 3.8rem 3.8rem 0;
  padding: 1.5rem 5rem;
  margin-bottom: 2.5rem;
}
.list-case .box-case .txt-detail .des-inner {
  padding: 0 5rem 5rem;
}
.list-case .box-case:nth-child(even) .infor-case {
  flex-direction: row-reverse;
}
.list-case .box-case:nth-child(even) .infor-case:after {
  right: auto;
  left: -4rem;
}
.list-case .box-case:nth-child(even) .infor-case .txt {
  padding-left: 7rem;
  padding-right: 0;
}
@media only screen and (max-width: 1366px) {
  .list-case .box-case .infor-case {
    width: 100%;
    margin: 0 0 7rem;
  }
  .list-case .box-case .infor-case:after {
    width: 5rem;
    font-size: 7rem;
    right: 0;
  }
  .list-case .box-case:nth-child(even) .infor-case:after {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .list-case .box-case .infor-case .img {
    width: 30%;
  }
  .list-case .box-case .infor-case .txt {
    width: 70%;
  }
  .list-case .box-case .infor-case .txt .sub {
    font-size: 2.8rem;
  }
  .list-case .box-case .txt-detail .sub {
    font-size: 2.5rem;
    padding: 1.5rem 3rem;
  }
  .list-case .box-case .txt-detail .des-inner {
    padding: 0 3rem 3rem;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .list-case .box-case:not(:last-child) {
    margin-bottom: 7rem;
  }
  .list-case .box-case .infor-case {
    margin: 0 0 3rem;
  }
  .list-case .box-case .infor-case:after {
    font-size: 6rem;
    top: 1rem;
  }
  .list-case .box-case .infor-case .img {
    width: 100%;
    max-width: 25rem;
    margin: 0 auto 2rem;
  }
  .list-case .box-case .infor-case .txt {
    width: 100%;
    padding-right: 0;
  }
  .list-case .box-case .infor-case .txt .list-tag {
    gap: 0.5rem;
  }
  .list-case .box-case .infor-case .txt .list-tag li {
    min-width: 10rem;
  }
  .list-case .box-case .infor-case .txt .sub {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .list-case .box-case .infor-case .txt .inner-cont p + p {
    margin-top: 1.5rem;
  }
  .list-case .box-case .txt-detail .sub {
    font-size: 1.8rem;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
  }
  .list-case .box-case .txt-detail .des-inner {
    padding: 0 2rem 0;
  }
  .list-case .box-case:nth-child(even) .infor-case {
    flex-direction: row-reverse;
  }
  .list-case .box-case:nth-child(even) .infor-case:after {
    left: 0;
  }
  .list-case .box-case:nth-child(even) .infor-case .txt {
    padding-left: 0;
  }
}
/* ========== end △ */

.sub-dot {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.sub-dot span {
  position: relative;
  font-size: 3.2rem;
}
.sub-dot span:after {
  position: absolute;
  content: "";
  background: #e4469f;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  top: -0.5rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.sub-dot--white {
  display: inline-block;
  background: #fff;
  box-shadow: 0px 0px 9px 1px rgba(0, 52, 70, 0.1);
  min-width: 32rem;
  border-radius: 0 5rem 5rem 0;
  color: #000;
  padding: 2.5rem 5rem 1.5rem 5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .sub-dot {
    font-size: 2rem;
  }
  .sub-dot span {
    font-size: 3rem;
  }
  .sub-dot--white {
    padding: 2rem 3rem 1rem 3rem;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sub-dot {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .sub-dot span {
    font-size: 2.4rem;
  }
  .sub-dot--white {
    min-width: 25rem;
    padding: 2rem 2rem 1rem 2rem;
  }
}
/* ========== end △ */

.sec-construction {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 1024px) {
  .sec-construction {
    margin-bottom: 10rem;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec-construction {
    margin-bottom: 7rem;
  }
}
/* ========== end △ */

.box-construction {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 12rem;
}
.box-construction .img-box {
  width: 55%;
}
.box-construction .img-box .Target-img {
  position: relative;
  background: #afafaf;
  width: 100%;
  height: 39rem;
  border-radius: 2rem;
  overflow: hidden;
}
.box-construction .img-box .Target-img img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box-construction .img-box .Thumbs {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}
.box-construction .img-box .Thumbs li {
  position: relative;
  background: #afafaf;
  width: calc((100% - 3rem) / 4);
  height: 11rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.box-construction .img-box .Thumbs li img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box-construction .infor-box {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .box-construction {
    margin-bottom: 8rem;
  }
  .box-construction .img-box .Target-img {
    height: 30rem;
  }
  .box-construction .img-box .Thumbs li {
    height: 8rem;
  }
  .box-construction .infor-box {
    width: 42%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box-construction {
    margin-bottom: 6rem;
  }
  .box-construction .img-box {
    width: 100%;
  }
  .box-construction .img-box .Target-img {
    height: 22rem;
  }
  .box-construction .img-box .Thumbs {
    margin-top: 1rem;
    gap: 0.5rem;
  }
  .box-construction .img-box .Thumbs li {
    width: calc((100% - 1.5rem) / 4);
    height: 6rem;
  }
  .box-construction .infor-box {
    width: 100%;
  }
}
/* ========== end △ */

.style-table01 {
  width: 100%;
}
.style-table01 tr {
  border-bottom: 2px dotted #979799;
}
.style-table01 tr th, .style-table01 tr td {
  padding: 2.5rem 0.5rem;
  vertical-align: top;
  text-align: left;
}
.style-table01 tr th {
  font-weight: bold;
  width: 15rem;
}
.style-table01 tr td {
  width: calc(100% - 15rem);
}
@media only screen and (max-width: 1024px) {
  .style-table01 tr th, .style-table01 tr td {
    padding: 2rem 0.5rem;
  }
  .style-table01 tr th {
    width: 10rem;
  }
  .style-table01 tr td {
    width: calc(100% - 10rem);
  }
}

.bnr-instagram {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 1rem;
  max-width: 75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  overflow: hidden;
  margin: 8rem auto 0;
}
.bnr-instagram .logo {
  position: relative;
  width: 8.4rem;
}
.bnr-instagram .txt {
  position: relative;
  width: calc(100% - 8.4rem);
  padding: 0 6rem 0 3rem;
}
.bnr-instagram .txt .txt-blue {
  font-weight: bold;
  color: #3dbdea;
}
.bnr-instagram .txt .txt-black {
  font-size: 2.5rem;
  font-weight: bold;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .bnr-instagram:hover .dot-blue:after {
    transform: scale(40);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .bnr-instagram {
    padding: 1.5rem 1rem;
    max-width: 34.5rem;
    margin: 4rem auto 0;
  }
  .bnr-instagram .logo {
    width: 4rem;
  }
  .bnr-instagram .txt {
    width: calc(100% - 4rem);
    padding: 0 2rem 0 1rem;
    font-size: 1.2rem;
  }
  .bnr-instagram .txt .txt-black {
    font-size: 1.5rem;
  }
}
/* ========== end △ */

.dot-blue {
  position: relative;
  z-index: 3;
}
.dot-blue:after, .dot-blue:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  z-index: -1;
}
.dot-blue:after {
  background: rgba(61, 189, 234, 0.5);
  width: 4rem;
  height: 4rem;
  right: 0;
}
.dot-blue:before {
  background: #3dbdea;
  width: 2.2rem;
  height: 2.2rem;
  right: 0.9rem;
}
.dot-blue--small:after {
  width: 1.8rem;
  height: 1.8rem;
}
.dot-blue--small:before {
  width: 1rem;
  height: 1rem;
  right: 0.4rem;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .dot-blue:after {
    width: 2rem;
    height: 2rem;
  }
  .dot-blue:before {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.4rem;
  }
  .dot-blue--small:after {
    width: 1.4rem;
    height: 1.4rem;
  }
  .dot-blue--small:before {
    width: 0.8rem;
    height: 0.8rem;
    right: 0.3rem;
  }
}
/* ========== end △ */

.list-faq {
  background: #7c6ac0 url("../pipe/images/faq-bg.webp") no-repeat top right;
  width: 100%;
  padding: 5rem 0;
  border-radius: 2rem;
  color: #fff;
  margin-bottom: 11rem;
}
.list-faq .inner-list {
  width: 100%;
  padding: 0 3rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-faq .inner-list ul {
  width: 45%;
}
.list-faq .inner-list ul li {
  width: 100%;
}
.list-faq .inner-list ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none !important;
  font-size: 2rem;
  padding: 0 2rem 0 6rem;
  margin-bottom: 2rem;
  z-index: 2;
}
.list-faq .inner-list ul li a:after {
  position: absolute;
  content: "Q.";
  top: 0;
  left: 3rem;
}
.list-faq .inner-list ul li a:before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgb(204, 86, 169) 0%, rgb(89, 168, 221) 100%);
  border-radius: 5rem;
  width: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  z-index: -1;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .list-faq .inner-list ul li a:hover:before {
    width: 100%;
  }
}
/* ========== end △ */
@media only screen and (max-width: 1024px) {
  .list-faq {
    padding: 3rem 0;
  }
  .list-faq .inner-list {
    padding: 0 1.5rem;
  }
  .list-faq .inner-list ul {
    width: 49%;
  }
  .list-faq .inner-list ul li a {
    padding: 0 2rem 0 5rem;
  }
  .list-faq .inner-list ul li a:after {
    left: 2rem;
  }
}
@media only screen and (max-width: 960px) {
  .list-faq .inner-list ul {
    width: 100%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .list-faq {
    padding: 2rem 0;
    background-size: 30%;
    margin-bottom: 5rem;
  }
  .list-faq .inner-list ul li a {
    padding: 0 0 0 3rem;
    font-size: 1.6rem;
  }
  .list-faq .inner-list ul li a:after {
    left: 0;
  }
}
/* ========== end △ */

.detail-faq .box-faq {
  position: relative;
  width: 100%;
  border: 1px solid #7290b4;
  padding: 2rem 20rem 2rem 3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}
.detail-faq .box-faq dl dt, .detail-faq .box-faq dl dd {
  position: relative;
  padding-left: 4.5rem;
}
.detail-faq .box-faq dl dt:after, .detail-faq .box-faq dl dd:after {
  position: absolute;
  font-size: 2.5rem;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  left: 0;
  line-height: normal;
}
.detail-faq .box-faq dl dt {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.detail-faq .box-faq dl dt:after {
  content: "Q.";
  color: #3dbdea;
  top: 0.8rem;
}
.detail-faq .box-faq dl dd:after {
  content: "A.";
  color: #e63d9b;
  top: 0.3rem;
}
.detail-faq .box-faq .c-link {
  position: absolute;
  top: 2.5rem;
  right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .detail-faq .box-faq dl dt, .detail-faq .box-faq dl dd {
    padding-left: 3.5rem;
  }
  .detail-faq .box-faq dl dt {
    font-size: 2rem;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .detail-faq .box-faq {
    padding: 1rem 1rem 5rem 1rem;
    margin-bottom: 1.5rem;
  }
  .detail-faq .box-faq dl dt, .detail-faq .box-faq dl dd {
    padding-left: 3.5rem;
  }
  .detail-faq .box-faq dl dt {
    font-size: 1.6rem;
  }
  .detail-faq .box-faq dl dt:after {
    top: 0.3rem;
  }
  .detail-faq .box-faq .c-link {
    top: auto;
    bottom: 1.5rem;
  }
}
/* ========== end △ */

.c-link {
  position: relative;
  padding: 0 2.5rem;
  text-decoration: none !important;
  color: #000;
  border-radius: 2rem;
  overflow: hidden;
}
.c-link:after {
  right: auto;
  left: 0;
}
.c-link:before {
  right: auto;
  left: 0.4rem;
}
/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) {
  .c-link:hover:after {
    transform: scale(18);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .c-link {
    padding: 0 2rem;
  }
  .c-link:before {
    left: 0.3rem;
  }
}
/* ========== end △ */

/*========================================
■.reform PAGE
========================================*/
.p-reform .ttl-page {
  background: url("../reform/images/bg-ttlpage.webp") no-repeat center/cover;
}

/*========================================
■.expansion PAGE
========================================*/
.p-expansion .ttl-page {
  background: url("../expansion/images/bg-ttlpage.webp") no-repeat center/cover;
}

.style-box02 {
  background: url("../expansion/images/bg-circle-line.webp") no-repeat bottom 0 right 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10rem;
  margin-bottom: 8rem;
}
.style-box02 .img-box {
  width: 46%;
}
.style-box02 .img-box img {
  width: 100%;
}
.style-box02 .txt-box {
  width: 48%;
}
.style-box02 .txt-box .ttl {
  font-size: 2.8rem;
  line-height: normal;
  margin-bottom: 3rem;
}
.style-box02 .txt-box .inner-cont p + p {
  margin-top: 3rem;
}
@media only screen and (max-width: 1024px) {
  .style-box02 {
    background: url("../expansion/images/bg-circle-line.webp") no-repeat bottom center;
    background-size: 25%;
    padding-bottom: 5rem;
    margin-bottom: 4rem;
  }
  .style-box02 .txt-box .ttl {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .style-box02 {
    flex-direction: column-reverse;
  }
  .style-box02 .img-box {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  .style-box02 .txt-box {
    width: 100% !important;
    margin-top: 3rem;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style-box02 .txt-box {
    margin-top: 1.5rem;
  }
  .style-box02 .txt-box .ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .style-box02 .txt-box .inner-cont p + p {
    margin-top: 1.5rem;
  }
}
/* ========== end △ */

/*========================================
■.company PAGE
========================================*/
.p-company .ttl-page {
  background: url("../company/images/bg-ttlpage.webp") no-repeat center/cover;
}
.p-company .style-box02 {
  background: none;
  padding-bottom: 0;
}
.p-company .style-box02 .img-box {
  width: 51.8%;
}
.p-company .style-box02 .txt-box {
  width: 43.2%;
}
.p-company .style-box02 .txt-box .ttl {
  padding-bottom: 2rem;
}
.p-company .style-box02 .txt-box .ttl span {
  position: relative;
}
.p-company .style-box02 .txt-box .ttl span:after {
  position: absolute;
  content: "";
  background: #e4469f;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  bottom: -2rem;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
}
.p-company .iframe-map {
  width: 100%;
  height: 50rem;
  border-radius: 2rem;
  overflow: hidden;
}
.p-company .iframe-map iframe {
  width: 100%;
  height: 100%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .p-company .iframe-map {
    height: 30rem;
  }
}
/* ========== end △ */

.style-table02 {
  width: 100%;
}
.style-table02 tr {
  border-bottom: 2px solid #b4c4d7;
}
.style-table02 tr th, .style-table02 tr td {
  padding: 2.2rem 1rem;
  vertical-align: top;
  text-align: left;
}
.style-table02 tr th {
  width: 25rem;
  font-weight: 500;
  color: #3dbdea;
}
.style-table02 tr td {
  width: calc(100% - 25rem);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style-table02 tr th, .style-table02 tr td {
    width: 100%;
    display: block;
    padding: 1.5rem 1rem;
  }
  .style-table02 tr td {
    padding-top: 0;
  }
}
/* ========== end △ */

.txt-link {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  border-bottom: 2px solid #a3a3a3;
}

.box-white {
  width: 100%;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 0px 9px 1px rgba(0, 52, 70, 0.1);
  padding: 4rem 5rem;
  box-sizing: border-box;
  margin-bottom: 5rem;
}
.box-white .ttl {
  position: relative;
  font-weight: 500;
  font-size: 2.7rem;
  margin-bottom: 3rem;
}
.box-white .ttl:after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, rgb(228, 71, 159) 0%, rgb(64, 189, 234) 99%);
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.box-white .inner-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-white .inner-box .img {
  width: 39%;
}
.box-white .inner-box .img ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
.box-white .inner-box .img ul li {
  width: calc((100% - 2.1rem) / 3);
  max-width: 13.9rem;
}
.box-white .inner-box .img ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 13.9rem;
  margin: auto;
}
.box-white .inner-box .txt {
  width: 58%;
}
@media only screen and (max-width: 960px) {
  .box-white .ttl {
    font-size: 2.4rem;
  }
  .box-white .inner-box {
    flex-wrap: wrap;
  }
  .box-white .inner-box .img {
    width: 100%;
  }
  .box-white .inner-box .txt {
    width: 100%;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .box-white {
    padding: 2rem;
    margin-bottom: 3rem;
  }
  .box-white .ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .box-white .inner-box {
    flex-wrap: wrap;
  }
  .box-white .inner-box .img {
    width: 100%;
  }
  .box-white .inner-box .img ul {
    gap: 0.3rem;
  }
  .box-white .inner-box .img ul li {
    width: calc((100% - 0.9rem) / 3);
  }
  .box-white .inner-box .txt {
    width: 100%;
    margin-top: 2rem;
  }
}
/* ========== end △ */
.page-news .ttl-page {
  background: url("../news/TMPL_images/bg-ttlpage.webp") no-repeat center/cover;
}