.banner-home {
  display: flex;
  align-items: center;
  position: relative;
}
.banner-home::after {
  content: "";
  width: 592px;
  height: 592px;
  background-image: url(../images/index/favi-large.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 45px;
  left: 100px;
}
.banner-home::before {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -250px;
  bottom: -160px;
}

.box-text-banner {
  width: 555px;
}

.box-img-banner {
  flex: 1;
  position: relative;
  height: 522px;
}
.box-img-banner::after {
  content: "";
  width: calc(50vw + 80px);
  height: 620px;
  background-color: #30b0ff;
  position: absolute;
  left: 80px;
  z-index: -1;
  top: 160px;
  border-bottom-left-radius: 50px;
}

.img-banner {
  width: calc(50vw + 100px);
  position: absolute;
  left: 0;
  top: 0;
}

.img-banner img {
  border-radius: 12px 0 0 12px;
}

.text-banner span {
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-linear-gradient(0deg, rgb(41, 166, 221) 0%, rgb(0, 91, 183) 100%);
  font-size: 5.4rem;
  letter-spacing: 0.15em;
  font-family: "Anta", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box-slide-cont p {
  line-height: 2;
}
.box-slide-cont p span {
  font-size: 3.2rem;
  color: #2488c6;
}

.img-banner-cs {
  margin-top: -40px;
  margin-left: 145px;
}
.img-banner-cs img {
  max-width: calc(100vw - 20px);
}

.home-about-left {
  position: relative;
  height: 466px;
}

.home-about-left .img-wrap {
  width: calc(50vw + 15px);
  position: absolute;
  right: 0;
  overflow: hidden;
  height: 100%;
}
.home-about-left .img-wrap img {
  width: 100%;
  border-radius: 0 100px 100px 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.main-title.white h2 {
  color: #fff;
}
.main-title.white h2::after {
  background-image: url(../images/index/main-title-white.svg);
}
.main-title.white p {
  color: #fff;
}
.main-title h2 {
  font-size: 8.5rem;
  color: #30b0ff;
  font-family: "Anta", serif;
  letter-spacing: 0.15em;
  position: relative;
}
.main-title h2::after {
  width: 6px;
  height: 100%;
  content: "";
  background-image: url(../images/index/main-title.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}
.main-title p {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
}

.home-about-right {
  padding-left: 40px;
}

a.btn.btn-main {
  max-width: 291px;
  min-height: 78px;
  background-color: #28354c;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 68px;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(145, 168, 181, 0.75);
}
a.btn.btn-main::after {
  width: 40px;
  height: 40px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 25px;
}
a.btn.btn-main:hover {
  background-color: #30b0ff;
}
a.btn.btn-main.btn-white {
  background-color: #fff;
  color: #333;
}
a.btn.btn-main.btn-white:hover {
  background-color: #30b0ff;
  color: #fff;
}
a.btn.btn-main.btn-contact {
  padding-left: 23px;
  min-height: 62px;
  background-color: #30b0ff;
  color: #fff;
  padding-left: 18px;
  padding-right: 20px;
  box-shadow: none;
}
a.btn.btn-main.btn-contact img {
  margin-right: 24px;
}
a.btn.btn-main.btn-contact::after {
  display: none;
}
a.btn.btn-main.btn-contact:hover {
  background-color: #123851;
  color: #fff;
}

.home-about-slide .slick-list {
  margin: 0 -6px;
}
.home-about-slide .slick-slide {
  padding: 0 6px;
}
.home-about-slide img {
  width: 100%;
}

.home-about {
  position: relative;
}
.home-about::after {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 190px;
}
.home-about::before {
  content: "";
  width: calc(50vw + 170px);
  height: 600px;
  background-color: #edf2f4;
  position: absolute;
  right: 0;
  border-radius: 90px 0 0 90px;
  top: 260px;
}

#home-manufacturing {
  position: relative;
}
#home-manufacturing::after {
  content: "";
  width: calc(50vw + 540px);
  height: 700px;
  background-color: #30b0ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
  border-top-right-radius: 100px;
}
#home-manufacturing::before {
  content: "";
  width: calc(50vw + 520px);
  height: 680px;
  background-color: #123851;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -2;
  border-top-right-radius: 100px;
}

.manufacturing-left {
  position: relative;
}
.manufacturing-left::after {
  content: "";
  width: 477px;
  height: 480px;
  background-image: url(../images/index/favi-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -115px;
  left: -215px;
  z-index: -1;
}

.manufacturing-right {
  position: relative;
}
.manufacturing-right::after {
  content: "";
  width: calc(50vw - 43px);
  height: 480px;
  background-image: url(../images/index/manufacturing.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 100px 0 0 100px;
  bottom: -148px;          
  z-index: -1;
  right: calc(100% - 50vw + 100px);
}

.box-manu-link {
  position: relative;
}
.box-manu-link:hover a::after {
  background-image: url(../images/index/icon-right-2.svg);
}

.manu-text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(22, 82, 112, 0.8);
  padding: 25px 33px;
}
.manu-text a {
  padding-left: 25px;
  border-left: 1px solid #30b0ff;
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  position: relative;
}
.manu-text a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  bottom: 0;
  transition: 0.3s;
}
.manu-text a h2 {
  font-size: 2rem;
  font-family: "Anta", serif;
  margin-bottom: 5px;
  mix-blend-mode: overlay;
  letter-spacing: 0.15em;
}

.box-quality {
  background-color: #1b619b;
  border-radius: 20px;
  padding: 23px;
  display: flex;
  position: relative;
  cursor: pointer;
}
.box-quality::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.3s;
}
.box-quality:hover::after {
  background-image: url(../images/index/icon-right-2.svg);
}

