/*
* Basics
*/
/*@use 'variables' as *;

@font-face {
	font-family: 'barlow';
	src: url($font_path + 'barlow/Barlow-Regular.woff') format('woff');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}*/
/*
* VW Unit
*/
/*
* VH Unit
*/
a {
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.2s;
}

p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

section {
  position: relative;
  padding: clamp(80px, 10.4166666667vw, 200px) clamp(20px, 5.5555555556vw, 30px);
  border-radius: 60px;
}
section .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
  z-index: 1;
}
section .bg .img-container,
section .bg .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .bg .img-container {
  width: 100%;
  height: 100%;
  z-index: 2;
}
section .bg .img-container .inner-img {
  width: 100%;
  height: 100%;
}
section .bg .img-container .inner-img img,
section .bg .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section .bg .video-container {
  width: 100%;
  height: 100%;
  z-index: 3;
}
section .bg .video-container .inner-video {
  width: 100%;
  height: 100%;
}
section .bg .video-container .inner-video video,
section .bg .video-container .inner-video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section:first-child {
  padding-bottom: 30px;
}
section.no-padding-top {
  padding-top: 0;
}
section.no-padding-bottom {
  padding-bottom: 0;
}
section.no-border-radius-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.no-border-radius-top .bg {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section.no-border-radius-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.no-border-radius-bottom .bg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
section.no-cover .bg .img-container .inner-img img,
section.no-cover .bg .img-container .inner-img .img {
  height: auto;
}
section.no-cover .bg .video-container .inner-video video,
section.no-cover .bg .video-container .inner-video .video {
  height: auto;
}

.header-padding-yes section:first-child {
  padding-top: 120px;
}

.header-padding-no section:first-child {
  padding-top: 100px;
}

#viewport {
  height: 100%;
  min-height: 100lvh;
}
#viewport #pageWrapper #pageContent {
  will-change: transform;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}

.cbg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.cobj {
  object-fit: cover;
  object-position: center center;
}

.btn {
  background: var(--black-color);
  display: flex;
  border: 1px solid var(--black-color);
  height: 60px;
  padding: 0 25px;
  min-width: 210px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
  cursor: pointer;
}
.btn span {
  font-size: 17px;
  font-family: var(--font-family);
  transition-property: color;
  transition-duration: 0.2s;
  color: var(--white-color);
}
.btn.full {
  background: var(--button-full-bg);
  border-color: var(--button-full-border);
}
.btn.full span {
  color: var(--button-full-text);
}
.btn.full:hover {
  background: var(--button-full-bg-hover);
  border-color: var(--button-full-border-hover);
}
.btn.full:hover span {
  color: var(--button-full-text-hover);
}
.btn.outline {
  background: var(--button-outline-bg);
  border-color: var(--button-outline-border);
}
.btn.outline span {
  color: var(--button-outline-text);
}
.btn.outline:hover {
  background: var(--button-outline-bg-hover);
  border-color: var(--button-outline-border-hover);
}
.btn.outline:hover span {
  color: var(--button-outline-text-hover);
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.contents .inner-contents h1,
.contents .inner-contents h2,
.contents .inner-contents h3,
.contents .inner-contents h4,
.contents .inner-contents h5,
.contents .inner-contents h6 {
  color: var(--title);
}
.contents .inner-contents h1 span,
.contents .inner-contents h2 span,
.contents .inner-contents h3 span,
.contents .inner-contents h4 span,
.contents .inner-contents h5 span,
.contents .inner-contents h6 span {
  color: var(--title-accent);
}
.contents .inner-contents h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: clamp(36px, 3.6875vw, 59px);
}
.contents .inner-contents .uptitle {
  display: table;
  margin: 0 0 10px;
  font-size: clamp(14px, 3.1481481481vw, 17px);
  line-height: clamp(20px, 4.4444444444vw, 24px);
  color: var(--uptitle);
}
.contents .inner-contents .uptitle span {
  color: var(--uptitle-accent);
}
.contents .inner-contents .subtitle {
  display: table;
  margin: 5px 0 0;
  font-size: clamp(14px, 3.1481481481vw, 17px);
  line-height: clamp(20px, 4.4444444444vw, 24px);
  color: var(--subtitle);
}
.contents .inner-contents .subtitle span {
  color: var(--subtitle-accent);
}
.contents .inner-contents rwp-wrap {
  display: block;
  margin: 10px 0 0;
}
.contents .inner-contents rwp-wrap p,
.contents .inner-contents rwp-wrap ul li,
.contents .inner-contents rwp-wrap ol li {
  color: var(--text);
  font-size: clamp(14px, 3.1481481481vw, 17px);
  line-height: clamp(20px, 4.4444444444vw, 24px);
}
.contents .inner-contents rwp-wrap p span,
.contents .inner-contents rwp-wrap ul li span,
.contents .inner-contents rwp-wrap ol li span {
  color: var(--text-accent);
}
.contents .inner-contents rwp-wrap p a,
.contents .inner-contents rwp-wrap ul li a,
.contents .inner-contents rwp-wrap ol li a {
  color: var(--text);
}
.contents .inner-contents rwp-wrap p a:hover,
.contents .inner-contents rwp-wrap ul li a:hover,
.contents .inner-contents rwp-wrap ol li a:hover {
  color: var(--text-accent);
}
.contents .inner-contents rwp-wrap p + p, .contents .inner-contents rwp-wrap p + ul, .contents .inner-contents rwp-wrap p + ol {
  margin-top: 25px;
}
.contents .inner-contents rwp-wrap ul {
  list-style: initial;
  padding: 0 0 0 20px;
}
.contents .inner-contents rwp-wrap ul + p, .contents .inner-contents rwp-wrap ul + ul, .contents .inner-contents rwp-wrap ul + ol {
  margin-top: 25px;
}
.contents .inner-contents rwp-wrap ol {
  list-style: auto;
  padding: 0 0 0 20px;
}
.contents .inner-contents rwp-wrap ol + p, .contents .inner-contents rwp-wrap ol + ul, .contents .inner-contents rwp-wrap ol + ol {
  margin-top: 25px;
}
.contents .inner-contents .buttons {
  margin: 35px 0 0;
}
@media screen and (max-width: 540px) {
  .contents .inner-contents h1 br,
  .contents .inner-contents h2 br,
  .contents .inner-contents h3 br,
  .contents .inner-contents h4 br,
  .contents .inner-contents h5 br,
  .contents .inner-contents h6 br {
    display: none;
  }
}

.uptitle-uppercase .contents .inner-contents .uptitle {
  text-transform: uppercase;
}

.title-uppercase .contents .inner-contents h1,
.title-uppercase .contents .inner-contents h2,
.title-uppercase .contents .inner-contents h3,
.title-uppercase .contents .inner-contents h4,
.title-uppercase .contents .inner-contents h5,
.title-uppercase .contents .inner-contents h6 {
  text-transform: uppercase;
}

.subtitle-uppercase .contents .inner-contents .subtitle {
  text-transform: uppercase;
}

.text-uppercase .contents .inner-contents rwp-wrap p {
  text-transform: uppercase;
}

.button-uppercase .contents .inner-contents .buttons .btn {
  text-transform: uppercase;
}

.uptitle-lowercase .contents .inner-contents .uptitle {
  text-transform: lowercase;
}

.title-lowercase .contents .inner-contents h1,
.title-lowercase .contents .inner-contents h2,
.title-lowercase .contents .inner-contents h3,
.title-lowercase .contents .inner-contents h4,
.title-lowercase .contents .inner-contents h5,
.title-lowercase .contents .inner-contents h6 {
  text-transform: lowercase;
}

.subtitle-lowercase .contents .inner-contents .subtitle {
  text-transform: lowercase;
}

.text-lowercase .contents .inner-contents rwp-wrap p {
  text-transform: lowercase;
}

.button-lowercase .contents .inner-contents .buttons .btn {
  text-transform: lowercase;
}

label {
  display: table;
  font-size: 17px;
  font-weight: 500;
  color: var(--form-label);
}

input:not(.pll-switcher-select),
select:not(.pll-switcher-select),
textarea:not(.pll-switcher-select) {
  background: var(--form-input-bg);
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  font-family: var(--font-family);
  border-radius: 10px;
  border: 1px solid var(--form-input-border);
  transition-property: background, border-color, color;
  transition-duration: 0.2s, 0.2s, 0.2s;
  color: var(--form-input-text);
}
input:not(.pll-switcher-select)::-webkit-input-placeholder,
select:not(.pll-switcher-select)::-webkit-input-placeholder,
textarea:not(.pll-switcher-select)::-webkit-input-placeholder {
  opacity: 1;
  color: var(--form-input-placeholder);
  transition-property: color;
  transition-duration: 0.2s;
}
input:not(.pll-switcher-select)::-moz-placeholder,
select:not(.pll-switcher-select)::-moz-placeholder,
textarea:not(.pll-switcher-select)::-moz-placeholder {
  opacity: 1;
  color: var(--form-input-placeholder);
  transition-property: color;
  transition-duration: 0.2s;
}
input:not(.pll-switcher-select):-ms-input-placeholder,
select:not(.pll-switcher-select):-ms-input-placeholder,
textarea:not(.pll-switcher-select):-ms-input-placeholder {
  opacity: 1;
  color: var(--form-input-placeholder);
  transition-property: color;
  transition-duration: 0.2s;
}
input:not(.pll-switcher-select):-moz-placeholder,
select:not(.pll-switcher-select):-moz-placeholder,
textarea:not(.pll-switcher-select):-moz-placeholder {
  opacity: 1;
  color: var(--form-input-placeholder);
  transition-property: color;
  transition-duration: 0.2s;
}
input:not(.pll-switcher-select):hover,
select:not(.pll-switcher-select):hover,
textarea:not(.pll-switcher-select):hover {
  background: var(--form-input-bg-hover);
  border-color: var(--form-input-border-hover);
  color: var(--form-input-text-hover);
}
input:not(.pll-switcher-select):hover::-webkit-input-placeholder,
select:not(.pll-switcher-select):hover::-webkit-input-placeholder,
textarea:not(.pll-switcher-select):hover::-webkit-input-placeholder {
  color: var(--form-input-placeholder-hover);
}
input:not(.pll-switcher-select):hover::-moz-placeholder,
select:not(.pll-switcher-select):hover::-moz-placeholder,
textarea:not(.pll-switcher-select):hover::-moz-placeholder {
  color: var(--form-input-placeholder-hover);
}
input:not(.pll-switcher-select):hover:-ms-input-placeholder,
select:not(.pll-switcher-select):hover:-ms-input-placeholder,
textarea:not(.pll-switcher-select):hover:-ms-input-placeholder {
  color: var(--form-input-placeholder-hover);
}
input:not(.pll-switcher-select):hover:-moz-placeholder,
select:not(.pll-switcher-select):hover:-moz-placeholder,
textarea:not(.pll-switcher-select):hover:-moz-placeholder {
  color: var(--form-input-placeholder-hover);
}
input:not(.pll-switcher-select):focus,
select:not(.pll-switcher-select):focus,
textarea:not(.pll-switcher-select):focus {
  background: var(--form-input-bg-focus);
  border-color: var(--form-input-border-focus);
  color: var(--form-input-text-focus);
}
input:not(.pll-switcher-select):focus::-webkit-input-placeholder,
select:not(.pll-switcher-select):focus::-webkit-input-placeholder,
textarea:not(.pll-switcher-select):focus::-webkit-input-placeholder {
  color: var(--form-input-placeholder-focus);
}
input:not(.pll-switcher-select):focus::-moz-placeholder,
select:not(.pll-switcher-select):focus::-moz-placeholder,
textarea:not(.pll-switcher-select):focus::-moz-placeholder {
  color: var(--form-input-placeholder-focus);
}
input:not(.pll-switcher-select):focus:-ms-input-placeholder,
select:not(.pll-switcher-select):focus:-ms-input-placeholder,
textarea:not(.pll-switcher-select):focus:-ms-input-placeholder {
  color: var(--form-input-placeholder-focus);
}
input:not(.pll-switcher-select):focus:-moz-placeholder,
select:not(.pll-switcher-select):focus:-moz-placeholder,
textarea:not(.pll-switcher-select):focus:-moz-placeholder {
  color: var(--form-input-placeholder-focus);
}
input:not(.pll-switcher-select).error,
select:not(.pll-switcher-select).error,
textarea:not(.pll-switcher-select).error {
  background: var(--form-input-bg-error);
  border-color: var(--form-input-border-error);
  color: var(--form-input-text-error);
}
input:not(.pll-switcher-select).error::-webkit-input-placeholder,
select:not(.pll-switcher-select).error::-webkit-input-placeholder,
textarea:not(.pll-switcher-select).error::-webkit-input-placeholder {
  color: var(--form-input-placeholder-error);
}
input:not(.pll-switcher-select).error::-moz-placeholder,
select:not(.pll-switcher-select).error::-moz-placeholder,
textarea:not(.pll-switcher-select).error::-moz-placeholder {
  color: var(--form-input-placeholder-error);
}
input:not(.pll-switcher-select).error:-ms-input-placeholder,
select:not(.pll-switcher-select).error:-ms-input-placeholder,
textarea:not(.pll-switcher-select).error:-ms-input-placeholder {
  color: var(--form-input-placeholder-error);
}
input:not(.pll-switcher-select).error:-moz-placeholder,
select:not(.pll-switcher-select).error:-moz-placeholder,
textarea:not(.pll-switcher-select).error:-moz-placeholder {
  color: var(--form-input-placeholder-error);
}

