@charset "utf-8";

/* layout */
.container {width: 100%; min-width: 1200px;margin: 0 auto}
.content01, .inner-content, .content03,.content04 {max-width: 1200px; margin: 0 auto;}
.content01,.content02,.content03,.content04 {margin: 120px auto; padding: 0 1rem;}

/* hero */
.hero-wrap {
  position: relative;
  width: 100%;
  background-color: #e4efff;
  -webkit-border-bottom-left-radius: 25rem;
  -moz-border-radius-bottomleft: 25rem;
  border-bottom-left-radius: 15vw;
}

.hero-wrap .hero-area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding:  8rem 1rem 6rem 1rem;
  justify-content: space-between;
}

.hero-wrap .hero-area .hero-title h2 {
  position: relative;
  font-size: 64px;
  color: var(--pageTitle);
}

.hero-wrap .hero-area .hero-title h2>span {
  position: absolute;
  right: 35%;
  top: 40%;
}

.hero-wrap .hero-area .hero-title > p {
  color: #6B7258;
  font-size: 18px;
}
.hero-wrap .hero-area .hero-banner{
  width: 40%;
}
.hero-rolling .swiper-slide {
  position: relative;
  font-size: 18px;
}
.swiper-pagination {
  transform: translate3d(400px, -20px, 0)!important;
  right: 90px!important;
}
.swiper-pagination-fraction{
  width: 10%!important;
  background-color: #FFF;
  opacity: 0.5;
  border-radius: 50px;
}

.hero-rolling .swiper-slide .banner-txt {
  position: absolute;
  top: 10%;
  left: 45%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-rolling .swiper-slide .banner-txt p {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #303524;
  white-space: nowrap;
}
.hero-rolling .swiper-slide .banner-txt strong {
  font-size: 34px;
  font-weight: 500;
  white-space: nowrap;
}

.hero-input-area .input-tab ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
  justify-content:flex-start;
}

.hero-input-area .input-tab ul li a {
  width: 300px;
  text-align: center;
  padding: 1rem 2rem;
  background-color:#0068d6;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius: 4px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-radius: 4px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
}

.hero-input-area .input-tab ul li a:hover {
  background-color: #a1cfff;
  transition: 0.5s;
}

.hero-input-area .input-tab ul li a:hover {
  color: #000;
}

.hero-input-area .input-tab ul li a:hover .ico-link-arrow {
  background-color: #0068d6;
  border-radius: 50px;
}

.content01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}

.content01 [class*=content-item] {
  padding: 2rem 2rem;
  background-color: #F1F1F3;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content01 [class*=content-item] a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content01 .content-item01 a {
  justify-content:flex-start;
}

.content01 [class*=content-item] strong {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 28px;
  line-height: 50px;
}

.content01 [class*=content-item] .inner-txt {
  margin-bottom: 24px;
  color: #161c00;
}
.content01 .content-item01 {
  position: relative;
  -webkit-border-radius: 12px;
  -webkit-border-top-left-radius: 70px;
  -moz-border-radius: 12px;
  -moz-border-radius-topleft: 70px;
  border-radius: 12px;
  border-top-left-radius: 70px;
  background: linear-gradient(180deg, rgb(220, 241, 255) 0%, rgb(184, 208, 255) 100%);
}

.content01 .content-item02 {
  background: linear-gradient(180deg, rgb(220, 241, 255) 0%, rgb(184, 208, 255) 100%);
}
.content01 .content-item03 {
  background: linear-gradient(180deg, rgb(220, 241, 255) 0%, rgb(184, 208, 255) 100%);
}
.content01 .content-item04 {
  background: linear-gradient(180deg, rgb(220, 241, 255) 0%, rgb(184, 208, 255) 100%);
}
.content01 .content-item05 {
  background: linear-gradient(180deg, rgb(220, 241, 255) 0%, rgb(184, 208, 255) 100%);
}
.content01 .content-item06 {
  background: linear-gradient(180deg, rgb(220, 241, 255) 0%, rgb(184, 208, 255) 100%);
}

.content01 .content-item01 .link-item {
  position: absolute;
  bottom: 32px;
}

.unit {
  width: 50px;
  height: 50px;
}

.content-item01 {
    grid-row: span 2 / span 2;
}


.content-item05 {
    grid-column-start: 2;
    grid-row-start: 2;
}

.content01 .content-item06 {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 2;
  -webkit-border-radius: 12px;
  -webkit-border-bottom-right-radius: 70px;
  -moz-border-radius: 12px;
  -moz-border-radius-bottomright: 70px;
  border-radius: 12px;
  border-bottom-right-radius: 70px;
}

.link-item> span {
  padding: 8px 2px 8px 12px;
  background-color:#0068d6;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 12px;
  color: #fff;
}