.quality-left {
  width: 508px;
}
.quality-left img {
  border-radius: 10px;
}

.quality-right {
  flex: 1;
  padding-left: 55px;
}
.quality-right .main-title h2 {
  font-size: 5.5rem;
  letter-spacing: 0.05em;
}

.quality-cs {
  max-width: 738px;
  margin: 0 auto;
}

a.link-quality {
  display: block;
  position: relative;
}
a.link-quality span {
  display: block;
  padding: 20px 15px;
  font-size: 2.1rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.05em;
}
a.link-quality img {
  border-radius: 10px;
  width: 100%;
}
a.link-quality::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../images/index/icon-right.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  bottom: 12px;
  transition: 0.3s;
}
a.link-quality:hover::after {
  background-image: url(../images/index/icon-right-2.svg);
}

.home-contact {
  display: flex;
  padding: 23px 40px;
  background-color: #fff;
  border-radius: 20px;
  padding-right: 26px;
}
.home-contact .main-title {
  display: flex;
  align-items: center;
}
.home-contact .main-title h2 {
  font-size: 3rem;
  margin-right: 30px;
}
.home-contact .main-title p {
  font-size: 2.1rem;
}
.home-contact a:not(.btn) {
  display: flex;
  align-items: center;
  margin: 0 50px;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", serif;
  color: #25465E;
}
.home-contact a:not(.btn) img {
  margin-right: 12px;
}
.home-contact a.btn.btn-main {
  width: 100%;
  max-width: 297px;
}

.footer-wrap {
  background-color: #25465e;
  border-radius: 50px;
}

.box-footer {
  display: flex;
}

.footer-left {
  width: 400px;
}

.footer-right {
  flex: 1;
}

.box-link-footer {
  display: flex;
}

.link-footer-gr {
  width: 162px;
}
.link-footer-gr a:hover span::after {
  width: 100%;
}
.link-footer-gr a span {
  position: relative;
}
.link-footer-gr a span::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: 0.3s;
}

a.link-footer {
  display: block;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

a.sub-link {
  display: flex;
  color: #fff;
  margin-bottom: 8px;
  margin-left: 20px;
  font-size: 1.4rem;
}

.link-footer-gr:nth-child(2) {
  width: 251px;
}

footer {
  position: relative;
}
footer::after {
  content: "";
  width: 100%;
  height: 357px;
  background-color: #edf2f4;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.header-wrapper {
  position: relative;
}
body.home .header-wrapper::after {
  content: "";
  width: 505px;
  height: 660px;
  background-color: #edf2f4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  border-bottom-right-radius: 50px;
}

.home-quality {
  position: relative;
}
.home-quality::after {
  content: "";
  width: 1200px;
  height: 422px;
  background-color: #edf2f4;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
  border-radius: 100px;
}

.page-header {
  height: 390px;
  padding-top: 130px;
  position: relative;
}
.page-header::after {
  content: "";
  width: 100%;
  height: calc(100% + 70px);
  background-image: url(../images/company/bg-page.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.page-header::before {
  content: "";
  width: 100%;
  height: 60px;
  background-color: #1a5089;
  opacity: 0.5;
  position: absolute;
  left: 0;
  z-index: -1;
  border-radius: 30px;
  bottom: -70px;
}

.title-en {
  font-size: 8.5rem;
  letter-spacing: 0.15em;
  font-family: "Anta", serif;
  position: relative;
  line-height: 1;
  color: #fff;
}
.title-en::after {
  width: 6px;
  height: 100%;
  content: "";
  background-image: url(../images/index/main-title.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -27px;
}

.title-jp {
  font-size: 3.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.05em;
  margin-top: 20px;
  color: #fff;
}

.text-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sub-title {
  font-size: 3.5rem;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.sub-title::after {
  content: "";
  width: 63px;
  height: 6px;
  background: #28354C;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 3px;
}

.flex-text-com {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #c7c7c7;
}

.flex-text-com h2 {
  color: #29a6dd;
  font-size: 4rem;
  letter-spacing: 0.15em;
  font-family: "Anta", serif;
  width: 310px;
}

.flex-text-com p {
  flex: 1;
  letter-spacing: 0.1em;
  font-size: 20px;
}

.company-02-right {
  padding: 30px 55px 20px;
  position: relative;
}
.company-02-right::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c7c7c7;
  position: absolute;
  left: -15px;
  top: 0;
}

.company-01 {
  position: relative;
}
.company-01::before {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: 110px;
}
.company-01::after {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  bottom: -10px;
  z-index: -3;
}

#company-02 {
  position: relative;
}
#company-02::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #edf2f4;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
}
#company-02::before {
  content: "";
  width: 455px;
  height: 457px;
  background-image: url(../images/index/favi-large.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
}

.table-company {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.table-company-left {
  width: 112px;
  color: #0a71a5;
  font-size: 1.9rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.05em;
  text-align: right;
  padding-right: 11px;
}

.table-company-right {
  flex: 1;
  padding: 12px 23px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  border-bottom: 1px solid #949494;
  line-height: 1.5;
}

#company-03 {
  position: relative;
}
#company-03::after {
  content: "";
  width: calc(50vw - 140px);
  height: 700px;
  background-color: #30b0ff;
  position: absolute;
  left: 0;
  top: 240px;
  z-index: -3;
  border-top-right-radius: 100px;
}
#company-03::before {
  content: "";
  width: calc(50vw - 160px);
  height: 680px;
  background-color: #123851;
  position: absolute;
  left: 0;
  top: 260px;
  z-index: -2;
  border-top-right-radius: 100px;
}