input:not(.pll-switcher-select),
select:not(.pll-switcher-select) {
  height: 60px;
  padding: 0 20px;
}

select {
  appearance: none;
  cursor: pointer;
}

textarea {
  height: 180px;
  padding: 20px;
  resize: none;
}

form .fields {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 16px;
  align-items: flex-end;
  justify-content: space-between;
}
form .fields .field {
  width: 100%;
}
form .fields .field label {
  margin: 0 0 8px;
}
form .fields .field .the-field {
  position: relative;
}
form .fields .field .the-field .select-icon {
  position: absolute;
  display: flex;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  z-index: 2;
}
form .fields .field .the-field .select-icon svg {
  width: 20px;
  height: auto;
}
form .fields .field .the-field .select-icon svg path {
  fill: var(--form-input-text);
}
form .fields .field.split {
  width: calc(50% - 8px);
}

#ham-panel {
  background: var(--ham-panel-overlay);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 clamp(20px, 3.7037037037vw, 30px);
  pointer-events: none;
  z-index: 98;
  opacity: 0;
}
#ham-panel .container {
  width: 100%;
  height: 100%;
  padding: 120px 0 30px;
}
#ham-panel .container > .box {
  background: var(--ham-panel-bg);
  width: 100%;
  height: 100%;
  max-width: 923px;
  margin: 0 0 0 auto;
  padding: clamp(80px, 6.25vw, 11.1111111111vh) clamp(30px, 7.4074074074vw, 40px) 30px 30px;
  border-radius: 20px;
  overflow: scroll;
}
#ham-panel .container > .box .inner {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  row-gap: 45px;
  align-content: space-between;
}
#ham-panel .container > .box .inner .top {
  width: 100%;
}
#ham-panel .container > .box .inner .top ul li a {
  font-size: clamp(30px, 3.75vw, 5.5555555556vh);
  line-height: clamp(36px, 4.5vw, 6.6666666667vh);
}
#ham-panel .container > .box .inner .bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 25px;
  column-gap: 65px;
  align-items: flex-end;
  justify-content: space-between;
}
#ham-panel .container > .box .inner .bottom .menus {
  margin: 0 0 10px;
}
#ham-panel .container > .box .inner .bottom .menus ul li a {
  font-size: 17px;
  line-height: 24px;
}
#ham-panel .container > .box .inner .bottom .menus ul + ul {
  margin: 30px 0 0;
}
#ham-panel .container > .box .inner .bottom > a {
  background: var(--ham-panel-box-bg);
  position: relative;
  display: flex;
  width: 100%;
  max-width: clamp(300px, 20.8333333333vw, 37.037037037vh);
  padding: 11px 10px 11px 30px;
  aspect-ratio: 5/3;
  border-radius: 20px;
  border: 1px solid var(--ham-panel-box-border);
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
  align-items: flex-end;
  align-self: flex-end;
  overflow: hidden;
  z-index: 2;
}
#ham-panel .container > .box .inner .bottom > a .contents {
  position: relative;
  width: 100%;
  z-index: 2;
}
#ham-panel .container > .box .inner .bottom > a .contents .inner-contents {
  display: flex;
  column-gap: 16px;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
#ham-panel .container > .box .inner .bottom > a .contents .inner-contents > span {
  font-size: clamp(24px, 5.5555555556vw, 30px);
  font-weight: 500;
  line-height: 100%;
  color: var(--ham-panel-box-title);
  transform: translate(0, -10px);
  transition-property: color;
  transition-duration: 0.2s;
}
#ham-panel .container > .box .inner .bottom > a .contents .inner-contents .icon {
  background-color: var(--ham-panel-box-icon-bg);
  display: flex;
  width: 60px;
  aspect-ratio: 1/1;
  border: 1px solid var(--ham-panel-box-icon-border);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
}
#ham-panel .container > .box .inner .bottom > a .contents .inner-contents .icon svg {
  width: 14.75px;
  height: auto;
}
#ham-panel .container > .box .inner .bottom > a .contents .inner-contents .icon svg path {
  fill: var(--ham-panel-box-icon-color);
  transition-property: fill;
  transition-duration: 0.2s;
}
#ham-panel .container > .box .inner .bottom > a:hover {
  background: var(--ham-panel-box-bg-hover);
  border-color: var(--ham-panel-box-border-hover);
}
#ham-panel .container > .box .inner .bottom > a:hover .contents .inner-contents > span {
  color: var(--ham-panel-box-title-hover);
}
#ham-panel .container > .box .inner .bottom > a:hover .contents .inner-contents .icon {
  background-color: var(--ham-panel-box-icon-bg-hover);
  border-color: 1px solid var(--ham-panel-box-icon-border-hover);
}
#ham-panel .container > .box .inner .bottom > a:hover .contents .inner-contents .icon svg path {
  fill: var(--ham-panel-box-icon-color-hover);
}
@media screen and (orientation: portrait) {
  #ham-panel .container > .box .inner .bottom > a {
    aspect-ratio: initial;
  }
}