.link-btn {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.55rem ;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  position: relative;
  color: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

[class*=content-item]:hover {
  transition: 0.1s;
  outline: 2px solid var(--color-brand-primary);
  cursor: pointer;
}

[class*=content-item]:hover .link-btn{
}

[class*=content-item]:hover .link-item>span {
  color:#fff;
  font-weight: bold;
}

[class*=content-item]:hover .button__icon-wrapper {
  color: #fff;

}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-200%, 200%);
}

[class*=content-item]:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

[class*=content-item]:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

.content02 {
  display: flex;
  justify-content: space-between;
}

.content02 .inner-content {
  display: flex;
  justify-content: space-between;
  padding:80px 0;
  align-items: center;
}
.content02 h3 {
  color: #fff;
}

h3{
  color: #000f28;
  font-size: 2.5rem ;
}

.content02 {
  background-color: #e7efff;
}

.content02 .service-left {
  width: 30%;
  margin-right: 25px;
}

.content02 .service-right {
  margin-left: 60px;
  width: 70%;
}

.content02 .service-left img {
  width: 180px;
}

.content02 .service-right strong {
  display: block;
  padding-bottom: 20px;
  font-size: 24px;
}

.content02 .product-item li {
  position: relative;
  width:47.5%;
  margin-bottom: 40px;
  -webkit-border-radius: 30px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 30px;
  -moz-border-radius-topleft: 0;
  border-radius: 30px;
  border-top-left-radius: 0;
  cursor: pointer;
}

.content02 .product-item li .ico-right-arrow {
  position: absolute;
  right: 20px;
  bottom: 25px;
  transition: transform 0.2s ease-in-out;
}

.content02 .product-item li:hover .ico-right-arrow {
  transform: translateX(8px);
}

.product-item {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.product-item li {
  position: relative;
  padding: 1.5rem;
  background-color: var(--color-bg);
  border-radius: 24px;
}

.content03 h3 {
  text-align: center;
  margin-bottom: 50px;
}

.content03 .product-item li {
  position: relative;
  width: 33%;
}

.content03 .product-inner p {
  color: #6B6B6A;
}
.product-item li button {
  position: absolute;
  right: 2rem;
  bottom:30px;
}

.product-item strong {
  display: block;
  font-size: 22px;
  margin: 16px 0;
}

.content02 .product-item strong {
  margin: 0;
  margin-bottom: 16px;
}

.product-inner {
  margin-bottom: 48px;
  font-size: 16px;
}

.link {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
}

.link strong {
  display: block;
  font-size: 22px;
  color: #080808;
}

.link span {
  padding-bottom: 7px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

.link svg {
  transform: translateX(6px);
  transition: all 0.3s ease;
  vertical-align: middle;
}

.link:hover svg {
  transform: translateX(0);
}

.link:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.link:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.info-item.tab-item {
  font-size: 20px;
  font-weight: 500;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #fff;
  opacity: 0.5;
  padding: 15px 5px;
  border-radius: 20px;
  color: black !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
}

.content04 {
  display: flex;
  justify-content: space-between;
}
.content04 h3 {
  margin-bottom: 12px;
}
.content04 div >strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
}
.cs-wrap {
  display: flex;
  gap: 1rem;
  width: 55%;
}
.cs-wrap li {
  width: 100%;
  border-radius: 12px;
  padding: 1.5rem;
  background-color: var(--color-bg);
}

.cs-wrap li a {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.cs-wrap li a > p {
  font-size: 13px;
  color: #383838;
}

.cs-wrap li:nth-child(2) a div {
  margin-top: 13px;
}

.cs-wrap li a div p {
  font-size: 24px;
  font-weight: 500;
}

.cs-wrap li a div span {
  color: var(--color-brand-point);
  font-weight: bold;
}

.cs-wrap li img {
  width: 6rem;
}

.acco-contents {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
  color: var(--gray-txt1-color);
  font-weight: 300;
}

.acco-contents p {
  color: var(--gray-txt1-color);
  font-size: 13px;
  font-weight: 300;
}

.inner_text p {
  font-size: 12px;
  color: var(--gray-txt1-color);
  font-weight: 300;
}

.inner_text ol {
  margin-bottom: 15px;
  padding-left: 15px;
}
.inner_text ul li {
  padding-left: 10px;
}
.inner_text ol li {
  list-style-type: decimal;
  
}
.inner_text ul li,
.inner_text ol li {
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray-txt1-color);
}
.inner_text ol li:first-child {
  margin-top: 0;
}
.inner_text ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #cdb687;
}
.inner_text ul li ol {
  margin-top: 7px;
}
.inner_text ul ol li::before {
  width: 0;
  height: 0;
}

@media (max-width: 1200px) {
  .section.content04 h3 img {
    width: 150px!important;
  }

    .acco-contents {
      font-size: 12px;
  }

  .acco-contents p {
      font-size: 12px;
  }
}