.text-company-3 {
  padding-right: 105px;
}

.img-company-3 img {
  border-radius: 30px;
}

.company-03 {
  position: relative;
}
.company-03::before {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -10px;
  top: -25px;
  z-index: -5;
}
.company-03::after {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 145px;
  z-index: -3;
}

.box-history {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

.his-left {
  font-size: 2.8rem;
  font-weight: 500;
  color: #0a71a5;
  letter-spacing: 0.1em;
  width: 110px;
}
.his-left h2 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.his-left h2 span {
  font-size: 1.8rem;
}

.his-center {
  width: 85px;
  text-align: right;
  font-weight: 500;
  color: #0a71a5;
  letter-spacing: 0.05em;
}

.his-right {
  flex: 1;
  padding-left: 40px;
  letter-spacing: 0.1em;
  line-height: 1.375;
}

.company-04 {
  background-color: #edf2f4;
}

.title-cs {
  font-size: 3rem;
  font-family: "Zen Kaku Gothic New", serif;
  color: #0a71a5;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 3px 30px;
  margin-bottom: 15px;
  position: relative;
}
.title-cs:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #0a71a5;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.title-cs:before {
  content: "";
  width: 6px;
  height: 100%;
  background: #c7c7c7;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}

.box-map iframe {
  width: 100%;
  height: 285px;
}

ul.list-dot li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
ul.list-dot li:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #30b0ff;
  position: absolute;
  left: 3px;
  top: 6px;
}

.manu-link-img img {
  width: 100%;
}

.product-01 {
  position: relative;
}
.product-01::before {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 85px;
  z-index: -5;
}
.product-01::after {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -90px;
  bottom: -110px;
  z-index: -3;
}

.title-product {
  color: #fff;
  font-size: 5.3rem;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1;
  margin-bottom: 60px;
}
.title-product h2 {
  mix-blend-mode: overlay;
  letter-spacing: 0.15em;
  font-size: 3.5rem;
  font-family: "Anta", serif;
  margin-bottom: 15px;
}
.title-product:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #30b0ff;
  position: absolute;
  left: -50px;
  top: 0;
}

.product-left {
  height: 578px;
  position: relative;
}

.product-left img {
  max-width: unset;
  position: absolute;
  right: 0;
  top: 0;
}

.product-right {
  padding-left: 10px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
.product-right h2 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", serif;
  letter-spacing: 0.05em;
  line-height: 1.667;
  color: #0a71a5;
  margin-bottom: 25px;
}
.product-right p {
  line-height: 2;
  letter-spacing: 0.1em;
}
.product-right::after {
  content: "";
  width: calc(50vw + 40px);
  height: 609px;
  position: absolute;
  background: #fff;
  top: 0;
  z-index: -1;
  left: -90px;
  border-top-left-radius: 100px;
}