/*
* Templates
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  --radius: 20px;
}
header .plywood {
  padding: 20px clamp(20px, 3.7037037037vw, 30px);
}
header .plywood .container {
  background: var(--header-bg);
  position: relative;
  display: flex;
  column-gap: 35px;
  height: 80px;
  padding-left: clamp(20px, 7.037037037vw, 38px);
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius);
}
header .plywood .container > a {
  display: flex;
  height: 100%;
  padding: 15px 0;
}
header .plywood .container > a .img-container {
  height: 100%;
}
header .plywood .container > a .img-container .inner-img {
  height: 100%;
}
header .plywood .container > a .img-container .inner-img img,
header .plywood .container > a .img-container .inner-img .img {
  max-height: 100%;
}
header .plywood .container nav {
  display: flex;
  align-items: center;
}
header .plywood .container nav ul {
  display: flex;
  column-gap: 45px;
  align-items: center;
}
header .plywood .container nav ul li a {
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  color: var(--header-link);
  transition-property: color;
  transition-duration: 0.2s;
}
header .plywood .container nav ul li a:hover {
  color: var(--header-link-hover);
}
header .plywood .container nav ul li.li-lang {
  display: flex;
}
header .plywood .container nav ul li.li-lang select {
  background: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  border: none;
  color: var(--header-link);
  transition-property: color;
  transition-duration: 0.2s;
}
header .plywood .container nav ul li.li-lang select option {
  color: var(--black-color);
}
header .plywood .container nav ul li.li-lang select:hover {
  color: var(--header-link-hover);
}
header .plywood .container nav ul li.li-lang .select-icon {
  display: none;
}
header .plywood .container nav ul li.li-lang .select-icon svg {
  width: 14px;
  height: auto;
}
header .plywood .container nav ul li.li-lang .select-icon svg path {
  fill: var(--header-link);
}
header .plywood .container > .pll-switcher-select {
  background: none;
  display: none;
  padding: 0;
  margin: 0 0 0 auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  border: none;
  color: var(--header-link);
  transition-property: color;
  transition-duration: 0.2s;
}
header .plywood .container > .pll-switcher-select option {
  color: var(--black-color);
}
header .plywood .container > .pll-switcher-select:hover {
  color: var(--header-link-hover);
}
header .plywood .container > button {
  background: var(--ham-bg-regular);
  display: flex;
  column-gap: 20px;
  padding: 0 23px 0 22px;
  width: fit-content;
  height: 100%;
  border: none;
  border-radius: var(--radius);
  transition-property: background;
  transition-duration: 0.2s;
  align-items: center;
  cursor: pointer;
}
header .plywood .container > button > span {
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  color: var(--ham-text-regular);
  transition-property: color;
  transition-duration: 0.2s;
}
header .plywood .container > button .bars {
  position: relative;
  width: 40px;
  height: 11px;
  flex: 0 0 40px;
}
header .plywood .container > button .bars .bar {
  background: var(--ham-bars-regular);
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, 0);
  transition-property: background;
  transition-duration: 0.2s;
}
header .plywood .container > button .bars .bar:nth-child(1) {
  top: 0;
}
header .plywood .container > button .bars .bar:nth-child(2) {
  bottom: 0;
}
header .plywood .container > button.active {
  background: var(--ham-bg-active);
}
header .plywood .container > button.active > span {
  color: var(--ham-text-active);
}
header .plywood .container > button.active .bars .bar {
  background: var(--ham-bars-active);
}
header .plywood .container > button:hover {
  background: var(--ham-bg-hover);
}
header .plywood .container > button:hover > span {
  color: var(--ham-text-hover);
}
header .plywood .container > button:hover .bars .bar {
  background: var(--ham-bars-hover);
}
header.lang-yes .plywood .container > button > span {
  display: none;
}
header.padding-no .plywood {
  padding: 0;
}
header.padding-no:not(.border-radius-no) {
  --radius: 0 0 20px 20px;
}
header.padding-no:not(.border-radius-no) .plywood .container > button {
  border-radius: 0 0 20px 0;
}
header.border-radius-no {
  --radius: 0;
}
header.type-1 .plywood .container {
  column-gap: 15px;
}
header.type-1 .plywood .container > .pll-switcher-select {
  display: initial;
}
header.type-2 .plywood .container {
  padding-right: 30px;
}
header.type-2 .plywood .container > button {
  display: none;
}
@media screen and (max-width: 992px) {
  header.type-2 .plywood .container {
    padding: 0 0 0 clamp(20px, 7.037037037vw, 38px);
  }
  header.type-2 .plywood .container nav {
    display: none;
  }
  header.type-2 .plywood .container > .pll-switcher-select {
    display: initial;
  }
  header.type-2 .plywood .container > button {
    display: flex;
  }
}
header.type-3 .plywood .container, header.type-4 .plywood .container {
  padding-left: 0;
}
header.type-3 .plywood .container {
  column-gap: 15px;
}
header.type-3 .plywood .container > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header.type-3 .plywood .container > button {
  margin: 0 0 0 auto;
}
header.type-3 .plywood .container > .pll-switcher-select {
  display: initial;
}
@media screen and (max-width: 768px) {
  header.type-3 .plywood .container {
    padding-left: clamp(20px, 7.037037037vw, 38px);
  }
  header.type-3 .plywood .container > a {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
}
header.type-3.lang-yes .plywood .container > button {
  margin: 0;
}
header.type-4 .plywood .container {
  padding: 0 clamp(38px, 5.0520833333vw, 5.0520833333vw);
}
header.type-4 .plywood .container > a {
  display: none;
}
header.type-4 .plywood .container nav {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
header.type-4 .plywood .container nav > a {
  display: flex;
  height: 100%;
  padding: 15px 0;
}
header.type-4 .plywood .container nav > a .img-container {
  height: 100%;
}
header.type-4 .plywood .container nav > a .img-container .inner-img {
  height: 100%;
}
header.type-4 .plywood .container nav > a .img-container .inner-img img,
header.type-4 .plywood .container nav > a .img-container .inner-img .img {
  background: #ccc;
  width: 217px;
  height: 100%;
}
header.type-4 .plywood .container nav ul {
  column-gap: 14.6354166667vw;
}
header.type-4 .plywood .container > button {
  display: none;
}
@media screen and (max-width: 992px) {
  header.type-4 .plywood .container {
    padding: 0 0 0 clamp(20px, 7.037037037vw, 38px);
  }
  header.type-4 .plywood .container > a {
    display: flex;
  }
  header.type-4 .plywood .container nav {
    display: none;
  }
  header.type-4 .plywood .container > button {
    display: flex;
  }
  header.type-4 .plywood .container > .pll-switcher-select {
    display: initial;
  }
}
@media screen and (max-width: 992px) {
  header .plywood .container {
    column-gap: 15px;
  }
}

.hero {
  padding-top: clamp(20px, 5.5555555556vw, 30px);
  padding-bottom: clamp(20px, 5.5555555556vw, 30px);
  overflow: hidden;
  /*.container{
  	background: #ff0000;
  	height: 100%;
  	border-radius: 20px;
  	max-width: calc(100% - clamp(40px, vw(60px, 540px), 60px));
  	overflow: hidden;
  	.box-to-slide{
  		background: #0000ff;
  		width: 50%;
  		height: 100%;
  		border-radius: 20px;
  	}
  }
  &.no-padding-top.no-padding-bottom{
  	padding-left: 0;
  	padding-right: 0;
  	.container{
  		max-width: 100%;
  		border-radius: 0;
  	}
  	.container{
  		padding-top: 100px;
  		padding-left: clamp(20px, vw(30px, 540px), 30px);
  		padding-right: clamp(20px, vw(30px, 540px), 30px);
  	}
  }
  &.no-padding-top{
  	padding-top: 0 !important;
  }
  &.no-padding-bottom{
  	padding-bottom: 0;
  	.container{
  		padding-bottom: 30px;
  	}
  }*/
}
.hero .container {
  position: relative;
  display: flex;
  height: 100%;
  column-gap: 35px;
  border-radius: 20px;
  justify-content: space-between;
  overflow: hidden;
}
.hero .container .box-to-slide {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1052px;
  border-radius: 20px;
  border: 1px solid transparent;
  overflow: hidden;
  z-index: 2;
}
.hero .container .box-to-slide .slides {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero .container .box-to-slide .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.hero .container .box-to-slide .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  padding: clamp(60px, 5vw, 80px) clamp(40px, 5vw, 80px);
  height: 100%;
}
.hero .container .box-to-slide .slides .track .item .contents {
  width: 100%;
}
.hero .container .box-to-slide .slides .track .item .contents .inner-contents h1,
.hero .container .box-to-slide .slides .track .item .contents .inner-contents h2 {
  font-size: clamp(36px, 4.5vw, 72px);
  line-height: clamp(44px, 5.4375vw, 87px);
}
.hero .container .box-to-slide .dots {
  position: absolute;
  display: flex;
  column-gap: 6px;
  left: 0;
  bottom: 39px;
  width: fit-content;
  padding: 0 clamp(40px, 5vw, 80px);
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.hero .container .box-to-slide .dots .dot {
  background: var(--dot-bg);
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 1px solid var(--dot-border);
  border-radius: 100%;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
}
.hero .container .box-to-slide .dots .dot:hover {
  background: var(--dot-bg-hover);
  border-color: var(--dot-border-hover);
}
.hero .container .box-to-slide .dots .dot.active {
  background: var(--dot-bg-active);
  border-color: var(--dot-border-active);
}
.hero .container .box-to-slide .dots .dot:not(.active) {
  cursor: pointer;
}
@media screen and (orientation: portrait) {
  .hero .container .box-to-slide .dots {
    bottom: 19px;
  }
}
.hero .container .box-to-slide .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .container .box-to-slide .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.hero .container .box-to-slide .img-container .inner-img img,
.hero .container .box-to-slide .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero .container > .box {
  background: var(--bg-color);
  position: relative;
  display: flex;
  width: 100%;
  max-width: 400px;
  padding: 11px 10px 11px 30px;
  aspect-ratio: 5/3;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
  align-items: flex-end;
  align-self: flex-end;
  overflow: hidden;
  z-index: 2;
  /*.bg{
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  }*/
}
.hero .container > .box .contents {
  position: relative;
  width: 100%;
  z-index: 2;
}
.hero .container > .box .contents .inner-contents {
  display: flex;
  column-gap: 16px;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.hero .container > .box .contents .inner-contents > span {
  font-size: clamp(24px, 5.5555555556vw, 30px);
  font-weight: 500;
  line-height: 100%;
  color: var(--title);
  transform: translate(0, -10px);
  transition-property: color;
  transition-duration: 0.2s;
}
.hero .container > .box .contents .inner-contents > span span {
  color: var(--title-accent);
}
.hero .container > .box .contents .inner-contents .icon {
  background-color: var(--icon-bg);
  display: flex;
  width: 60px;
  aspect-ratio: 1/1;
  border: 1px solid var(--icon-border);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
}
.hero .container > .box .contents .inner-contents .icon svg {
  width: 14.75px;
  height: auto;
}
.hero .container > .box .contents .inner-contents .icon svg path {
  fill: var(--icon-color);
  transition-property: fill;
  transition-duration: 0.2s;
}
.hero .container > .box:hover {
  background-color: var(--bg-color-hover);
  border-color: var(--border-color-hover);
}
.hero .container > .box:hover .contents .inner-contents > span {
  color: var(--title-hover);
}
.hero .container > .box:hover .contents .inner-contents .icon {
  background-color: var(--icon-bg-hover);
  border-color: var(--icon-border-hover);
}
.hero .container > .box:hover .contents .inner-contents .icon svg path {
  fill: var(--icon-color-hover);
}
.hero .container .content-to-slide {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero .container .content-to-slide .slides {
  position: relative;
  display: flex;
  width: 100%;
  height: initial;
  z-index: 2;
}
.hero .container .content-to-slide .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.hero .container .content-to-slide .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  padding: clamp(60px, 5vw, 80px) clamp(40px, 5vw, 80px);
  height: 100%;
}
.hero .container .content-to-slide .slides .track .item .contents {
  width: 100%;
  text-align: center;
}
.hero .container .content-to-slide .slides .track .item .contents .inner-contents h1,
.hero .container .content-to-slide .slides .track .item .contents .inner-contents h2 {
  font-size: clamp(36px, 4.5vw, 72px);
  line-height: clamp(44px, 5.4375vw, 87px);
}
.hero .container .content-to-slide .slides .track .item .contents .inner-contents .buttons {
  margin: 20px 0 0;
  justify-content: center;
}
.hero .container .boxes {
  position: relative;
  display: grid;
  width: 100%;
  margin: 0 auto;
  max-width: 1640px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  z-index: 2;
  /*@media screen and (orientation: portrait){
  	& > .box{
  		max-width: 100%;
  		min-height: 83px;
  		aspect-ratio: 4.94 / 1;
  	}
  }*/
}
.hero .container .boxes > .box {
  background: var(--bg-color);
  position: relative;
  display: flex;
  padding: 11px 10px 11px 30px;
  aspect-ratio: 2.23/1;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
  align-items: flex-end;
  align-self: flex-end;
  overflow: hidden;
  z-index: 2;
  /*.bg{
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  }*/
}
.hero .container .boxes > .box .contents {
  position: relative;
  width: 100%;
  z-index: 2;
}
.hero .container .boxes > .box .contents .inner-contents {
  display: flex;
  column-gap: 16px;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.hero .container .boxes > .box .contents .inner-contents > span {
  font-size: clamp(24px, 2.0833333333vw, 30px);
  font-weight: 500;
  line-height: 100%;
  color: var(--title);
  transform: translate(0, -10px);
  transition-property: color;
  transition-duration: 0.2s;
}
.hero .container .boxes > .box .contents .inner-contents > span span {
  color: var(--title-accent);
}
.hero .container .boxes > .box .contents .inner-contents .icon {
  background-color: var(--icon-bg);
  display: flex;
  width: 60px;
  aspect-ratio: 1/1;
  border: 1px solid var(--icon-border);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
}
.hero .container .boxes > .box .contents .inner-contents .icon svg {
  width: 14.75px;
  height: auto;
}
.hero .container .boxes > .box .contents .inner-contents .icon svg path {
  fill: var(--icon-color);
  transition-property: fill;
  transition-duration: 0.2s;
}
.hero .container .boxes > .box:hover {
  background-color: var(--bg-color-hover);
  border-color: var(--border-color-hover);
}
.hero .container .boxes > .box:hover .contents .inner-contents > span {
  color: var(--title-hover);
}
.hero .container .boxes > .box:hover .contents .inner-contents .icon {
  background-color: var(--icon-bg-hover);
  border-color: var(--icon-border-hover);
}
.hero .container .boxes > .box:hover .contents .inner-contents .icon svg path {
  fill: var(--icon-color-hover);
}
@media screen and (max-width: 1024px) {
  .hero .container .boxes {
    grid-template-columns: 100%;
  }
  .hero .container .boxes > .box {
    max-width: 100%;
    min-height: 83px;
    aspect-ratio: 4.94/1;
    /*&:nth-child(3){
    	grid-column: 1 / 3;
    }*/
  }
}
@media screen and (max-width: 540px) {
  .hero .container .boxes {
    grid-template-columns: 100%;
  }
  .hero .container .boxes > .box:nth-child(3) {
    grid-column: initial;
  }
}
.hero .container .form {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 646px;
  border-radius: 20px;
  border: 1px solid transparent;
  overflow: hidden;
  z-index: 2;
}
@media screen and (orientation: portrait) {
  .hero .container .form {
    max-width: 100%;
  }
}
.hero .container .image-to-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .container .image-to-slide .slides {
  display: flex;
  width: 100%;
  height: 100%;
}
.hero .container .image-to-slide .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.hero .container .image-to-slide .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  height: 100%;
}
.hero .container .image-to-slide .slides .track .item .img-container {
  width: 100%;
  height: 100%;
}
.hero .container .image-to-slide .slides .track .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.hero .container .image-to-slide .slides .track .item .img-container .inner-img img,
.hero .container .image-to-slide .slides .track .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero .container .image-to-slide .slides .track .item.bg {
  position: relative;
}
.hero.no-padding-top.no-padding-bottom {
  padding-left: 0;
  padding-right: 0;
}
.hero.no-padding-top.no-padding-bottom .container {
  padding-left: clamp(20px, 5.5555555556vw, 30px);
  padding-right: clamp(20px, 5.5555555556vw, 30px);
  border-radius: 0;
}
.hero.no-padding-top {
  padding-top: 0 !important;
}
.hero.no-padding-top .container {
  padding-top: clamp(20px, 5.5555555556vw, 30px);
}
.hero.no-padding-bottom {
  padding-bottom: 0 !important;
}
.hero.no-padding-bottom .container {
  padding-bottom: clamp(20px, 5.5555555556vw, 30px);
}
.hero.type-3 .container .box-to-slide {
  max-width: 922px;
}
.hero.type-4 .container .box-to-slide {
  max-width: 922px;
}
.hero.type-4 .container .form {
  padding: clamp(60px, 5vw, 80px) 30px;
}
.hero.type-4 .container .form .inner {
  width: 100%;
  margin: 0 auto;
}
.hero.type-4 .container .form .inner .contents h2 {
  font-size: clamp(32px, 3.3333333333vw, 48px);
  line-height: clamp(39px, 4.0972222222vw, 59px);
}
.hero.type-4 .container .form .inner .contents rwp-wrap {
  margin: 14px 0 0;
}
.hero.type-4 .container .form .inner .contents rwp-wrap p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.hero.type-4 .container .form .inner form {
  margin: 37px 0 0;
}
.hero.type-4 .container .form .inner form .buttons {
  margin: 40px 0 0;
}
@media screen and (max-width: 1180px) {
  .hero.type-4 .container .form .inner form .fields .field.split {
    width: 100%;
  }
}
.hero.type-5 .container .box-to-slide {
  width: 50%;
  max-width: initial;
}
.hero.type-5 .container .image-to-slide {
  position: relative;
  top: initial;
  left: initial;
  width: 50%;
  border-radius: 20px;
}
@media screen and (orientation: portrait) {
  .hero.type-5 .container .box-to-slide {
    width: 100%;
  }
  .hero.type-5 .container .image-to-slide {
    width: 100%;
    height: auto;
    max-height: 600px;
    aspect-ratio: 3/4;
  }
}
.hero.type-6 .container {
  flex-wrap: wrap;
  align-content: space-between;
}
.hero.type-7 .container .content-to-slide .slides .track .item .contents .inner-contents h1,
.hero.type-7 .container .content-to-slide .slides .track .item .contents .inner-contents h2 {
  font-size: clamp(12.4479166667vw, 12.4479166667vw, 239px);
  line-height: 100%;
}
.hero.type-7 .container .image-to-slide .slides .track .item {
  align-items: center;
  justify-content: center;
}
.hero.type-7 .container .image-to-slide .slides .track .item .img-container {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.hero.type-7 .container .image-to-slide .slides .track .item .img-container .inner-img {
  width: auto;
  height: auto;
}
.hero.type-7 .container .image-to-slide .slides .track .item .img-container .inner-img img,
.hero.type-7 .container .image-to-slide .slides .track .item .img-container .inner-img .img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.hero.type-7 .container .image-to-slide .slides .track .item .video-container {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.hero.type-7 .container .image-to-slide .slides .track .item .video-container .inner-video {
  width: auto;
  height: auto;
}
.hero.type-7 .container .image-to-slide .slides .track .item .video-container .inner-video video,
.hero.type-7 .container .image-to-slide .slides .track .item .video-container .inner-video .video {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (orientation: portrait) {
  .hero .container {
    flex-wrap: wrap;
    row-gap: 45px;
  }
  .hero .container .box-to-slide {
    height: auto;
  }
  .hero .container .form {
    height: auto;
  }
  .hero.type-1, .hero.type-2, .hero.type-3 {
    height: auto !important;
  }
  .hero.type-7 .container {
    row-gap: 0;
  }
}

.header-padding-yes .hero.no-padding-top:first-child .container {
  padding-top: 120px;
}

.header-padding-no .hero.no-padding-top:first-child .container {
  padding-top: 100px;
}

.intro .container .contents {
  width: 100%;
  margin: 0 auto;
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
}
.intro .container .contents .inner-contents h1 {
  font-size: clamp(36px, 4.5vw, 72px);
  line-height: clamp(44px, 5.4375vw, 87px);
}
.intro .container .contents .inner-contents rwp-wrap {
  width: 100%;
  max-width: 702px;
}
.intro .container .img-container {
  width: 100%;
  height: clamp(200px, 35.4166666667vw, 680px);
  margin: clamp(80px, 10.4166666667vw, 200px) 0 0;
  border-radius: 20px;
  overflow: hidden;
}
.intro .container .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.intro .container .img-container .inner-img img,
.intro .container .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.header-padding-yes .intro:first-child {
  padding-top: clamp(200px, 14.2708333333vw, 274px);
}
.header-padding-no .intro:first-child {
  padding-top: clamp(180px, 13.0208333333vw, 250px);
}
.section-content {
  --to-move: -7.2916666667vw;
}
.section-content .container {
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
}
@media screen and (max-width: 768px) {
  .section-content .container {
    max-width: 100%;
  }
}
.section-content.type-1 .container .contents {
  width: 100%;
  margin: 0 auto;
  max-width: 1088px;
  text-align: center;
}
.section-content.type-1 .container .contents .inner-contents .uptitle,
.section-content.type-1 .container .contents .inner-contents .subtitle {
  margin-left: auto;
  margin-right: auto;
}
.section-content.type-1 .container .contents .inner-contents h2 {
  font-size: clamp(36px, 4vw, 64px);
  line-height: clamp(44px, 4.8125vw, 77px);
}
.section-content.type-1 .container .contents .inner-contents .buttons {
  justify-content: center;
}
.section-content.type-2, .section-content.type-3, .section-content.type-4, .section-content.type-5 {
  overflow: hidden;
}
.section-content.type-2 .container .gauche-droite, .section-content.type-3 .container .gauche-droite, .section-content.type-4 .container .gauche-droite, .section-content.type-5 .container .gauche-droite {
  display: flex;
  row-gap: clamp(65px, 11.0677083333vw, 85px);
  column-gap: 65px;
  align-items: center;
  justify-content: space-between;
}
.section-content.type-2 .container .gauche-droite .contents, .section-content.type-3 .container .gauche-droite .contents, .section-content.type-4 .container .gauche-droite .contents, .section-content.type-5 .container .gauche-droite .contents {
  width: 100%;
}
.section-content.type-2 .container .gauche-droite .contents .inner-contents, .section-content.type-3 .container .gauche-droite .contents .inner-contents, .section-content.type-4 .container .gauche-droite .contents .inner-contents, .section-content.type-5 .container .gauche-droite .contents .inner-contents {
  width: 100%;
  margin: 0 auto;
  max-width: 674px;
}
.section-content.type-2 .container .gauche-droite .images, .section-content.type-3 .container .gauche-droite .images, .section-content.type-4 .container .gauche-droite .images, .section-content.type-5 .container .gauche-droite .images {
  width: 100%;
  height: 520px;
  overflow: hidden;
}
.section-content.type-2 .container .gauche-droite .images .slides, .section-content.type-3 .container .gauche-droite .images .slides, .section-content.type-4 .container .gauche-droite .images .slides, .section-content.type-5 .container .gauche-droite .images .slides {
  display: flex;
  width: 100%;
  height: 100%;
}
.section-content.type-2 .container .gauche-droite .images .slides .track, .section-content.type-3 .container .gauche-droite .images .slides .track, .section-content.type-4 .container .gauche-droite .images .slides .track, .section-content.type-5 .container .gauche-droite .images .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.section-content.type-2 .container .gauche-droite .images .slides .track .item, .section-content.type-3 .container .gauche-droite .images .slides .track .item, .section-content.type-4 .container .gauche-droite .images .slides .track .item, .section-content.type-5 .container .gauche-droite .images .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  height: 100%;
}
.section-content.type-2 .container .gauche-droite .images .slides .track .item .img-container, .section-content.type-3 .container .gauche-droite .images .slides .track .item .img-container, .section-content.type-4 .container .gauche-droite .images .slides .track .item .img-container, .section-content.type-5 .container .gauche-droite .images .slides .track .item .img-container {
  width: 100%;
  height: 100%;
}
.section-content.type-2 .container .gauche-droite .images .slides .track .item .img-container .inner-img, .section-content.type-3 .container .gauche-droite .images .slides .track .item .img-container .inner-img, .section-content.type-4 .container .gauche-droite .images .slides .track .item .img-container .inner-img, .section-content.type-5 .container .gauche-droite .images .slides .track .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.section-content.type-2 .container .gauche-droite .images .slides .track .item .img-container .inner-img img,
.section-content.type-2 .container .gauche-droite .images .slides .track .item .img-container .inner-img .img, .section-content.type-3 .container .gauche-droite .images .slides .track .item .img-container .inner-img img,
.section-content.type-3 .container .gauche-droite .images .slides .track .item .img-container .inner-img .img, .section-content.type-4 .container .gauche-droite .images .slides .track .item .img-container .inner-img img,
.section-content.type-4 .container .gauche-droite .images .slides .track .item .img-container .inner-img .img, .section-content.type-5 .container .gauche-droite .images .slides .track .item .img-container .inner-img img,
.section-content.type-5 .container .gauche-droite .images .slides .track .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-content.type-2 .container .gauche-droite .images .slides .track .item.bg, .section-content.type-3 .container .gauche-droite .images .slides .track .item.bg, .section-content.type-4 .container .gauche-droite .images .slides .track .item.bg, .section-content.type-5 .container .gauche-droite .images .slides .track .item.bg {
  position: relative;
}
.section-content.type-2 .container .gauche-droite + .gauche-droite, .section-content.type-3 .container .gauche-droite + .gauche-droite, .section-content.type-4 .container .gauche-droite + .gauche-droite, .section-content.type-5 .container .gauche-droite + .gauche-droite {
  margin-top: clamp(80px, 10.4166666667vw, 100px);
  padding-top: clamp(80px, 10.4166666667vw, 100px);
  border-top: 1px solid var(--separator);
}
@media screen and (max-width: 768px) {
  .section-content.type-2 .container .gauche-droite, .section-content.type-3 .container .gauche-droite, .section-content.type-4 .container .gauche-droite, .section-content.type-5 .container .gauche-droite {
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }
  .section-content.type-2 .container .gauche-droite .contents .inner-contents, .section-content.type-3 .container .gauche-droite .contents .inner-contents, .section-content.type-4 .container .gauche-droite .contents .inner-contents, .section-content.type-5 .container .gauche-droite .contents .inner-contents {
    max-width: 100% !important;
  }
  .section-content.type-2 .container .gauche-droite .images, .section-content.type-3 .container .gauche-droite .images, .section-content.type-4 .container .gauche-droite .images, .section-content.type-5 .container .gauche-droite .images {
    max-width: initial !important;
    height: auto !important;
    aspect-ratio: 4/3;
  }
}
.section-content.type-2 .container .gauche-droite .images {
  max-width: 674px;
  border-radius: 20px;
}
.section-content.type-2 .container .gauche-droite:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.section-content.type-3 .container .gauche-droite {
  flex-direction: row-reverse;
}
.section-content.type-3 .container .gauche-droite .images {
  max-width: 674px;
  border-radius: 20px;
}
.section-content.type-4 .container .gauche-droite .images {
  max-width: 814px;
  border-radius: 20px 0 0 20px;
  margin-right: var(--to-move);
}
.section-content.type-4 .container .gauche-droite:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.section-content.type-4 .container .gauche-droite:nth-child(2n+1) .images {
  margin-left: var(--to-move);
  margin-right: initial;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .section-content.type-4 .container .gauche-droite {
    align-items: flex-end;
  }
  .section-content.type-4 .container .gauche-droite .images {
    width: calc(100% - var(--to-move));
  }
  .section-content.type-4 .container .gauche-droite:nth-child(2n+1) {
    align-items: flex-start;
  }
}
.section-content.type-5 .container .gauche-droite {
  flex-direction: row-reverse;
}
.section-content.type-5 .container .gauche-droite .images {
  max-width: 814px;
  border-radius: 0 20px 20px 0;
  margin-left: var(--to-move);
}
@media screen and (max-width: 768px) {
  .section-content.type-5 .container .gauche-droite {
    align-items: flex-start;
  }
  .section-content.type-5 .container .gauche-droite .images {
    width: calc(100% - var(--to-move));
  }
}
.section-content.type-6 .container .items {
  display: grid;
  grid-row-gap: 45px;
  grid-column-gap: 45px;
  grid-template-columns: repeat(3, 1fr);
}
.section-content.type-6 .container .items .item .icon {
  backround: var(--icon-bg);
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0 0 12px;
  border-radius: 10px;
  border: 1px solid var(--icon-border);
  align-items: center;
  justify-content: center;
}
.section-content.type-6 .container .items .item .icon svg {
  width: auto;
  height: 29px;
}
.section-content.type-6 .container .items .item .icon svg path {
  fill: var(--icon-color);
}
.section-content.type-6 .container .items .item .contents .inner-contents h2 {
  font-size: clamp(24px, 2.0833333333vw, 30px);
  line-height: clamp(29px, 2.5vw, 36px);
}
@media screen and (max-width: 1024px) {
  .section-content.type-6 .container .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .section-content.type-6 .container .items {
    grid-template-columns: 100%;
  }
}
.section-content.type-7 .container {
  display: flex;
  row-gap: 24px;
  column-gap: 65px;
  align-items: flex-start;
  justify-content: space-between;
}
.section-content.type-7 .container .contents .inner-contents h2 {
  margin: 0;
  font-size: clamp(36px, 3.75vw, 60px);
  line-height: clamp(44px, 4.5vw, 72px);
}
.section-content.type-7 .container .contents:nth-child(1) {
  width: 100%;
  max-width: 950px;
}
.section-content.type-7 .container .contents:nth-child(2) {
  width: 100%;
  margin: 0 auto;
  max-width: 507px;
}
.section-content.type-7 .container .contents:nth-child(2) .inner-contents {
  width: 100%;
  margin: 0 auto;
  max-width: 507px;
}
@media screen and (max-width: 768px) {
  .section-content.type-7 .container {
    flex-wrap: wrap;
  }
  .section-content.type-7 .container .contents {
    max-width: 100% !important;
  }
  .section-content.type-7 .container .contents .inner-contents {
    max-width: 100% !important;
  }
}
.section-content.type-8 .container {
  display: flex;
  row-gap: clamp(65px, 11.0677083333vw, 85px);
  column-gap: 65px;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.section-content.type-8 .container .contents {
  width: 100%;
  max-width: 398px;
}
.section-content.type-8 .container .images {
  width: 100%;
  height: 612px;
  max-width: 1088px;
  border-radius: 20px;
  overflow: hidden;
}
.section-content.type-8 .container .images .slides {
  display: flex;
  width: 100%;
  height: 100%;
}
.section-content.type-8 .container .images .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.section-content.type-8 .container .images .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  height: 100%;
}
.section-content.type-8 .container .images .slides .track .item .img-container {
  width: 100%;
  height: 100%;
}
.section-content.type-8 .container .images .slides .track .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.section-content.type-8 .container .images .slides .track .item .img-container .inner-img img,
.section-content.type-8 .container .images .slides .track .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-content.type-8 .container .images .slides .track .item.bg {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-content.type-8 .container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .section-content.type-8 .container .contents {
    max-width: 100%;
  }
  .section-content.type-8 .container .images {
    height: auto;
    max-width: 100%;
    aspect-ratio: 4/3;
  }
}

.cards.type-1 .container, .cards.type-2 .container, .cards.type-3 .container, .cards.type-4 .container, .cards.type-5 .container, .cards.type-6 .container {
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
}
.cards.type-1 .container .items, .cards.type-2 .container .items, .cards.type-3 .container .items, .cards.type-4 .container .items, .cards.type-5 .container .items, .cards.type-6 .container .items {
  display: grid;
}
.cards.type-1 .container .items .item, .cards.type-2 .container .items .item, .cards.type-3 .container .items .item, .cards.type-4 .container .items .item, .cards.type-5 .container .items .item, .cards.type-6 .container .items .item {
  background: var(--card-bg);
  display: flex;
  row-gap: 36px;
  border-radius: 20px;
  border: 1px solid var(--card-border);
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
.cards.type-1 .container .items .item .contents .inner-contents h3, .cards.type-2 .container .items .item .contents .inner-contents h3, .cards.type-3 .container .items .item .contents .inner-contents h3, .cards.type-4 .container .items .item .contents .inner-contents h3, .cards.type-5 .container .items .item .contents .inner-contents h3, .cards.type-6 .container .items .item .contents .inner-contents h3 {
  font-size: clamp(24px, 2.0833333333vw, 30px);
  font-weight: 500;
  line-height: clamp(29px, 2.5vw, 36px);
  transition-property: color;
  transition-duration: 0.2s;
  color: var(--card-title);
}
.cards.type-1 .container .items .item .contents .inner-contents h3 a,
.cards.type-1 .container .items .item .contents .inner-contents h3 span, .cards.type-2 .container .items .item .contents .inner-contents h3 a,
.cards.type-2 .container .items .item .contents .inner-contents h3 span, .cards.type-3 .container .items .item .contents .inner-contents h3 a,
.cards.type-3 .container .items .item .contents .inner-contents h3 span, .cards.type-4 .container .items .item .contents .inner-contents h3 a,
.cards.type-4 .container .items .item .contents .inner-contents h3 span, .cards.type-5 .container .items .item .contents .inner-contents h3 a,
.cards.type-5 .container .items .item .contents .inner-contents h3 span, .cards.type-6 .container .items .item .contents .inner-contents h3 a,
.cards.type-6 .container .items .item .contents .inner-contents h3 span {
  color: var(--card-title);
  transition-property: color;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item .contents .inner-contents .uptitle, .cards.type-2 .container .items .item .contents .inner-contents .uptitle, .cards.type-3 .container .items .item .contents .inner-contents .uptitle, .cards.type-4 .container .items .item .contents .inner-contents .uptitle, .cards.type-5 .container .items .item .contents .inner-contents .uptitle, .cards.type-6 .container .items .item .contents .inner-contents .uptitle {
  color: var(--card-uptitle);
  transition-property: color;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item .contents .inner-contents .uptitle a,
.cards.type-1 .container .items .item .contents .inner-contents .uptitle span, .cards.type-2 .container .items .item .contents .inner-contents .uptitle a,
.cards.type-2 .container .items .item .contents .inner-contents .uptitle span, .cards.type-3 .container .items .item .contents .inner-contents .uptitle a,
.cards.type-3 .container .items .item .contents .inner-contents .uptitle span, .cards.type-4 .container .items .item .contents .inner-contents .uptitle a,
.cards.type-4 .container .items .item .contents .inner-contents .uptitle span, .cards.type-5 .container .items .item .contents .inner-contents .uptitle a,
.cards.type-5 .container .items .item .contents .inner-contents .uptitle span, .cards.type-6 .container .items .item .contents .inner-contents .uptitle a,
.cards.type-6 .container .items .item .contents .inner-contents .uptitle span {
  color: var(--card-uptitle);
  transition-property: color;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item .contents .inner-contents .subtitle, .cards.type-2 .container .items .item .contents .inner-contents .subtitle, .cards.type-3 .container .items .item .contents .inner-contents .subtitle, .cards.type-4 .container .items .item .contents .inner-contents .subtitle, .cards.type-5 .container .items .item .contents .inner-contents .subtitle, .cards.type-6 .container .items .item .contents .inner-contents .subtitle {
  color: var(--card-subtitle);
  transition-property: color;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item .contents .inner-contents .subtitle a,
.cards.type-1 .container .items .item .contents .inner-contents .subtitle span, .cards.type-2 .container .items .item .contents .inner-contents .subtitle a,
.cards.type-2 .container .items .item .contents .inner-contents .subtitle span, .cards.type-3 .container .items .item .contents .inner-contents .subtitle a,
.cards.type-3 .container .items .item .contents .inner-contents .subtitle span, .cards.type-4 .container .items .item .contents .inner-contents .subtitle a,
.cards.type-4 .container .items .item .contents .inner-contents .subtitle span, .cards.type-5 .container .items .item .contents .inner-contents .subtitle a,
.cards.type-5 .container .items .item .contents .inner-contents .subtitle span, .cards.type-6 .container .items .item .contents .inner-contents .subtitle a,
.cards.type-6 .container .items .item .contents .inner-contents .subtitle span {
  color: var(--card-subtitle);
  transition-property: color;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap p,
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap ul li,
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap ol li, .cards.type-2 .container .items .item .contents .inner-contents rwp-wrap p,
.cards.type-2 .container .items .item .contents .inner-contents rwp-wrap ul li,
.cards.type-2 .container .items .item .contents .inner-contents rwp-wrap ol li, .cards.type-3 .container .items .item .contents .inner-contents rwp-wrap p,
.cards.type-3 .container .items .item .contents .inner-contents rwp-wrap ul li,
.cards.type-3 .container .items .item .contents .inner-contents rwp-wrap ol li, .cards.type-4 .container .items .item .contents .inner-contents rwp-wrap p,
.cards.type-4 .container .items .item .contents .inner-contents rwp-wrap ul li,
.cards.type-4 .container .items .item .contents .inner-contents rwp-wrap ol li, .cards.type-5 .container .items .item .contents .inner-contents rwp-wrap p,
.cards.type-5 .container .items .item .contents .inner-contents rwp-wrap ul li,
.cards.type-5 .container .items .item .contents .inner-contents rwp-wrap ol li, .cards.type-6 .container .items .item .contents .inner-contents rwp-wrap p,
.cards.type-6 .container .items .item .contents .inner-contents rwp-wrap ul li,
.cards.type-6 .container .items .item .contents .inner-contents rwp-wrap ol li {
  color: var(--card-text);
  transition-property: color;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap p a,
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap p span,
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap ul li a,
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap ul li span,
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap ol li a,
.cards.type-1 .container .items .item .contents .inner-contents rwp-wrap ol li span, .cards.type-2 .container .items .item .contents .inner-contents rwp-wrap p a,
.cards.type-2 .container .items .item .contents .inner-contents rwp-wrap p span,
.cards.type-2 .container .items .item .contents .inner-contents rwp-wrap ul li a,
.cards.type-2 .container .items .item .contents .inner-contents rwp-wrap ul li span,
.cards.type-2 .container .items .item .contents .inner-contents rwp-wrap ol li a,
.cards.type-2 .container .items .item .contents .inner-contents rwp-wrap ol li span, .cards.type-3 .container .items .item .contents .inner-contents rwp-wrap p a,
.cards.type-3 .container .items .item .contents .inner-contents rwp-wrap p span,
.cards.type-3 .container .items .item .contents .inner-contents rwp-wrap ul li a,
.cards.type-3 .container .items .item .contents .inner-contents rwp-wrap ul li span,
.cards.type-3 .container .items .item .contents .inner-contents rwp-wrap ol li a,
.cards.type-3 .container .items .item .contents .inner-contents rwp-wrap ol li span, .cards.type-4 .container .items .item .contents .inner-contents rwp-wrap p a,
.cards.type-4 .container .items .item .contents .inner-contents rwp-wrap p span,
.cards.type-4 .container .items .item .contents .inner-contents rwp-wrap ul li a,
.cards.type-4 .container .items .item .contents .inner-contents rwp-wrap ul li span,
.cards.type-4 .container .items .item .contents .inner-contents rwp-wrap ol li a,
.cards.type-4 .container .items .item .contents .inner-contents rwp-wrap ol li span, .cards.type-5 .container .items .item .contents .inner-contents rwp-wrap p a,
.cards.type-5 .container .items .item .contents .inner-contents rwp-wrap p span,
.cards.type-5 .container .items .item .contents .inner-contents rwp-wrap ul li a,
.cards.type-5 .container .items .item .contents .inner-contents rwp-wrap ul li span,
.cards.type-5 .container .items .item .contents .inner-contents rwp-wrap ol li a,
.cards.type-5 .container .items .item .contents .inner-contents rwp-wrap ol li span, .cards.type-6 .container .items .item .contents .inner-contents rwp-wrap p a,
.cards.type-6 .container .items .item .contents .inner-contents rwp-wrap p span,
.cards.type-6 .container .items .item .contents .inner-contents rwp-wrap ul li a,
.cards.type-6 .container .items .item .contents .inner-contents rwp-wrap ul li span,
.cards.type-6 .container .items .item .contents .inner-contents rwp-wrap ol li a,
.cards.type-6 .container .items .item .contents .inner-contents rwp-wrap ol li span {
  color: var(--card-text);
  transition-property: color;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item .img-container, .cards.type-2 .container .items .item .img-container, .cards.type-3 .container .items .item .img-container, .cards.type-4 .container .items .item .img-container, .cards.type-5 .container .items .item .img-container, .cards.type-6 .container .items .item .img-container {
  border-radius: 20px;
  overflow: hidden;
}
.cards.type-1 .container .items .item .img-container .inner-img img,
.cards.type-1 .container .items .item .img-container .inner-img .img, .cards.type-2 .container .items .item .img-container .inner-img img,
.cards.type-2 .container .items .item .img-container .inner-img .img, .cards.type-3 .container .items .item .img-container .inner-img img,
.cards.type-3 .container .items .item .img-container .inner-img .img, .cards.type-4 .container .items .item .img-container .inner-img img,
.cards.type-4 .container .items .item .img-container .inner-img .img, .cards.type-5 .container .items .item .img-container .inner-img img,
.cards.type-5 .container .items .item .img-container .inner-img .img, .cards.type-6 .container .items .item .img-container .inner-img img,
.cards.type-6 .container .items .item .img-container .inner-img .img {
  object-fit: cover;
  object-position: center center;
  transition-property: transform;
  transition-duration: 0.2s;
}
.cards.type-1 .container .items .item:hover .contents .inner-contents h3, .cards.type-2 .container .items .item:hover .contents .inner-contents h3, .cards.type-3 .container .items .item:hover .contents .inner-contents h3, .cards.type-4 .container .items .item:hover .contents .inner-contents h3, .cards.type-5 .container .items .item:hover .contents .inner-contents h3, .cards.type-6 .container .items .item:hover .contents .inner-contents h3 {
  color: var(--card-title-hover);
}
.cards.type-1 .container .items .item:hover .contents .inner-contents h3 a,
.cards.type-1 .container .items .item:hover .contents .inner-contents h3 span, .cards.type-2 .container .items .item:hover .contents .inner-contents h3 a,
.cards.type-2 .container .items .item:hover .contents .inner-contents h3 span, .cards.type-3 .container .items .item:hover .contents .inner-contents h3 a,
.cards.type-3 .container .items .item:hover .contents .inner-contents h3 span, .cards.type-4 .container .items .item:hover .contents .inner-contents h3 a,
.cards.type-4 .container .items .item:hover .contents .inner-contents h3 span, .cards.type-5 .container .items .item:hover .contents .inner-contents h3 a,
.cards.type-5 .container .items .item:hover .contents .inner-contents h3 span, .cards.type-6 .container .items .item:hover .contents .inner-contents h3 a,
.cards.type-6 .container .items .item:hover .contents .inner-contents h3 span {
  color: var(--card-title-hover);
}
.cards.type-1 .container .items .item:hover .contents .inner-contents .uptitle, .cards.type-2 .container .items .item:hover .contents .inner-contents .uptitle, .cards.type-3 .container .items .item:hover .contents .inner-contents .uptitle, .cards.type-4 .container .items .item:hover .contents .inner-contents .uptitle, .cards.type-5 .container .items .item:hover .contents .inner-contents .uptitle, .cards.type-6 .container .items .item:hover .contents .inner-contents .uptitle {
  color: var(--card-uptitle-hover);
}
.cards.type-1 .container .items .item:hover .contents .inner-contents .uptitle a,
.cards.type-1 .container .items .item:hover .contents .inner-contents .uptitle span, .cards.type-2 .container .items .item:hover .contents .inner-contents .uptitle a,
.cards.type-2 .container .items .item:hover .contents .inner-contents .uptitle span, .cards.type-3 .container .items .item:hover .contents .inner-contents .uptitle a,
.cards.type-3 .container .items .item:hover .contents .inner-contents .uptitle span, .cards.type-4 .container .items .item:hover .contents .inner-contents .uptitle a,
.cards.type-4 .container .items .item:hover .contents .inner-contents .uptitle span, .cards.type-5 .container .items .item:hover .contents .inner-contents .uptitle a,
.cards.type-5 .container .items .item:hover .contents .inner-contents .uptitle span, .cards.type-6 .container .items .item:hover .contents .inner-contents .uptitle a,
.cards.type-6 .container .items .item:hover .contents .inner-contents .uptitle span {
  color: var(--card-uptitle-hover);
}
.cards.type-1 .container .items .item:hover .contents .inner-contents .subtitle, .cards.type-2 .container .items .item:hover .contents .inner-contents .subtitle, .cards.type-3 .container .items .item:hover .contents .inner-contents .subtitle, .cards.type-4 .container .items .item:hover .contents .inner-contents .subtitle, .cards.type-5 .container .items .item:hover .contents .inner-contents .subtitle, .cards.type-6 .container .items .item:hover .contents .inner-contents .subtitle {
  color: var(--card-subtitle-hover);
}
.cards.type-1 .container .items .item:hover .contents .inner-contents .subtitle a,
.cards.type-1 .container .items .item:hover .contents .inner-contents .subtitle span, .cards.type-2 .container .items .item:hover .contents .inner-contents .subtitle a,
.cards.type-2 .container .items .item:hover .contents .inner-contents .subtitle span, .cards.type-3 .container .items .item:hover .contents .inner-contents .subtitle a,
.cards.type-3 .container .items .item:hover .contents .inner-contents .subtitle span, .cards.type-4 .container .items .item:hover .contents .inner-contents .subtitle a,
.cards.type-4 .container .items .item:hover .contents .inner-contents .subtitle span, .cards.type-5 .container .items .item:hover .contents .inner-contents .subtitle a,
.cards.type-5 .container .items .item:hover .contents .inner-contents .subtitle span, .cards.type-6 .container .items .item:hover .contents .inner-contents .subtitle a,
.cards.type-6 .container .items .item:hover .contents .inner-contents .subtitle span {
  color: var(--card-subtitle-hover);
}
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap p,
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap ul li,
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap ol li, .cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap p,
.cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap ul li,
.cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap ol li, .cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap p,
.cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap ul li,
.cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap ol li, .cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap p,
.cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap ul li,
.cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap ol li, .cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap p,
.cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap ul li,
.cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap ol li, .cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap p,
.cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap ul li,
.cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap ol li {
  color: var(--card-text-hover);
}
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap p a,
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap p span,
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap ul li a,
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap ul li span,
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap ol li a,
.cards.type-1 .container .items .item:hover .contents .inner-contents rwp-wrap ol li span, .cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap p a,
.cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap p span,
.cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap ul li a,
.cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap ul li span,
.cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap ol li a,
.cards.type-2 .container .items .item:hover .contents .inner-contents rwp-wrap ol li span, .cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap p a,
.cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap p span,
.cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap ul li a,
.cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap ul li span,
.cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap ol li a,
.cards.type-3 .container .items .item:hover .contents .inner-contents rwp-wrap ol li span, .cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap p a,
.cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap p span,
.cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap ul li a,
.cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap ul li span,
.cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap ol li a,
.cards.type-4 .container .items .item:hover .contents .inner-contents rwp-wrap ol li span, .cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap p a,
.cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap p span,
.cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap ul li a,
.cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap ul li span,
.cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap ol li a,
.cards.type-5 .container .items .item:hover .contents .inner-contents rwp-wrap ol li span, .cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap p a,
.cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap p span,
.cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap ul li a,
.cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap ul li span,
.cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap ol li a,
.cards.type-6 .container .items .item:hover .contents .inner-contents rwp-wrap ol li span {
  color: var(--card-text-hover);
}
.cards.type-1 .container .items .item:hover .img-container .inner-img img,
.cards.type-1 .container .items .item:hover .img-container .inner-img .img, .cards.type-2 .container .items .item:hover .img-container .inner-img img,
.cards.type-2 .container .items .item:hover .img-container .inner-img .img, .cards.type-3 .container .items .item:hover .img-container .inner-img img,
.cards.type-3 .container .items .item:hover .img-container .inner-img .img, .cards.type-4 .container .items .item:hover .img-container .inner-img img,
.cards.type-4 .container .items .item:hover .img-container .inner-img .img, .cards.type-5 .container .items .item:hover .img-container .inner-img img,
.cards.type-5 .container .items .item:hover .img-container .inner-img .img, .cards.type-6 .container .items .item:hover .img-container .inner-img img,
.cards.type-6 .container .items .item:hover .img-container .inner-img .img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .cards.type-1 .container, .cards.type-2 .container, .cards.type-3 .container, .cards.type-4 .container, .cards.type-5 .container, .cards.type-6 .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 680px) {
  .cards.type-1 .container .items, .cards.type-2 .container .items, .cards.type-3 .container .items, .cards.type-4 .container .items, .cards.type-5 .container .items, .cards.type-6 .container .items {
    grid-template-columns: 100% !important;
  }
}
.cards.type-1 {
  /*@media screen and (max-width: 1366px){
  	.container{
  		& > .contents{

  		}
  		.items{
  			grid-template-columns: 100%;
  		}
  	}
  }*/
}
.cards.type-1 .container {
  display: flex;
  column-gap: 65px;
  align-items: flex-start;
  justify-content: space-between;
}
.cards.type-1 .container > .contents {
  width: 100%;
  max-width: 674px;
}
.cards.type-1 .container .items {
  width: 100%;
  max-width: 950px;
  grid-row-gap: 10px;
  grid-column-gap: 16px;
  grid-template-columns: 100%;
}
.cards.type-1 .container .items .item .contents {
  width: calc(100% - clamp(200px, 19.7916666667vw, 380px));
  padding: 54px 35px 54px 40px;
}
.cards.type-1 .container .items .item .img-container {
  width: clamp(200px, 19.7916666667vw, 380px);
  aspect-ratio: 4/3;
}
.cards.type-1 .container .items .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cards.type-1 .container .items .item .img-container .inner-img img,
.cards.type-1 .container .items .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .cards.type-1 .container {
    flex-wrap: wrap;
  }
  .cards.type-1 .container > .contents {
    margin: 0 0 40px;
  }
  .cards.type-1 .container .items {
    max-width: 100%;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .cards.type-1 .container .items .item .img-container {
    aspect-ratio: 3/4;
  }
}
@media screen and (max-width: 1024px) {
  .cards.type-1 .container .items {
    grid-row-gap: 40px;
  }
  .cards.type-1 .container .items .item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) 56px;
    justify-content: flex-end;
  }
  .cards.type-1 .container .items .item .contents {
    width: 100%;
    padding: 0;
  }
  .cards.type-1 .container .items .item .img-container {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.cards.type-2 .container > .contents {
  width: 100%;
  margin: 0 0 40px;
  max-width: 674px;
}
.cards.type-2 .container .items {
  width: 100%;
  grid-row-gap: 20px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.cards.type-2 .container .items .item .contents {
  width: calc(100% - clamp(16.6666666667vw, 16.6666666667vw, 320px));
  padding: 54px 35px 54px 40px;
}
.cards.type-2 .container .items .item .img-container {
  width: clamp(16.6666666667vw, 16.6666666667vw, 320px);
  aspect-ratio: 3/4;
}
.cards.type-2 .container .items .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cards.type-2 .container .items .item .img-container .inner-img img,
.cards.type-2 .container .items .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .cards.type-2 .container .items {
    grid-row-gap: 40px;
  }
  .cards.type-2 .container .items .item {
    flex-wrap: wrap;
    padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) 56px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .cards.type-2 .container .items .item .contents {
    width: 100%;
    padding: 0;
  }
  .cards.type-2 .container .items .item .img-container {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.cards.type-3 .container {
  display: flex;
  column-gap: 65px;
  align-items: flex-start;
  justify-content: space-between;
}
.cards.type-3 .container > .contents {
  width: 100%;
  max-width: 643px;
}
.cards.type-3 .container .items {
  width: 100%;
  max-width: 812px;
  grid-row-gap: 40px;
  grid-column-gap: 16px;
  grid-template-columns: 100%;
}
.cards.type-3 .container .items .item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) 56px;
}
.cards.type-3 .container .items .item .img-container {
  width: 100%;
  aspect-ratio: 4/3;
}
.cards.type-3 .container .items .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cards.type-3 .container .items .item .img-container .inner-img img,
.cards.type-3 .container .items .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .cards.type-3 .container {
    flex-wrap: wrap;
  }
  .cards.type-3 .container > .contents {
    margin: 0 0 40px;
  }
  .cards.type-3 .container .items {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards.type-4 .container > .contents {
  width: 100%;
  margin: 0 0 40px;
  max-width: 674px;
}
.cards.type-4 .container .items {
  width: 100%;
  grid-row-gap: 40px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.cards.type-4 .container .items .item {
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) 56px;
}
.cards.type-4 .container .items .item .img-container {
  width: 100%;
  aspect-ratio: 4/3;
}
.cards.type-4 .container .items .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cards.type-4 .container .items .item .img-container .inner-img img,
.cards.type-4 .container .items .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
}
.cards.type-5 .container > .contents {
  width: 100%;
  margin: 0 0 40px;
  max-width: 674px;
}
.cards.type-5 .container .items {
  width: 100%;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.cards.type-5 .container .items .item {
  flex-wrap: wrap;
  row-gap: 28px;
  flex-direction: column-reverse;
  padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) clamp(60px, 9.2447916667vw, 71px);
}
.cards.type-5 .container .items .item .img-container {
  width: 100%;
  aspect-ratio: 4/3;
}
.cards.type-5 .container .items .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cards.type-5 .container .items .item .img-container .inner-img img,
.cards.type-5 .container .items .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .cards.type-5 .container .items {
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards.type-6 .container {
  display: flex;
  column-gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
}
.cards.type-6 .container > .contents {
  width: 100%;
  max-width: 536px;
}
.cards.type-6 .container .items {
  width: 100%;
  max-width: 1088px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
.cards.type-6 .container .items .item {
  flex-wrap: wrap;
  row-gap: 28px;
  flex-direction: column-reverse;
  padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) clamp(60px, 9.2447916667vw, 71px);
}
.cards.type-6 .container .items .item .img-container {
  width: 100%;
  aspect-ratio: 4/3;
}
.cards.type-6 .container .items .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cards.type-6 .container .items .item .img-container .inner-img img,
.cards.type-6 .container .items .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .cards.type-6 .container .items {
    grid-row-gap: 40px;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cards.type-6 .container {
    flex-wrap: wrap;
  }
  .cards.type-6 .container > .contents {
    margin: 0 0 40px;
  }
  .cards.type-6 .container .items {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cards.type-7 .container {
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
}
.cards.type-7 .container .top {
  display: flex;
  margin: 0 0 clamp(45px, 4.1666666667vw, 60px);
  align-items: flex-end;
  justify-content: space-between;
}
.cards.type-7 .container .top .contents {
  width: 100%;
  max-width: 674px;
}
.cards.type-7 .container .top .contents .inner-contents h2 {
  margin: 0;
}
.cards.type-7 .container .top .arrows {
  display: flex;
  column-gap: 16px;
  margin: 30px 0 0;
  align-items: center;
}
.cards.type-7 .container .top .arrows .arrow {
  background: var(--icon-bg);
  display: flex;
  width: 60px;
  flex: 0 0 60px;
  aspect-ratio: 1/1;
  border: 1px solid var(--icon-border);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
  cursor: pointer;
}
.cards.type-7 .container .top .arrows .arrow svg {
  width: 24px;
  height: auto;
}
.cards.type-7 .container .top .arrows .arrow svg path {
  fill: var(--icon-color);
  transition-property: fill;
  transition-duration: 0.2s;
}
.cards.type-7 .container .top .arrows .arrow.prev svg {
  transform: rotate(180deg);
}
.cards.type-7 .container .top .arrows .arrow:hover {
  background: var(--icon-bg-hover);
  border-color: var(--icon-border-hover);
}
.cards.type-7 .container .top .arrows .arrow:hover svg path {
  fill: var(--icon-color-hover);
}
.cards.type-7 .container .items {
  width: 100%;
}
.cards.type-7 .container .items .track {
  display: inline-block;
  white-space: nowrap;
}
.cards.type-7 .container .items .track .item {
  display: inline-block;
  white-space: initial;
  width: clamp(300px, 31.5294117647vw, 536px);
  border-radius: 20px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.cards.type-7 .container .items .track .item .img-container {
  width: 100%;
  height: 100%;
}
.cards.type-7 .container .items .track .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cards.type-7 .container .items .track .item .img-container .inner-img img,
.cards.type-7 .container .items .track .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cards.type-7 .container .items .track .item + .item {
  margin: 0 0 0 clamp(8px, 0.9411764706vw, 16px);
}
@media screen and (max-width: 540px), (pointer: coarse), (pointer: none) {
  .cards.type-7 .container .top .arrows {
    display: none;
  }
  .cards.type-7 .container .items .track .item {
    width: calc(100vw - clamp(40px, 11.1111111111vw, 60px));
  }
}

.section-media .container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 30px;
  overflow: hidden;
}
.section-media .container .video-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.section-media .container .video-container .inner-video {
  width: 100%;
  height: 100%;
}
.section-media .container .video-container .inner-video video,
.section-media .container .video-container .inner-video .video {
  width: 100%;
  height: 100%;
}
.section-media .container .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.section-media .container .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.section-media .container .img-container .inner-img img,
.section-media .container .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.section-media .container .icon {
  background: var(--icon-bg);
  position: absolute;
  display: flex;
  top: 50%;
  left: 50%;
  width: clamp(80px, 10.1694915254vw, 10.1694915254vw);
  height: clamp(80px, 10.1694915254vw, 10.1694915254vw);
  border-radius: 100%;
  border: clamp(6px, 0.8474576271vw, 0.8474576271vw) solid var(--icon-border);
  transform: translate(-50%, -50%);
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
}
.section-media .container .icon svg {
  width: auto;
  height: clamp(39px, 4.4915254237vw, 4.4915254237vw);
}
.section-media .container .icon svg path {
  fill: var(--icon-color);
  transition-property: fill;
  transition-duration: 0.2s;
}
.section-media .container:hover .icon {
  background: var(--icon-bg-hover);
  border-color: var(--icon-border-hover);
}
.section-media .container:hover .icon svg path {
  fill: var(--icon-color-hover);
}

.testimonials {
  overflow: hidden;
}
.testimonials .container {
  display: flex;
  column-gap: 65px;
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
  align-items: flex-start;
  justify-content: space-between;
}
.testimonials .container .images {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
}
.testimonials .container .images .slides {
  display: flex;
  width: 100%;
  height: 100%;
}
.testimonials .container .images .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.testimonials .container .images .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  height: 100%;
}
.testimonials .container .images .slides .track .item .img-container {
  width: 100%;
  height: 100%;
}
.testimonials .container .images .slides .track .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.testimonials .container .images .slides .track .item .img-container .inner-img img,
.testimonials .container .images .slides .track .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.testimonials .container .images .slides .track .item.bg {
  position: relative;
}
.testimonials .container .main {
  width: 100%;
}
.testimonials .container .main .wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1088px;
}
.testimonials .container .main .wrap .slides {
  width: 100%;
}
.testimonials .container .main .wrap .slides .track {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
}
.testimonials .container .main .wrap .slides .track .item {
  display: inline-block;
  white-space: initial;
  vertical-align: top;
}
.testimonials .container .main .wrap .slides .track .item .contents .inner-contents rwp-wrap {
  margin: 0;
}
.testimonials .container .main .wrap .arrows {
  display: flex;
  column-gap: 16px;
  margin: 30px 0 0;
  align-items: center;
}
.testimonials .container .main .wrap .arrows .arrow {
  background: var(--icon-bg);
  display: flex;
  width: 60px;
  flex: 0 0 60px;
  aspect-ratio: 1/1;
  border: 1px solid var(--icon-border);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  transition-property: background, border-color;
  transition-duration: 0.2s, 0.2s;
  cursor: pointer;
}
.testimonials .container .main .wrap .arrows .arrow svg {
  width: 24px;
  height: auto;
}
.testimonials .container .main .wrap .arrows .arrow svg path {
  fill: var(--icon-color);
  transition-property: fill;
  transition-duration: 0.2s;
}
.testimonials .container .main .wrap .arrows .arrow.prev svg {
  transform: rotate(180deg);
}
.testimonials .container .main .wrap .arrows .arrow:hover {
  background: var(--icon-bg-hover);
  border-color: var(--icon-border-hover);
}
.testimonials .container .main .wrap .arrows .arrow:hover svg path {
  fill: var(--icon-color-hover);
}
.testimonials.type-1 .container .images {
  width: 398px;
  flex: 0 0 398px;
}
@media screen and (max-width: 1180px) {
  .testimonials.type-1 .container .images {
    width: clamp(300px, 33.7288135593vw, 398px);
    flex: 0 0 clamp(300px, 33.7288135593vw, 398px);
  }
}
@media screen and (max-width: 680px) {
  .testimonials.type-1 .container .images {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 680px) {
  .testimonials.type-1 .container .main .wrap .slides .track .item .contents .inner-contents rwp-wrap {
    margin: clamp(30px, 4.0625vw, 65px) 0 0;
  }
}
.testimonials.type-2 .container .main {
  text-align: center;
}
.testimonials.type-2 .container .main .wrap > .contents .inner-contents .subtitle {
  margin-left: auto;
  margin-right: auto;
}
.testimonials.type-2 .container .main .wrap > .contents .inner-contents h2 {
  margin-left: auto;
  margin-right: auto;
}
.testimonials.type-2 .container .main .wrap .arrows {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.testimonials.type-3 .container .images {
  width: clamp(398px, 33.5vw, 536px);
  flex: 0 0 clamp(398px, 33.5vw, 536px);
}
@media screen and (max-width: 1180px) {
  .testimonials.type-3 .container .images {
    width: clamp(300px, 33.7288135593vw, 398px);
    flex: 0 0 clamp(300px, 33.7288135593vw, 398px);
  }
}
@media screen and (max-width: 680px) {
  .testimonials.type-3 .container .images {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 680px) {
  .testimonials.type-3 .container .main .wrap .slides .track .item .contents .inner-contents rwp-wrap {
    margin: clamp(30px, 4.0625vw, 65px) 0 0;
  }
}
.testimonials.type-4 .container .main .wrap {
  position: relative;
  display: flex;
  row-gap: clamp(30px, 4.0625vw, 65px);
  column-gap: 65px;
  max-width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.testimonials.type-4 .container .main .wrap > .contents {
  width: clamp(398px, 29.875vw, 478px);
  flex: 0 0 clamp(398px, 29.875vw, 478px);
}
@media screen and (max-width: 680px) {
  .testimonials.type-4 .container .main .wrap > .contents {
    width: 100%;
    flex: 0 0 100%;
  }
}
.testimonials.type-4 .container .main .wrap .slides {
  width: 100%;
  max-width: 1088px;
}
.testimonials.type-4 .container .main .wrap .slides .track > .item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 53px 29px 37px;
  max-width: clamp(400px, 27.9166666667vw, 536px);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents .uptitle {
  color: var(--card-uptitle);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents .uptitle a,
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents .uptitle span {
  color: var(--card-uptitle);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents h3 {
  font-size: clamp(14px, 3.1481481481vw, 17px);
  line-height: clamp(20px, 4.4444444444vw, 24px);
  margin: 0 0 clamp(14px, 5.1851851852vw, 28px);
  color: var(--card-title);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents h3 a,
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents h3 span {
  color: var(--card-title);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap p {
  color: var(--card-text);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap p a,
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap p span {
  color: var(--card-text);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end {
  margin: clamp(58px, 5.625vw, 90px) 0 0;
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end .stars {
  display: flex;
  column-gap: 6px;
  align-items: center;
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end .stars .item {
  height: 20px;
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end .stars .item svg {
  width: auto;
  height: 100%;
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end .stars .item svg path {
  fill: var(--card-stars);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end .infos {
  margin: 24px 0 0;
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end .infos span:nth-child(1) {
  font-size: clamp(20px, 4.4444444444vw, 24px);
  font-weight: 700;
  line-height: 100%;
  color: var(--card-text-one);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item .contents .inner-contents rwp-wrap .end .infos span:nth-child(2) {
  font-size: clamp(14px, 3.1481481481vw, 17px);
  line-height: clamp(20px, 4.4444444444vw, 24px);
  color: var(--card-text-two);
}
.testimonials.type-4 .container .main .wrap .slides .track > .item + .item {
  margin: 0 0 0 16px;
}
.testimonials.type-4 .container .main .wrap .arrows {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .testimonials.type-4 .container .main .wrap {
    flex-wrap: wrap;
  }
}
@media screen and (pointer: coarse), (pointer: none), (max-width: 1180px) {
  .testimonials.type-4 .container .main .wrap .arrows {
    display: none;
  }
}

.list .container .container-wrapper {
  display: flex;
  width: 100%;
  margin: 0 auto;
  row-gap: clamp(65px, 11.0677083333vw, 85px);
  column-gap: 65px;
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
  align-items: flex-start;
  justify-content: space-between;
}
.list .container .container-wrapper > .contents {
  width: 100%;
}
.list .container .container-wrapper .items {
  width: 100%;
  border-top: 1px solid var(--separator);
  border-bottom: 1px solid var(--separator);
}
.list .container .container-wrapper .items .item {
  display: flex;
  column-gap: 35px;
  padding: 40px 0 37px;
  align-items: flex-start;
  justify-content: space-between;
}
.list .container .container-wrapper .items .item .icon {
  background: var(--icon-bg);
  display: flex;
  width: 60px;
  flex: 0 0 60px;
  aspect-ratio: 1/1;
  border: 1px solid var(--icon-border);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.list .container .container-wrapper .items .item .icon svg {
  width: auto;
  height: 24px;
}
.list .container .container-wrapper .items .item .icon svg path {
  fill: var(--icon-color);
}
.list .container .container-wrapper .items .item .contents {
  width: 100%;
  max-width: 658px;
}
.list .container .container-wrapper .items .item .contents .inner-contents h3 {
  font-size: clamp(24px, 2.0833333333vw, 30px);
  font-weight: 500;
  line-height: clamp(29px, 2.5vw, 36px);
}
.list .container .container-wrapper .items .item .contents .inner-contents rwp-wrap {
  margin: 23px 0 0;
}
.list .container .container-wrapper .items .item + .item {
  border-top: 1px solid var(--separator);
}
.list .container .container-wrapper .images {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
}
.list .container .container-wrapper .images .slides {
  display: flex;
  width: 100%;
  height: 100%;
}
.list .container .container-wrapper .images .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.list .container .container-wrapper .images .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  height: 100%;
}
.list .container .container-wrapper .images .slides .track .item .img-container {
  width: 100%;
  height: 100%;
}
.list .container .container-wrapper .images .slides .track .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.list .container .container-wrapper .images .slides .track .item .img-container .inner-img img,
.list .container .container-wrapper .images .slides .track .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.list .container .container-wrapper .images .slides .track .item.bg {
  position: relative;
}
@media screen and (max-width: 992px) {
  .list .container .container-wrapper {
    flex-wrap: wrap;
  }
}
.list.type-1 .container .container-wrapper > .contents {
  max-width: 536px;
}
.list.type-1 .container .container-wrapper .items {
  max-width: 950px;
}
@media screen and (max-width: 1280px) {
  .list.type-1 .container .container-wrapper > .contents {
    max-width: 398px;
  }
}
@media screen and (max-width: 992px) {
  .list.type-1 .container .container-wrapper .items {
    max-width: 100%;
  }
}
.list.type-2 .container .container-wrapper {
  flex-direction: row-reverse;
}
.list.type-2 .container .container-wrapper > .contents {
  max-width: 690px;
}
.list.type-2 .container .container-wrapper .items {
  max-width: 812px;
}
@media screen and (max-width: 1280px) {
  .list.type-2 .container .container-wrapper > .contents {
    max-width: 398px;
  }
}
@media screen and (max-width: 992px) {
  .list.type-2 .container .container-wrapper {
    flex-direction: initial;
  }
  .list.type-2 .container .container-wrapper .items {
    max-width: 100%;
  }
}
.list.type-3 .container .container-wrapper > .contents {
  max-width: 536px;
}
.list.type-3 .container .container-wrapper .items {
  max-width: 1088px;
}
.list.type-3 .container .container-wrapper .items .item {
  background: var(--card-bg);
  flex-wrap: wrap;
  padding: 0;
  border: 1px solid var(--card-border);
  border-radius: 20px;
}
.list.type-3 .container .container-wrapper .items .item .thead {
  width: 100%;
  padding: 40px 40px 40px clamp(40px, 5.859375vw, 60px);
  cursor: pointer;
}
.list.type-3 .container .container-wrapper .items .item .thead .inner {
  display: flex;
  width: 100%;
  column-gap: 25px;
  align-items: center;
  justify-content: space-between;
}
.list.type-3 .container .container-wrapper .items .item .thead .inner h3 {
  font-size: 20px;
  color: var(--card-title);
}
.list.type-3 .container .container-wrapper .items .item .tbody {
  width: 100%;
  height: 1px;
  padding: 0 40px 0 clamp(40px, 5.859375vw, 60px);
  overflow: hidden;
}
.list.type-3 .container .container-wrapper .items .item .tbody .inner {
  padding: 0 0 60px;
}
.list.type-3 .container .container-wrapper .items .item .tbody .inner .contents .inner-contents rwp-wrap {
  margin: 0;
}
.list.type-3 .container .container-wrapper .items .item + .item {
  margin: 16px 0 0;
}
@media screen and (max-width: 1280px) {
  .list.type-3 .container .container-wrapper > .contents {
    max-width: 398px;
  }
}
@media screen and (max-width: 992px) {
  .list.type-3 .container .container-wrapper .items {
    max-width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .list.type-3 .container .container-wrapper .items .item .thead {
    padding: 40px clamp(20px, 7.4074074074vw, 40px);
  }
  .list.type-3 .container .container-wrapper .items .item .tbody {
    padding: 0 clamp(20px, 7.4074074074vw, 40px);
  }
}
.list.type-4 .container {
  padding: clamp(80px, 6.875vw, 110px) clamp(20px, 7.4074074074vw, 40px);
  border-radius: 20px;
}
.list.type-4 .container .container-wrapper .images {
  max-width: 674px;
}
.list.type-4 .container .container-wrapper .items {
  max-width: 812px;
}
.list.type-4 .container .container-wrapper .items .item {
  column-gap: 15px;
  justify-content: flex-start;
}
.list.type-4 .container .container-wrapper .items .item .icon {
  background: none !important;
  border: none !important;
  aspect-ratio: initial;
  transform: translate(0, 5px);
}
@media screen and (max-width: 1280px) {
  .list.type-4 .container .container-wrapper .images {
    max-width: 398px;
  }
}
@media screen and (max-width: 992px) {
  .list.type-4 .container {
    padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) 56px;
  }
  .list.type-4 .container .container-wrapper {
    flex-wrap: initial;
  }
}
@media screen and (max-width: 860px) {
  .list.type-4 .container .container-wrapper {
    flex-wrap: wrap;
  }
  .list.type-4 .container .container-wrapper .items {
    max-width: 100%;
  }
  .list.type-4 .container .container-wrapper .images {
    max-width: 100%;
  }
}
.list.type-5 .container {
  padding: clamp(80px, 6.875vw, 110px) clamp(20px, 7.4074074074vw, 40px);
  border-radius: 20px;
}
.list.type-5 .container .container-wrapper {
  flex-direction: row-reverse;
}
.list.type-5 .container .container-wrapper .images {
  max-width: 674px;
}
.list.type-5 .container .container-wrapper .items {
  max-width: 812px;
}
.list.type-5 .container .container-wrapper .items .item {
  column-gap: 15px;
  justify-content: flex-start;
}
.list.type-5 .container .container-wrapper .items .item .icon {
  background: none !important;
  border: none !important;
  aspect-ratio: initial;
  transform: translate(0, 5px);
}
@media screen and (max-width: 1280px) {
  .list.type-5 .container .container-wrapper .images {
    max-width: 398px;
  }
}
@media screen and (max-width: 992px) {
  .list.type-5 .container {
    padding: clamp(30px, 5.2083333333vw, 40px) clamp(26px, 5.2083333333vw, 40px) 56px;
  }
  .list.type-5 .container .container-wrapper {
    flex-wrap: initial;
  }
}
@media screen and (max-width: 860px) {
  .list.type-5 .container .container-wrapper {
    flex-wrap: wrap;
    flex-direction: initial;
  }
  .list.type-5 .container .container-wrapper .items {
    max-width: 100%;
  }
  .list.type-5 .container .container-wrapper .images {
    max-width: 100%;
  }
}

.cta .container {
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
}
.cta .container .box {
  background: var(--box-bg);
  position: relative;
  border: 1px solid var(--box-border);
  border-radius: 20px;
  overflow: hidden;
}
.cta .container .box .contents {
  position: relative;
  display: flex;
  min-height: clamp(200px, 35.4166666667vw, 680px);
  padding: clamp(60px, 5vw, 80px) clamp(20px, 4.0625vw, 65px);
  align-items: center;
  z-index: 2;
}
.cta .container .box .img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cta .container .box .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.cta .container .box .img-container .inner-img img,
.cta .container .box .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cta.type-1 .container .box .contents {
  width: 50%;
  border-radius: 0 20px 20px 0;
}
.cta.type-1 .container .box .contents .inner-contents {
  width: 100%;
  margin: 0 auto;
  max-width: 645px;
}
@media screen and (max-width: 680px) {
  .cta.type-1 .container .box .contents {
    width: 100%;
  }
}
.cta.type-2 .container .box .contents .inner-contents {
  width: 50%;
}
.cta.type-2 .container .box .contents .inner-contents .uptitle,
.cta.type-2 .container .box .contents .inner-contents h2,
.cta.type-2 .container .box .contents .inner-contents rwp-wrap,
.cta.type-2 .container .box .contents .inner-contents .buttons {
  width: 100%;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 680px) {
  .cta.type-2 .container .box .contents .inner-contents {
    width: 100%;
  }
}
.cta.type-3 .container .box .contents {
  text-align: center;
}
.cta.type-3 .container .box .contents .inner-contents {
  width: 100%;
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.cta.type-3 .container .box .contents .inner-contents .uptitle {
  margin-left: auto;
  margin-right: auto;
}
.cta.type-3 .container .box .contents .inner-contents .buttons {
  justify-content: center;
}

.contact .container {
  display: flex;
  row-gap: clamp(45px, 8.4635416667vw, 65px);
  column-gap: 65px;
  justify-content: space-between;
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
}
.contact .container .images {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.contact .container .images .slides {
  display: flex;
  width: 100%;
  height: 100%;
}
.contact .container .images .slides .track {
  display: inline-block;
  white-space: nowrap;
  height: 100%;
}
.contact .container .images .slides .track .item {
  display: inline-flex;
  white-space: initial;
  align-items: center;
  height: 100%;
}
.contact .container .images .slides .track .item .img-container {
  width: 100%;
  height: 100%;
}
.contact .container .images .slides .track .item .img-container .inner-img {
  width: 100%;
  height: 100%;
}
.contact .container .images .slides .track .item .img-container .inner-img img,
.contact .container .images .slides .track .item .img-container .inner-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.contact .container .images .slides .track .item.bg {
  position: relative;
}
.contact .container .contents {
  width: 100%;
  max-width: 536px;
}
.contact .container .contents .inner-contents h2 {
  margin: 0;
}
.contact .container .contents .inner-contents rwp-wrap {
  margin: 24px 0 0;
}
.contact .container .contents .inner-contents ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.contact .container .form {
  width: 100%;
}
.contact .container .form form .buttons {
  margin: 15px 0 0;
}
@media screen and (max-width: 1180px) {
  .contact .container .form form .fields .field.split {
    width: 100%;
  }
}
.contact.type-1 .container {
  column-gap: 16px;
}
.contact.type-1 .container .images {
  max-width: 1088px;
}
.contact.type-1 .container .contents {
  border-radius: 20px;
  padding: clamp(80px, 7.4375vw, 119px) clamp(30px, 5.2083333333vw, 40px) clamp(80px, 7.125vw, 114px);
  overflow: hidden;
}
.contact.type-1 .container .contents .inner-contents {
  width: 100%;
  margin: 0 auto;
  max-width: 398px;
}
@media screen and (max-width: 992px) {
  .contact.type-1 .container .contents .inner-contents {
    max-width: 100%;
  }
}
.contact.type-2 .container {
  flex-direction: row-reverse;
}
.contact.type-2 .container .form {
  max-width: 950px;
}
.contact.type-3 .container .form {
  max-width: 950px;
}
.contact.type-4 .container {
  column-gap: 16px;
}
.contact.type-4 .container .images {
  max-width: calc(50% - 8px);
}
.contact.type-4 .container .form {
  max-width: calc(50% - 8px);
  padding: clamp(80px, 7.4375vw, 119px) clamp(30px, 5.2083333333vw, 40px) clamp(80px, 7.125vw, 114px);
  border-radius: 20px;
  overflow: hidden;
}
.contact.type-4 .container .form form {
  width: 100%;
  margin: 0 auto;
  max-width: 647px;
}
.contact.type-4 .container .contents {
  margin: 0 auto;
  max-width: 647px;
}
.contact.type-4 .container .contents .inner-contents h2 {
  margin: 0 0 15px;
}
@media screen and (max-width: 992px) {
  .contact .container {
    flex-wrap: wrap;
    flex-direction: initial !important;
  }
  .contact .container .images {
    max-width: 100% !important;
    height: auto;
    aspect-ratio: 4/3;
  }
  .contact .container .contents {
    max-width: 100% !important;
  }
  .contact .container .form {
    max-width: 100% !important;
  }
}

footer {
  padding: 40px clamp(20px, 5.5555555556vw, 30px) clamp(20px, 5.5555555556vw, 30px);
  --radius: 60px;
}
footer .inner {
  background: var(--footer-bg);
  padding: 0 clamp(20px, 5.5555555556vw, 30px) 30px;
  border-radius: var(--radius);
}
footer .inner .container {
  max-width: clamp(1640px, 85.4166666667vw, 85.4166666667vw);
}
footer .inner .container .top {
  padding-top: clamp(84px, 10.15625vw, 195px);
}
footer .inner .container .top .cols {
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 25px;
  align-items: flex-start;
}
footer .inner .container .top .cols .col > span {
  display: table;
  color: var(--footer-column-title);
}
footer .inner .container .top .cols .col ul li a,
footer .inner .container .top .cols .col ul li span {
  color: var(--footer-column-item);
}
footer .inner .container .top .cols .col ul li a {
  transition-property: color;
  transition-duration: 0.2s;
}
footer .inner .container .top .cols .col ul li a:hover {
  color: var(--footer-column-item-hover);
}
footer .inner .container .top .cols .col ul li + li {
  margin-top: 4px;
}
footer .inner .container .top .cols .col ul li.separate {
  margin-top: 30px;
}
@media screen and (max-width: 1179px) {
  footer .inner .container .top .cols {
    width: 100%;
  }
}
footer .inner .container .top > a {
  display: flex;
  width: fit-content;
  max-width: calc(100% - 80px);
}
footer .inner .container .top > a img,
footer .inner .container .top > a .img {
  max-width: 100%;
  height: auto;
}
footer .inner .container .bottom {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 35px;
  padding-top: 26px;
  border-top: 1px solid var(--footer-separator);
  align-items: center;
  justify-content: space-between;
}
footer .inner .container .bottom > span {
  color: var(--footer-inline-item);
}
footer .inner .container .bottom ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 12px;
  column-gap: 27px;
  align-items: center;
  justify-content: flex-start;
}
footer .inner .container .bottom ul li a,
footer .inner .container .bottom ul li span {
  color: var(--footer-inline-item);
}
footer .inner .container .bottom ul li a {
  transition-property: color;
  transition-duration: 0.2s;
}
footer .inner .container .bottom ul li a:hover {
  color: var(--footer-inline-item-hover);
}
footer.padding-no {
  padding: 0;
}
footer.padding-no:not(.border-radius-no) {
  --radius: 60px 60px 0 0;
}
footer.border-radius-no {
  --radius: 0;
}
footer.type-1 .inner .container .top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 65px;
  column-gap: 35px;
  padding-bottom: clamp(85px, 10.5vw, 168px);
  align-items: flex-start;
  justify-content: space-between;
}
footer.type-1 .inner .container .top .cols {
  grid-template-columns: repeat(3, 1fr);
}
footer.type-1 .inner .container .top .cols .col > span {
  font-size: 17px;
  font-weight: 700;
}
footer.type-1 .inner .container .top .cols .col ul li a,
footer.type-1 .inner .container .top .cols .col ul li span {
  font-size: 17px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  footer.type-1 .inner .container .top .cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  footer.type-1 .inner .container .top .cols {
    grid-template-columns: 100%;
  }
}
footer.type-1 .inner .container .top > a {
  max-width: clamp(360px, 27.9166666667vw, 536px);
}
@media screen and (max-width: 540px) {
  footer.type-1 .inner .container .top > a {
    max-width: calc(100% - 80px);
  }
}
footer.type-2 .inner .container .top {
  display: flex;
  flex-wrap: wrap;
  row-gap: 65px;
  column-gap: 35px;
  padding-bottom: clamp(85px, 12vw, 192px);
  align-items: center;
  justify-content: space-between;
}
footer.type-2 .inner .container .top .cols {
  grid-template-columns: repeat(2, 1fr);
}
footer.type-2 .inner .container .top .cols .col > span {
  font-size: clamp(17px, 1.875vw, 30px);
  font-weight: 700;
}
footer.type-2 .inner .container .top .cols .col ul li a,
footer.type-2 .inner .container .top .cols .col ul li span {
  font-size: clamp(17px, 1.875vw, 30px);
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  footer.type-2 .inner .container .top .cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  footer.type-2 .inner .container .top .cols {
    grid-template-columns: 100%;
  }
}
footer.type-2 .inner .container .top > a {
  max-width: clamp(536px, 42.2916666667vw, 812px);
}
@media screen and (max-width: 540px) {
  footer.type-2 .inner .container .top > a {
    max-width: calc(100% - 80px);
  }
}
footer.type-3 .inner .container .top {
  padding-bottom: 81px;
}
footer.type-3 .inner .container .top .cols {
  grid-template-columns: repeat(4, 1fr);
}
footer.type-3 .inner .container .top .cols .col > span {
  margin: 0 0 28px;
  font-size: clamp(17px, 1.875vw, 30px);
  font-weight: 700;
}
footer.type-3 .inner .container .top .cols .col ul li a,
footer.type-3 .inner .container .top .cols .col ul li span {
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 120%;
}
@media screen and (max-width: 992px) {
  footer.type-3 .inner .container .top .cols {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  footer.type-3 .inner .container .top .cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  footer.type-3 .inner .container .top .cols {
    grid-template-columns: 100%;
  }
}
footer.type-3 .inner .container .top > a {
  margin: clamp(85px, 12.1875vw, 195px) auto 0;
  max-width: clamp(812px, 56.6666666667vw, 1088px);
}
@media screen and (max-width: 540px) {
  footer.type-3 .inner .container .top > a {
    max-width: calc(100% - 80px);
    margin-left: 0;
    margin-right: 0;
  }
}
footer.type-4 .inner .container .top {
  padding-top: 84px;
  padding-bottom: clamp(85px, 8.0625vw, 129px);
}
footer.type-4 .inner .container .top .cols {
  grid-template-columns: repeat(3, 1fr);
}
footer.type-4 .inner .container .top .cols .col > span {
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 500;
}
footer.type-4 .inner .container .top .cols .col ul li a,
footer.type-4 .inner .container .top .cols .col ul li span {
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  footer.type-4 .inner .container .top .cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  footer.type-4 .inner .container .top .cols {
    grid-template-columns: 100%;
  }
}
footer.type-4:not(.border-radius-no) {
  --radius: 30px;
}
footer.type-4:not(.border-radius-no).padding-no {
  --radius: 30px 30px 0 0;
}