.box-product {
  position: relative;
  padding-bottom: 140px;
  padding-top: 130px;
}
.box-product::after {
  content: "";
  width: calc(100vw - 154px);
  height: 700px;
  background-color: #30b0ff;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: -3;
  border-top-right-radius: 100px;
}
.box-product::before {
  content: "";
  width: calc(100vw - 188px);
  height: 680px;
  background-color: #123851;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -2;
  border-top-right-radius: 100px;
}
.box-product > .container::after {
  content: "";
  width: 477px;
  height: 480px;
  background-image: url(../images/index/favi-2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -270px;
  right: -240px;
  z-index: -5;
  opacity: 0.3;
}

.table-product table {
  width: 100%;
  border: 1px solid #e9f1f4;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
}
.table-product table td:nth-child(1) {
  width: 87.5%;
  background-color: #e9f1f4;
  font-size: 2rem;
  color: #0a71a5;
  letter-spacing: 0.05em;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #a9c3e0;
}
.table-product table td:nth-child(2) {
  border: 1px solid #a9c3e0;
  padding-right: 30px;
  text-align: right;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.box-slide-product {
  max-width: 766px;
  margin: 0 auto;
}
.box-slide-product > h2 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #0a71a5;
  text-align: center;
  margin-bottom: 20px;
}

.slide-product button.slick-arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  background: transparent;
  border: none;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  z-index: 1;
  cursor: pointer;
}
.slide-product button.slick-arrow.next-arrow {
  left: auto;
  right: -30px;
}
.slide-product ul.slick-dots {
  bottom: -60px;
  z-index: 1;
}
.slide-product ul.slick-dots li {
  border-color: #30b0ff;
}
.slide-product ul.slick-dots li.slick-active {
  background-color: #30b0ff;
}

.slide-pro-item img {
  border-radius: 20px;
}
.slide-pro-item p {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding-top: 20px;
}

ul.list-number {
  counter-reset: my-sec-counter;
}
ul.list-number li {
  font-size: 2rem;
  font-weight: 500;
  color: #0a71a5;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 55px;
  margin-bottom: 20px;
  position: relative;
  counter-increment: my-sec-counter;
  font-family: "Zen Kaku Gothic New", serif;
}
.list-number-text{
       
  font-size: 3rem;
  font-weight: 500;
  color: #0a71a5;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", serif; 
}
ul.list-number li::after {
  content: counter(my-sec-counter) ". ";
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", serif;
  position: absolute;
  left: 5px;
  line-height: 1;
  top: -4px;
}

.box-white {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91px;
  background-color: #fff;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #0a71a5;
  letter-spacing: 0.05em;
}

.box-product.quality::before {
  height: 267px;
  border-radius: 0 100px 100px 0;
}

.box-product.quality::after {
  border-radius: 0 100px 100px 0;
  height: 309px;
}

.box-product.quality > .container::after {
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: -253px;
  top: -10px;
}

.box-product.quality > .container::before {
  content: "";
  width: 100vw;
  height: calc(100% + 100px);
  background-color: #edf2f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -5;
  bottom: -140px;
}

.brd-10 {
  border-radius: 10px;
}

.page-csr .list-number li {
  margin-bottom: 10px;
}
.page-csr .list-number p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 35px;
}
.page-csr .page-header::after {
  background-image: url(../images/product/bg-page-csr.png);
}

.csr-02 {
  background-color: #edf2f4;
}

.page-contact ul.list-anchor {
  align-items: flex-end;
}
.page-contact ul.list-anchor li a::after {
  bottom: 17px;
  top: auto;
  transform: none;
}
.page-contact .page-header::after {
  background-image: url(../images/index/bg-page-contact.png);
}

.box-contact-tel {
  border: 2px solid #30b0ff;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 156px;
  position: relative;
}
.box-contact-tel::after {
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #30b0ff;
}

.box-tel-cs {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  color: #666666;
  position: relative;
  letter-spacing: 0.05em;
  padding-left: 50px;
}
.box-tel-cs::after {
  content: "";
  width: 46px;
  height: 51px;
  background-image: url(../images/index/icon-phone-2.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
.box-tel-cs h2 {
  font-size: 4rem;
  font-weight: 500;
  color: #1d516d;
}
.box-tel-cs h2 a {
  color: #1d516d;
}

.contact-tel {
  width: 50%;
}

.contact-fax {
  width: 50%;
}
.contact-fax .box-tel-cs {
  padding-left: 70px;
}
.contact-fax .box-tel-cs::after {
  width: 54px;
  height: 55px;
  background-image: url(../images/index/icon-fax.svg);
}

.contact-01 {
  position: relative;
}
.contact-01::after {
  content: "";
  width: 100%;
  height: 164px;
  background-color: #edf2f4;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}

.box-about-text {
  background-color: #edf2f4;
}
.home-manufacturing{
  position: relative;
}
.home-manufacturing::before {
  content: "";
  width: 620px;
  height: 110px;
  background-image: url(../images/index/bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 713px);
  top: -32px;
}
/*# sourceMappingURL=style-2.css.map */
