:root {
  --swiper-theme-color: #fd642d !important;
}

html.active {
  overflow: hidden;
}

body {
  width: 100%;
  font-size: 16px;
  font-family: "pretendard";
  color: #333;
}
body.active {
  overflow: hidden;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#header.active .main-logo, #header:hover .main-logo {
  background: url(../images/main/main-logo-active.png) no-repeat center;
  background-size: contain;
  transition: all 0.3s;
}
#header.active #nav, #header:hover #nav {
  background: #fff;
  position: relative;
  z-index: 2;
}
#header.active div #gnb > li > a, #header:hover div #gnb > li > a {
  color: #333;
}
#header.active .gnb-side .login a, #header:hover .gnb-side .login a {
  color: #333;
  background: url(../images/main/lock-icon-active.png) no-repeat center left;
}
#header.active::before, #header:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 113px;
  right: 0;
  width: 100%;
  height: 1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#header.active::after, #header:hover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 114px;
  background-color: #fff;
  z-index: 1;
}
#header #nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 114px;
  justify-content: space-between;
}
#header #nav > div {
  width: 100%;
  height: 100%;
}
#header .inner {
  width: 1920px;
  margin: 0 auto;
  height: 100%;
}
#header div {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header div .main-logo {
  background: url(../images/main/main-logo.png) no-repeat center;
  width: 267px;
  height: 29px;
  text-indent: -9999px;
  position: absolute;
  left: 120px;
  background-size: 100%;
  box-sizing: border-box;
}
#header div .main-logo a {
  display: block;
  height: 100%;
}
#header div #gnb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#header div #gnb > li {
  height: 100%;
  padding-right: 60px;
}
#header div #gnb > li:hover > a {
  color: #fd642d;
  position: relative;
}
#header div #gnb > li:hover > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #fd642d;
  z-index: 9;
}
#header div #gnb > li:hover div {
  opacity: 1;
  display: flex;
  visibility: visible;
  align-items: baseline;
}
#header div #gnb > li:nth-child(1) .one-depth-items {
  background: #fff url(../images/main/1depth-icon.png) no-repeat right top;
  background-size: auto 100%;
}
#header div #gnb > li:nth-child(2) .one-depth-items {
  background: #fff url(../images/main/2depth-icon.png) no-repeat right top;
  background-size: auto 100%;
}
#header div #gnb > li:nth-child(3) .one-depth-items {
  background: #fff url(../images/main/3depth-icon.png) no-repeat right top;
  background-size: auto 100%;
}
#header div #gnb > li:nth-child(4) .one-depth-items {
  background: #fff url(../images/main/4depth-icon.png) no-repeat right top;
  background-size: auto 100%;
}
#header div #gnb > li:nth-child(5) .one-depth-items {
  background: #fff url(../images/main/5depth-icon.png) no-repeat right top;
  background-size: auto 100%;
}
#header div #gnb > li:nth-child(6) .one-depth-items {
  background: #fff url(../images/main/6depth-icon.png) no-repeat right top;
  background-size: auto 100%;
}
#header div #gnb > li:nth-child(7) .one-depth-items {
  background: #fff url(../images/main/7depth-icon.png) no-repeat right top;
  background-size: auto 100%;
}
#header div #gnb > li:nth-child(1) ul li:nth-child(1) a {
  background: url(../images/main/1depth-01.png) no-repeat left center;
}
#header div #gnb > li:nth-child(1) ul li:nth-child(2) a {
  background: url(../images/main/1depth-02.png) no-repeat left center;
}
#header div #gnb > li:nth-child(1) ul li:nth-child(3) a {
  background: url(../images/main/1depth-03.png) no-repeat left center;
}
#header div #gnb > li:nth-child(1) ul li:nth-child(4) a {
  background: url(../images/main/1depth-04.png) no-repeat left center;
}
#header div #gnb > li:nth-child(1) ul li:nth-child(5) a {
  background: url(../images/main/1depth-05.png) no-repeat left center;
}
#header div #gnb > li:nth-child(1) ul li:nth-child(6) a {
  background: url(../images/main/1depth-06.png) no-repeat left center;
}
#header div #gnb > li:nth-child(2) ul li:nth-child(1) a {
  background: url(../images/main/2depth-01.png) no-repeat left center;
}
#header div #gnb > li:nth-child(2) ul li:nth-child(2) a {
  background: url(../images/main/2depth-02.png) no-repeat left center;
}
#header div #gnb > li:nth-child(2) ul li:nth-child(3) a {
  background: url(../images/main/2depth-03.png) no-repeat left center;
}
#header div #gnb > li:nth-child(2) ul li:nth-child(4) a {
  background: url(../images/main/2depth-04.png) no-repeat left center;
}
#header div #gnb > li:nth-child(2) ul li:nth-child(5) a {
  background: url(../images/main/2depth-05.png) no-repeat left center;
}
#header div #gnb > li:nth-child(2) ul li:nth-child(6) a {
  background: url(../images/main/2depth-06.png) no-repeat left center;
}
#header div #gnb > li:nth-child(3) ul li:nth-child(1) a {
  background: url(../images/main/3depth-01.png) no-repeat left center;
}
#header div #gnb > li:nth-child(3) ul li:nth-child(2) a {
  background: url(../images/main/3depth-02.png) no-repeat left center;
}
#header div #gnb > li:nth-child(3) ul li:nth-child(3) a {
  background: url(../images/main/3depth-03.png) no-repeat left center;
}
#header div #gnb > li:nth-child(3) ul li:nth-child(4) a {
  background: url(../images/main/3depth-04.png) no-repeat left center;
}
#header div #gnb > li:nth-child(3) ul li:nth-child(5) a {
  background: url(../images/main/3depth-05.png) no-repeat left center;
}
#header div #gnb > li:nth-child(3) ul li:nth-child(6) a {
  background: url(../images/main/3depth-06.png) no-repeat left center;
}
#header div #gnb > li:nth-child(4) ul li:nth-child(1) a {
  background: url(../images/main/4depth-01.png) no-repeat left center;
}
#header div #gnb > li:nth-child(4) ul li:nth-child(2) a {
  background: url(../images/main/4depth-02.png) no-repeat left center;
}
#header div #gnb > li:nth-child(4) ul li:nth-child(3) a {
  background: url(../images/main/4depth-03.png) no-repeat left center;
}
#header div #gnb > li:nth-child(4) ul li:nth-child(4) a {
  background: url(../images/main/4depth-04.png) no-repeat left center;
}
#header div #gnb > li:nth-child(4) ul li:nth-child(5) a {
  background: url(../images/main/4depth-05.png) no-repeat left center;
}
#header div #gnb > li:nth-child(4) ul li:nth-child(6) a {
  background: url(../images/main/4depth-06.png) no-repeat left center;
}
#header div #gnb > li:nth-child(5) ul li:nth-child(1) a {
  background: url(../images/main/5depth-01.png) no-repeat left center;
}
#header div #gnb > li:nth-child(5) ul li:nth-child(2) a {
  background: url(../images/main/5depth-02.png) no-repeat left center;
}
#header div #gnb > li:nth-child(5) ul li:nth-child(3) a {
  background: url(../images/main/5depth-03.png) no-repeat left center;
}
#header div #gnb > li:nth-child(5) ul li:nth-child(4) a {
  background: url(../images/main/5depth-04.png) no-repeat left center;
}
#header div #gnb > li:nth-child(5) ul li:nth-child(5) a {
  background: url(../images/main/5depth-05.png) no-repeat left center;
}
#header div #gnb > li:nth-child(5) ul li:nth-child(6) a {
  background: url(../images/main/5depth-06.png) no-repeat left center;
}
#header div #gnb > li:nth-child(6) ul li:nth-child(1) a {
  background: url(../images/main/6depth-01.png) no-repeat left center;
}
#header div #gnb > li:nth-child(6) ul li:nth-child(2) a {
  background: url(../images/main/6depth-02.png) no-repeat left center;
}
#header div #gnb > li:nth-child(6) ul li:nth-child(3) a {
  background: url(../images/main/6depth-03.png) no-repeat left center;
}
#header div #gnb > li:nth-child(6) ul li:nth-child(4) a {
  background: url(../images/main/6depth-04.png) no-repeat left center;
}
#header div #gnb > li:nth-child(6) ul li:nth-child(5) a {
  background: url(../images/main/6depth-05.png) no-repeat left center;
}
#header div #gnb > li:nth-child(6) ul li:nth-child(6) a {
  background: url(../images/main/6depth-06.png) no-repeat left center;
}
#header div #gnb > li:nth-child(7) ul li:nth-child(1) a {
  background: url(../images/main/7depth-01.png) no-repeat left center;
}
#header div #gnb > li:nth-child(7) ul li:nth-child(2) a {
  background: url(../images/main/7depth-02.png) no-repeat left center;
}
#header div #gnb > li:nth-child(7) ul li:nth-child(3) a {
  background: url(../images/main/7depth-03.png) no-repeat left center;
}
#header div #gnb > li:nth-child(7) ul li:nth-child(4) a {
  background: url(../images/main/7depth-04.png) no-repeat left center;
}
#header div #gnb > li:nth-child(7) ul li:nth-child(5) a {
  background: url(../images/main/7depth-05.png) no-repeat left center;
}
#header div #gnb > li:nth-child(7) ul li:nth-child(6) a {
  background: url(../images/main/7depth-06.png) no-repeat left center;
}
#header div #gnb > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
#header div #gnb > li.active .one-depth-items {
  border-top: 1px solid #dedede;
  visibility: visible;
  z-index: 1;
  transition: all 0.3s;
  opacity: 1;
}
#header div #gnb > li .one-depth-items {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 114px;
  z-index: -1;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
#header div #gnb > li .one-depth-items:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
#header div #gnb > li .one-depth-items > div {
  min-height: 256px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0;
}
#header div #gnb > li .one-depth-items > div em {
  display: block;
  min-width: 200px;
  font-size: 34px;
  font-weight: 700;
  padding: 10px 60px 0 0;
  width: 460px;
  box-sizing: border-box;
  text-align: right;
}
#header div #gnb > li .one-depth-items > div ul {
  display: flex;
  flex-wrap: wrap;
  min-width: 820px;
  width: 820px;
}
#header div #gnb > li .one-depth-items > div ul li {
  width: auto;
  min-width: 33.333%;
  box-sizing: border-box;
  padding-right: 20px;
}
#header div #gnb > li .one-depth-items > div ul li:nth-child(n+4) {
  margin-top: 45px;
}
#header div #gnb > li .one-depth-items > div ul li a {
  display: block;
  min-width: 160px;
  padding: 22px 0 22px 72px;
  box-sizing: border-box;
  word-break: keep-all;
  line-height: 1.3;
}
#header div #gnb > li .one-depth-items > div ul li a:hover {
  color: #fd642d;
}
#header .gnb-side {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
}
#header .gnb-side .login a {
  padding: 0 25px;
  background: url(../images/main/lock_icon.png) no-repeat center left;
}
#header .gnb-side .console {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 114px;
  background-image: linear-gradient(to right, #fd642d, #fd912d);
}
#header .gnb-side .console a {
  background: url(../images/main/console_icon.png) no-repeat center top;
  padding-top: 30px;
  box-sizing: border-box;
}
#header .gnb-side a {
  font-size: 18px;
  color: #fff;
}
#header .m-button,
#header .m-button span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: all 0.4s;
  background: #fff;
}
#header .m-button {
  display: none;
}
#header .m-button span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #404040;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
#header .m-button span + span {
  top: 9px;
}
#header .m-button span + span + span {
  top: 16px;
}
#header .m-button.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
  -moz-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  -o-transform: translateY(6px) rotate(-45deg);
}
#header .m-button.active span:nth-of-type(2) {
  opacity: 0;
}
#header .m-button.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
}

#main .section-01 {
  height: 100vh;
  color: #fff;
}
#main .section-01 > div {
  height: 100vh;
  width: 100%;
}
#main .section-01 .swiper-button-next {
  background: url(../images/main/swiper-arrow.png) no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(100px);
  bottom: 42px;
  top: auto;
}
#main .section-01 .swiper-button-next:after {
  display: none;
}
#main .section-01 .swiper-button-prev {
  background: url(../images/main/swiper-arrow.png) no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 41px;
  transform: rotate(180deg) translateX(120px);
}
#main .section-01 .swiper-button-prev:after {
  display: none;
}
#main .section-01 .swiper-pagination-progressbar {
  left: 50%;
  bottom: 50px;
  top: auto;
  transform: translateX(-50%);
  width: 115px;
  background-color: rgba(255, 255, 255, 0.3) !important;
}
#main .section-01 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
#main .section-01 .swiper-pagination2 {
  position: absolute;
  bottom: 44px;
  left: 50%;
  z-index: 9;
  color: transparent;
}
#main .section-01 .swiper-pagination2 span {
  color: #fff;
  position: relative;
  font-size: 18px;
}
#main .section-01 .swiper-pagination2 .swiper-pagination-current {
  left: -85px;
}
#main .section-01 .swiper-pagination2 .swiper-pagination-total {
  left: 35px;
}
#main .section-01 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/main/sec-1-bg.png) no-repeat center top;
  background-size: cover;
}
#main .section-01 .swiper-slide p {
  font-size: 26px;
  padding-bottom: 40px;
}
#main .section-01 .swiper-slide .animation {
  position: relative;
}
#main .section-01 .swiper-slide .animation h2 {
  animation-delay: 0s, 3s;
  animation-duration: 2.5s, 3s;
  animation-timing-function: ease-in, ease-in-out;
  text-align: center;
  font-family: "esamanru";
  font-size: 78px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.65);
  position: relative;
  animation-name: clip-text, clip-text-right;
  white-space: nowrap;
  cursor: default;
  z-index: 1;
}
#main .section-01 .swiper-slide .animation span {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-family: "esamanru";
  font-size: 78px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.65);
}
#main .section-01 .swiper-slide > span {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
#main .section-01 .swiper-slide .addtext2 {
  overflow: hidden;
  height: 70px;
  margin: 10px 0 50px;
  animation-name: clip-text3;
  animation-duration: var(--duration, 3000ms);
  animation-fill-mode: both;
  animation-delay: var(--animation-delay, 1s);
  animation-timing-function: ease-in-out;
}
#main .section-01 .swiper-slide .addtext2 em {
  display: block;
  opacity: 0;
  font-family: "esamanru";
  font-weight: bold;
  font-size: 64px;
  font-weight: normal;
  padding: 10px 0 50px 0;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.65);
  animation-name: addtext2;
  animation-duration: var(--duration, 3000ms);
  animation-fill-mode: both;
  animation-delay: var(--animation-delay, 0.5s);
  animation-timing-function: ease-in-out;
}
#main .section-02 {
  padding: 100px 50px;
}
#main .section-02 h2 {
  font-size: 25px;
  font-weight: 700;
  color: #fd642d;
  line-height: 2;
  padding-left: 160px;
}
#main .section-02 > b {
  display: block;
  padding: 0 0 50px 160px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
#main .section-02 .products-tab {
  display: flex;
  margin: 0 -5px;
  cursor: pointer;
}
#main .section-02 .products-tab > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 930px) / 5);
  height: 460px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 5px;
  color: #fff;
  position: relative;
  transition: all 450ms cubic-bezier(0.25, 0.25, 0.35, 0.75);
}
#main .section-02 .products-tab > li > * {
  opacity: 0;
}
#main .section-02 .products-tab > li.active {
  width: 890px;
}
#main .section-02 .products-tab > li.active > * {
  opacity: 1;
  transition: all 0.6s linear;
}
#main .section-02 .products-tab > li.active h3 {
  display: none;
  position: static;
  font-weight: 700;
  transform: inherit;
  writing-mode: inherit;
  transition: none !important;
}
#main .section-02 .products-tab > li.active em {
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 500;
}
#main .section-02 .products-tab > li h3 {
  display: block;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: inherit;
  left: 40px;
  top: 50px;
  opacity: 1;
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 500;
}
#main .section-02 .products-tab > li em {
  opacity: 0;
}
#main .section-02 .products-tab > li > b {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 40px;
}
#main .section-02 .products-tab > li:nth-child(1) {
  background: url(../images/main/products-tab-01-off.png) no-repeat;
  background-size: cover;
}
#main .section-02 .products-tab > li.active:nth-child(1) {
  background: url(../images/main/products-tab-01.png) no-repeat;
}
#main .section-02 .products-tab > li:nth-child(2) {
  background: url(../images/main/products-tab-02-off.png) no-repeat;
  background-size: cover;
}
#main .section-02 .products-tab > li.active:nth-child(2) {
  background: url(../images/main/products-tab-02.png) no-repeat;
}
#main .section-02 .products-tab > li:nth-child(3) {
  background: url(../images/main/products-tab-03-off.png) no-repeat;
  background-size: cover;
}
#main .section-02 .products-tab > li.active:nth-child(3) {
  background: url(../images/main/products-tab-03.png) no-repeat;
}
#main .section-02 .products-tab > li:nth-child(4) {
  background: url(../images/main/products-tab-04-off.png) no-repeat;
  background-size: cover;
}
#main .section-02 .products-tab > li.active:nth-child(4) {
  background: url(../images/main/products-tab-04.png) no-repeat;
}
#main .section-02 .products-tab > li:nth-child(5) {
  background: url(../images/main/products-tab-05-off.png) no-repeat;
  background-size: cover;
}
#main .section-02 .products-tab > li.active:nth-child(5) {
  background: url(../images/main/products-tab-05.png) no-repeat;
}
#main .section-02 .products-tab > li:nth-child(6) {
  background: url(../images/main/products-tab-06-off.png) no-repeat;
  background-size: cover;
}
#main .section-02 .products-tab > li.active:nth-child(6) {
  background: url(../images/main/products-tab-06.png) no-repeat;
}
#main .section-02 .products-tab .tab-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .section-02 .products-tab .tab-bar > li {
  padding: 0 15px;
}
#main .section-02 .products-tab .tab-bar > li.active {
  height: 32px;
  box-sizing: border-box;
  padding: 10px 17px;
  background: #fd642d;
  border-radius: 50px;
}
#main .section-02 .products-tab .tab-page .tab-div {
  display: none;
}
#main .section-02 .products-tab .tab-page .tab-div.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
#main .section-02 .products-tab .tab-page .tab-div.active img {
  max-height: 115px;
  padding: 15px 0 10px 0;
}
#main .section-02 .products-tab .tab-page .tab-div.active .tab-info {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}
#main .section-03 {
  padding: 170px 215px;
  height: 900px;
  box-sizing: border-box;
  background: url(../images/main/sec-3-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  transition: all 0.4s;
}
#main .section-03.type2 {
  background: url(../images/main/sec-3-2-bg.png) no-repeat center;
}
#main .section-03.type3 {
  background: url(../images/main/sec-3-3-bg.png) no-repeat center;
}
#main .section-03.type4 {
  background: url(../images/main/sec-3-4-bg.png) no-repeat center;
}
#main .section-03::before {
  content: "";
  background: #143fdb;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1350px;
  height: 100%;
  opacity: 0.9;
}
#main .section-03 .seiction-title {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
#main .section-03 .seiction-title span {
  font-size: 25px;
  color: #fd642d;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 10px;
}
#main .section-03 .seiction-title p {
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
}
#main .section-03 .tab-content {
  display: flex;
  position: relative;
  z-index: 1;
}
#main .section-03 .tab-content .id-tab-button {
  padding: 13px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#main .section-03 .tab-content .id-tab-button:nth-child(1) > button {
  background: url(../images/main/sec3-1-off.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button:nth-child(1).active > button {
  background: url(../images/main/sec3-1-on.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button:nth-child(2) > button {
  background: url(../images/main/sec3-2-off.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button:nth-child(2).active > button {
  background: url(../images/main/sec3-2-on.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button:nth-child(3) > button {
  background: url(../images/main/sec3-3-off.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button:nth-child(3).active > button {
  background: url(../images/main/sec3-3-on.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button:nth-child(4) > button {
  background: url(../images/main/sec3-4-off.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button:nth-child(4).active > button {
  background: url(../images/main/sec3-4-on.png) no-repeat left center;
}
#main .section-03 .tab-content .id-tab-button button {
  font-size: 18px;
  color: #fff;
  opacity: 0.3;
  line-height: 1.1;
  padding: 15px 0 15px 60px;
}
#main .section-03 .tab-content .id-tab-button.active {
  border-bottom: 1px solid #fff;
}
#main .section-03 .tab-content .id-tab-button.active button {
  opacity: 1;
  line-height: 1.3;
  font-weight: 700;
}
#main .section-03 .tab-content .tab-div {
  display: none;
  padding-left: 250px;
  transition: all 1s;
}
#main .section-03 .tab-content .tab-div.active {
  animation: fade-in 2s;
  animation-fill-mode: forwards;
  transition: all 1s;
  display: block;
}
#main .section-03 .tab-content .tab-div.active img {
  padding-bottom: 50px;
  max-height: 165px;
}
#main .section-03 .tab-content .tab-div.active p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
#main .section-04 {
  background: url(../images/main/section04-bg.png) no-repeat left center;
  padding: 100px 215px;
  background-size: cover;
  height: 900px;
  box-sizing: border-box;
  position: relative;
}
#main .section-04::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 140px;
  background: url(../images/main/section04_right.png) no-repeat right top;
  width: 304px;
  height: 298px;
  z-index: 2;
}
#main .section-04::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0px;
  background: url(../images/main/section04_left.png) no-repeat;
  width: 861px;
  height: 549px;
  z-index: 1;
}
#main .section-04 .seiction-title span {
  color: #fd642d;
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 10px;
}
#main .section-04 .seiction-title p {
  font-size: 40px;
  line-height: 1.4;
}
#main .section-04 .scroll-page {
  margin: 100px 0 0 450px;
  position: absolute;
  z-index: 9;
  right: 0;
  left: 250px;
  overflow: hidden;
}
#main .section-04 .scroll-page .swiper-pagination-progressbar {
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}
#main .section-04 .scroll-page ul {
  display: flex;
  overflow-x: scroll;
  padding-bottom: 60px;
}
#main .section-04 .scroll-page ul::-webkit-scrollbar {
  display: block;
  height: 5px;
  background: #ddd;
}
#main .section-04 .scroll-page ul::-webkit-scrollbar-thumb {
  background-color: #fd642d;
  border-radius: 10px;
}
#main .section-04 .scroll-page li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 360px;
  min-width: 360px;
  height: 450px;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 10px 50px 10px 10px;
  background: #fff;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin-right: 30px;
}
#main .section-04 .scroll-page li h3 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 1.3;
  letter-spacing: -1.2px;
}
#main .section-04 .scroll-page li p {
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.5;
  color: #666;
  letter-spacing: -0.4px;
}
#main .section-04 .scroll-page li a {
  display: inline-block;
  color: #fd642d;
}
#main .section-04 .scroll-page li a span {
  padding-right: 20px;
  background: url(../images/main/link-icon.png) no-repeat center right;
}
#main .section-05 {
  padding: 200px 225px;
  box-sizing: border-box;
  background: url(../images/main/section05-bg.png) no-repeat left center;
  background-size: cover;
  height: 900px;
  transition: all 0.4s;
}
#main .section-05.type2 {
  background: url(../images/main/sec-5-2-bg.png) no-repeat center;
}
#main .section-05.type3 {
  background: url(../images/main/sec-5-3-bg.png) no-repeat center;
}
#main .section-05.type4 {
  background: url(../images/main/sec-5-4-bg.png) no-repeat center;
}
#main .section-05 .seiction-title {
  padding-bottom: 30px;
}
#main .section-05 .seiction-title span {
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
  color: #fd642d;
}
#main .section-05 .tab-content {
  display: flex;
}
#main .section-05 .tab-content .tab-bar {
  display: flex;
  flex-wrap: wrap;
  width: 360px;
}
#main .section-05 .tab-content .tab-bar li {
  padding: 0 20px 20px 0;
  box-sizing: border-box;
  width: 50%;
}
#main .section-05 .tab-content .tab-bar li:nth-child(1) > button {
  background-image: url(../images/main/sec5-1-off.png);
}
#main .section-05 .tab-content .tab-bar li:nth-child(1).active > button {
  background-image: url(../images/main/sec5-1-on.png);
}
#main .section-05 .tab-content .tab-bar li:nth-child(2) > button {
  background-image: url(../images/main/sec5-2-off.png);
}
#main .section-05 .tab-content .tab-bar li:nth-child(2).active > button {
  background-image: url(../images/main/sec5-2-on.png);
}
#main .section-05 .tab-content .tab-bar li:nth-child(3) > button {
  background-image: url(../images/main/sec5-3-off.png);
}
#main .section-05 .tab-content .tab-bar li:nth-child(3).active > button {
  background-image: url(../images/main/sec5-3-on.png);
}
#main .section-05 .tab-content .tab-bar li:nth-child(4) > button {
  background-image: url(../images/main/sec5-4-off.png);
}
#main .section-05 .tab-content .tab-bar li:nth-child(4).active > button {
  background-image: url(../images/main/sec5-4-on.png);
}
#main .section-05 .tab-content .tab-bar li button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 160px;
  height: 160px;
  background-color: #2b2b2b;
  background-repeat: no-repeat;
  background-position: center top 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  opacity: 0.5;
  border-radius: 20px;
  padding-top: 80px;
  box-sizing: border-box;
}
#main .section-05 .tab-content .tab-bar li.active button {
  opacity: 1;
  background-color: #fd642d;
  font-weight: 700;
}
#main .section-05 .tab-content .tab-page {
  width: calc(100% - 360px);
}
#main .section-05 .tab-content .tab-page .tab-div {
  display: none;
}
#main .section-05 .tab-content .tab-page .tab-div.active {
  animation: fade-in 2s;
  animation-fill-mode: forwards;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#main .section-05 .tab-content .tab-page .tab-div.active h3 {
  font-size: 48px;
  line-height: 1.4;
  padding-bottom: 30px;
  text-align: center;
}
#main .section-05 .tab-content .tab-page .tab-div.active span {
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
#main .section-06 {
  padding: 90px 215px;
}
#main .section-06 .seiction-title span {
  color: #fd642d;
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
  padding-bottom: 10px;
}
#main .section-06 .seiction-title p {
  font-size: 40px;
  line-height: 1.4;
}
#main .section-06 .btn-area {
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
}
#main .section-06 .btn-area .more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  box-sizing: border-box;
  background: url(../images/main/btn-link-icon.png) no-repeat right 30px center;
  font-size: 18px;
  line-height: 1.4;
  border: 1px solid #333;
  border-radius: 50px;
  width: 170px;
  height: 55px;
}
#main .section-06 .idc-wrap {
  display: flex;
  margin: 50px -15px 0 -15px;
}
#main .section-06 .idc-wrap li {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
#main .section-06 .idc-wrap li a {
  display: block;
  transition: all 0.9s;
}
#main .section-06 .idc-wrap li a div {
  overflow: hidden;
  height: 345px;
  border-radius: 10px;
}
#main .section-06 .idc-wrap li a div img {
  width: 100%;
  transform: scale(1);
  transition: 0.8s ease-in-out;
}
#main .section-06 .idc-wrap li a:hover img {
  transform: scale(1.1);
}
#main .section-06 .idc-wrap li a span {
  display: block;
  font-weight: 600;
  padding-top: 20px;
  font-size: 20px;
}
#main .section-08 {
  display: flex;
  height: 450px;
  background: url(../images/main/main-addres-bg.png) no-repeat;
  background-size: cover;
}
#main .section-08 > ul {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#main .section-08 > ul li {
  display: flex;
  flex-direction: column;
}
#main .section-08 > ul li div {
  display: flex;
  align-items: center;
}
#main .section-08 > ul li div .location {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  padding-left: 40px;
  background: url(../images/main/location-tick.png) no-repeat left center;
}
#main .section-08 > ul li div .loaction-link {
  padding: 10px 15px;
  background: #fd642d;
  color: #fff;
  border-radius: 50px;
  margin-left: 20px;
}
#main .section-08 > ul li p {
  display: block;
  color: #fff;
  line-height: 1.4;
  padding-top: 20px;
}
#main .section-08 > ul li .call {
  font-size: 26px;
  font-weight: 700;
  padding-left: 40px;
  background: url(../images/main/call-calling.png) no-repeat left center;
  color: #fff;
  margin-top: 50px;
}
#main .section-08 > ul li .call-number {
  font-size: 34px;
  font-weight: 700;
  color: #fd642d;
  padding-top: 30px;
}

#footer {
  padding: 50px 215px;
  background-color: #212121;
  color: #fff;
  position: relative;
}
#footer h2 {
  width: 165px;
  height: 17px;
  background: url(../images/main/footer_logo.png) no-repeat center;
  text-indent: -9999px;
}
#footer .footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 30px 0;
}
#footer .footer-link li {
  position: relative;
  padding-right: 24px;
}
#footer .footer-link li a {
  color: #fff;
}
#footer .footer-link li.privacy a {
  color: #fd642d;
}
#footer .footer-link li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 2px;
  width: 1px;
  height: 10px;
  background-color: #999;
}
#footer .footer-info span {
  display: inline-block;
  padding: 10px 20px 20px 0;
}
#footer .copy-right {
  font-weight: 400;
  color: #999;
}
#footer #familySite {
  position: absolute;
  top: 50px;
  right: 215px;
}
#footer #familySite button {
  width: 157px;
  height: 48px;
  background: #444 url(../images/main/select-icon.png) no-repeat center right 20px;
  border-radius: 50px;
  color: #fff;
  padding: 15px 20px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
#footer #familySite.active ul {
  display: block;
}
#footer #familySite ul {
  display: none;
  position: absolute;
  left: 0;
  top: -120px;
  height: auto;
  width: 100%;
  overflow-y: auto;
  background: #444;
  padding: 15px;
  border-radius: 10px;
  box-sizing: border-box;
}
#footer #familySite ul::-webkit-scrollbar {
  display: block;
  width: 5px;
  background: #ddd;
  border-radius: 10px;
}
#footer #familySite ul::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}
#footer #familySite ul li {
  margin-bottom: 6px;
}
#footer #familySite ul li a {
  color: #fff;
  font-size: 13px;
}
#footer #familySite ul li:last-child {
  margin-bottom: 0;
}
#footer #fixed {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  right: 50px;
  bottom: 50px;
}
#footer #fixed > * {
  display: block;
  margin-top: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
#footer #fixed .top {
  background: #10142d url(../images/main/top.png) no-repeat center;
  text-indent: -9999px;
}
#footer #fixed .call {
  position: relative;
  background: #fd642d url(../images/main/call-calling2.png) no-repeat center;
}
#footer #fixed .call:hover .info {
  display: block;
}
#footer #fixed .call .info {
  display: none;
  text-align: center;
  width: 230px;
  box-sizing: border-box;
  position: absolute;
  background: #fd642d;
  right: 70px;
  padding: 10px 20px;
  border-radius: 50px;
  top: 0;
}
#footer #fixed .call .info:after {
  position: absolute;
  bottom: 25px;
  right: -8px;
  content: " ";
  height: 0;
  z-index: -1;
  border-bottom: 6px solid;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  color: #fd642d;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
#footer #fixed .call .info em {
  color: #fff;
  padding-left: 20px;
  background: url(../images/main/call-calling.png) no-repeat left center;
}
#footer #fixed .call .info span {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  color: #fff;
}
#footer #fixed .consulting {
  text-indent: -9999px;
  background: #fd642d url(../images/main/consulting_icon.png) no-repeat center;
  position: relative;
}
#footer #fixed .consulting:hover .con-info {
  display: block;
}
#footer #fixed .consulting .con-info {
  display: none;
  text-align: center;
  width: 230px;
  box-sizing: border-box;
  position: absolute;
  background: #fd642d;
  right: 70px;
  padding: 10px 20px;
  border-radius: 50px;
  top: 0;
}
#footer #fixed .consulting .con-info span {
  display: block;
  padding: 10px 0 10px 30px;
  background: url(../images/main/consulting_small_logo.png) no-repeat left 16px center;
  background-size: 16px 16px;
  font-weight: 600;
  color: #fff;
  text-indent: initial;
}
#footer #fixed .consulting .con-info:after {
  position: absolute;
  bottom: 25px;
  right: -8px;
  content: " ";
  height: 0;
  z-index: -1;
  border-bottom: 6px solid;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  color: #fd642d;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

#content {
  min-height: 600px;
}
#content.type1 .content-title {
  background: url(../images/sub/content-type1.png) no-repeat center top;
  background-size: cover;
}
#content.type2 .content-title {
  background: url(../images/sub/content-type2.png) no-repeat center top;
  background-size: cover;
}
#content.type3 .content-title {
  background: url(../images/sub/content-type3.png) no-repeat center top;
  background-size: cover;
}
#content.type4 .content-title {
  background: url(../images/sub/content-type4.png) no-repeat center top;
  background-size: cover;
}
#content.type5 .content-title {
  background: url(../images/sub/content-type5.png) no-repeat center top;
  background-size: cover;
}
#content.type6 .content-title {
  background: url(../images/sub/content-type6.png) no-repeat center top;
  background-size: cover;
}
#content.type7 .content-title {
  background: url(../images/sub/content-type7.png) no-repeat center top;
  background-size: cover;
}
#content .inner {
  width: 1490px;
  margin: 0 auto;
}
#content .content-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: baseline;
  box-sizing: border-box;
  height: 540px;
}
#content .content-title .inner {
  padding-left: 215px;
}
#content .content-title h2 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  color: #fff;
}
#content .content-title p {
  font-size: 24px;
  word-break: keep-all;
  line-height: 1.3;
  color: #fff;
}
#content .content-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid #ccc;
}
#content .content-link a {
  padding: 0 25px;
  position: relative;
}
#content .content-link a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
}
#content .content-link a.active {
  font-weight: 600;
  color: #fd642d;
}
#content .content-link a.active::before {
  content: "";
  position: absolute;
  z-index: 3;
  right: 50%;
  transform: translateX(50%);
  bottom: -35px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fd642d;
}
#content .content-info {
  position: relative;
}
#content .content-info::before {
  content: "";
  width: 324px;
  height: 324px;
  position: absolute;
  left: 134px;
  top: -200px;
  background-color: #fd642d;
  opacity: 0.05;
  border-radius: 50%;
  z-index: -1;
}
#content .content-info .top {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
#content .content-info .top .title {
  font-size: 54px;
  font-weight: 700;
  color: #333;
  padding-bottom: 20px;
}
#content .content-info .top .title-text {
  font-size: 20px;
}
#content .content-info h4 {
  font-size: 18px;
  color: #fd642d;
  padding: 0 0 50px 20px;
  position: relative;
  font-weight: 700;
}
#content .content-info h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #fd642d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#content .content-info .notice {
  display: block;
  padding-top: 10px;
}
#content .content-info .sub-title {
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 30px;
}
#content .content-info .sub-title.flex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#content .content-info .sub-title.flex span {
  font-size: 18px;
  font-weight: normal;
}
#content .content-info .sub-title-text {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.22px;
  padding-bottom: 80px;
}
#content .content-info .bullet-type li {
  padding: 0 0 0 14px;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  word-break: keep-all;
}
#content .content-info .bullet-type li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #333;
  width: 4px;
  height: 4px;
}
#content .content-info .bullet-type li:not(:last-child) {
  margin-bottom: 10px;
}
#content .content-info .center-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
#content .content-info .basis-button {
  text-align: center;
  font-size: 30px;
  padding: 30px 130px 30px 100px;
  box-sizing: border-box;
  color: #fff;
  background: #fd642d url(../images/sub/basic-button-icon) no-repeat right 100px center;
  border-radius: 55px;
}
#content .content-info .basis-button:disabled {
  background-color: #444;
  cursor: inherit;
}
#content .content-info .tp-1 {
  display: flex;
  align-items: flex-start;
}
#content .content-info .tp-1 img {
  width: 700px;
  margin-top: 80px;
  border-radius: 0 500px 500px 0;
}
#content .content-info .tp-1 .t-box {
  padding: 80px 150px 100px 70px;
  box-sizing: border-box;
  background: #f6f6f6;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
#content .content-info .tp-1 .t-box::before {
  content: "";
  position: absolute;
  left: -270px;
  top: 0;
  height: 100%;
  width: 500px;
  background: #f6f6f6;
  border-radius: 50% 0 0 50%;
  z-index: -1;
}
#content .content-info .tp-2 {
  margin: 150px 0 150px 40px;
  padding: 110px;
  position: relative;
  border-radius: 100px 0 0 100px;
}
#content .content-info .tp-2.reverse {
  margin: 0 !important;
}
#content .content-info .tp-2.reverse h5 {
  color: #333;
}
#content .content-info .tp-2.reverse .list > li li {
  color: #333;
}
#content .content-info .tp-2.reverse .list > li li::before {
  background-color: #333;
}
#content .content-info .tp-2.blur-19 {
  margin-top: 100px;
}
#content .content-info .tp-2:before {
  content: "";
  position: absolute;
  top: -140px;
  right: 200px;
  width: 320px;
  height: 320px;
  background: #1946da;
  border-radius: 50%;
  opacity: 0.05;
  z-index: -1;
}
#content .content-info .tp-2.blur-1 {
  background: url(../images/sub/blur1.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-2 {
  background: url(../images/sub/blur2.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-3 {
  background: url(../images/sub/blur3.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-4 {
  background: url(../images/sub/blur4.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-5 {
  background: url(../images/sub/blur5.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-6 {
  background: url(../images/sub/blur6.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-7 {
  background: url(../images/sub/blur7.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-8 {
  background: url(../images/sub/blur8.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-9 {
  background: url(../images/sub/blur9.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-10 {
  background: url(../images/sub/blur10.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-11 {
  background: url(../images/sub/blur11.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-12 {
  background: url(../images/sub/blur12.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-13 {
  background: url(../images/sub/blur13.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-14 {
  background: url(../images/sub/blur14.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-15 {
  background: url(../images/sub/blur15.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-16 {
  background: url(../images/sub/blur16.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-17 {
  background: url(../images/sub/blur17.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-18 {
  background: url(../images/sub/blur18.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-19 {
  background: url(../images/sub/blur19.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-20 {
  background: url(../images/sub/blur20.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-21 {
  background: url(../images/sub/blur21.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2.blur-22 {
  background: url(../images/sub/blur22.png) no-repeat center top;
  background-size: cover;
}
#content .content-info .tp-2 h5 {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 30px;
  color: #fff;
}
#content .content-info .tp-2 .list {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
#content .content-info .tp-2 .list.col-3 > li {
  width: 33.333%;
}
#content .content-info .tp-2 .list.col-3 > li:nth-child(n+4) {
  margin-top: 30px;
}
#content .content-info .tp-2 .list > li {
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}
#content .content-info .tp-2 .list > li:nth-child(n+5) {
  margin-top: 30px;
}
#content .content-info .tp-2 .list > li img {
  width: 100%;
}
#content .content-info .tp-2 .list > li em {
  display: block;
  padding: 14px 0;
  color: #fd642d;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
#content .content-info .tp-2 .list > li p {
  color: #f7f7f7;
  line-height: 1.5;
  word-break: keep-all;
}
#content .content-info .tp-2 .list > li span {
  display: block;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: #fcfcfc;
  opacity: 0.6;
}
#content .content-info .tp-2 .list > li li {
  color: #fff;
}
#content .content-info .tp-2 .list > li li::before {
  background: #fff;
}
#content .content-info .tp-3 {
  padding: 120px 0;
  background: url(../images/sub/tp-3-bg.png) no-repeat center;
  background-size: cover;
}
#content .content-info .tp-3.reverse {
  margin-top: 130px;
}
#content .content-info .tp-3 h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 30px;
  color: #fff;
}
#content .content-info .tp-3 > div > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}
#content .content-info .tp-3 > div > ul.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
#content .content-info .tp-3 > div > ul.col-3 > li {
  padding: 60px 50px 50px 50px;
}
#content .content-info .tp-3 > div > ul > li {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  min-height: 340px;
  background: #fff;
  border-radius: 10px;
  padding: 60px 20px 40px 20px;
  box-sizing: border-box;
}
#content .content-info .tp-3 > div > ul > li em {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 30px 0 15px 0;
  box-sizing: border-box;
}
#content .content-info .tp-3 > div > ul > li p {
  color: #666;
  line-height: 1.5;
  word-break: keep-all;
}
#content .content-info .tp-3 > div > ul > li li {
  color: #666;
  line-height: 1.5;
  word-break: keep-all;
  font-size: 16px;
}
#content .content-info .tp-4 {
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
#content .content-info .tp-4::after {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -450px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: #1946da;
  opacity: 0.05;
  z-index: -1;
}
#content .content-info .tp-4 .b-list {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}
#content .content-info .tp-4 .b-list.many li:nth-child(5) {
  border-radius: 10px;
}
#content .content-info .tp-4 .b-list.many li:nth-child(9) {
  border-radius: 10px 10px 10px 50px;
}
#content .content-info .tp-4 .b-list.many-2 li:nth-child(5) {
  border-radius: 10px;
}
#content .content-info .tp-4 .b-list.many-2 li:nth-child(17) {
  border-radius: 10px 10px 10px 50px;
}
#content .content-info .tp-4 .b-list li {
  width: calc(25% - 18px);
  padding: 30px;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1);
  margin: 9px;
  box-sizing: border-box;
  border-radius: 10px;
}
#content .content-info .tp-4 .b-list li:nth-child(4) {
  border-radius: 10px 50px 10px 10px;
}
#content .content-info .tp-4 .b-list li:nth-child(5) {
  border-radius: 10px 10px 10px 50px;
}
#content .content-info .tp-4 .b-list em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  display: block;
  font-size: 37px;
  font-weight: 600;
  padding-bottom: 90px;
  line-height: 1.8;
  letter-spacing: -0.3px;
}
#content .content-info .tp-4 .b-list em span {
  font-size: 24px;
}
#content .content-info .tp-4 .b-list div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#content .content-info .tp-4 .b-list div a {
  background: url(../images/main/link-icon.png) no-repeat center right;
  font-size: 18px;
  color: #fd642d;
  padding-right: 20px;
}
#content .content-info .tp-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
}
#content .content-info .tp-5.t1 {
  background: url(../images/sub/t1.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t2 {
  background: url(../images/sub/t2.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t3 {
  background: url(../images/sub/t3.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t4 {
  background: url(../images/sub/t4.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t5 {
  background: url(../images/sub/t5.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t6 {
  background: url(../images/sub/t6.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t7 {
  background: url(../images/sub/t7.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t8 {
  background: url(../images/sub/t8.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t9 {
  background: url(../images/sub/t9.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t10 {
  background: url(../images/sub/t10.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t11 {
  background: url(../images/sub/t11.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t12 {
  background: url(../images/sub/t12.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t13 {
  background: url(../images/sub/t13.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t14 {
  background: url(../images/sub/t14.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t15 {
  background: url(../images/sub/t15.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t16 {
  background: url(../images/sub/t16.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t17 {
  background: url(../images/sub/t17.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t18 {
  background: url(../images/sub/t18.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t19 {
  background: url(../images/sub/t19.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t20 {
  background: url(../images/sub/t20.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t21 {
  background: url(../images/sub/t21.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5.t22 {
  background: url(../images/sub/t22.png) no-repeat currentColor;
  background-size: cover;
}
#content .content-info .tp-5 em {
  display: block;
  padding-bottom: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
#content .content-info .tp-5 p {
  font-size: 24px;
  padding-bottom: 70px;
  color: #fff;
}
#content .content-info .tp-5 span {
  display: block;
  padding-bottom: 30px;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
#content .content-info .tp-5 a {
  padding: 15px 70px 15px 30px;
  font-size: 24px;
  color: #fff;
  background: #fd642d url(../images/sub/console-icon.png) no-repeat right 30px center;
}
#content .content-info .tp-7 {
  position: relative;
  padding-top: 130px;
}
#content .content-info .tp-7:before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  left: 0;
  right: 90px;
  top: 0;
  bottom: -700px;
  z-index: -1;
  border-radius: 0 300px 0 0;
}
#content .content-info .tp-7 .inner {
  padding: 0 130px;
  box-sizing: border-box;
  background: url(../images/sub/cor-img.png) no-repeat right bottom;
}
#content .content-info .tp-7 .inner .sub-title-text {
  max-width: 60%;
}
#content .content-info .tp-8 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .content-info .tp-8 .inner img {
  padding: 30px 0;
}
#content .content-info .table-content {
  padding: 130px 0;
  background: #f7f7f7;
  position: relative;
}
#content .content-info .table-content::before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: -160px;
  border: 70px solid #f26336;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0.05;
}
#content .content-info .tp-map {
  padding: 0px 0 150px 0;
}
#content .content-info #form {
  padding-bottom: 50px;
}
#content .content-info #form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#content .content-info #form form > div {
  width: 100%;
  margin-bottom: 40px;
}
#content .content-info #form form > div.col-2 {
  width: 49%;
}
#content .content-info #form form > div h6 {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  position: relative;
}
#content .content-info #form form > div h6.required:after {
  content: "*";
  position: absolute;
  right: -14px;
  top: 0;
  color: #fd642d;
}
#content .content-info #form form > div input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 25px;
  height: 60px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  color: #999;
}
#content .content-info #form form > div select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 25px;
  height: 60px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 16px;
  color: #999;
  background: url(../images/sub/icon_select.svg) center right 25px no-repeat;
}
#content .content-info #form form > div textarea {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
}
#content .content-info #form form > div .checkbox_box {
  display: flex;
  align-items: center;
  margin: 10px 0 30px 0;
}
#content .content-info #form form > div .checkbox_box b {
  line-height: 1.3;
}
#content .content-info #form form > div .checkbox_box b span {
  color: #fd642d;
}
#content .content-info #form form > div .checkbox_box .checkbox {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 8px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 4px;
  padding: 0;
}
#content .content-info #form form > div .checkbox_box .requird {
  color: #fd642d;
}
#content .content-info #form form .required-text {
  min-height: 90px;
  max-height: 160px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
#content .content-info #form form .required-text::-webkit-scrollbar {
  display: block;
  width: 5px;
  background: #ddd;
  border-radius: 10px;
}
#content .content-info #form form .required-text::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 10px;
}
#content .content-info #form form .required-text.pre {
  white-space: pre-wrap;
}
#content .content-info #form form .center-box {
  padding-top: 40px;
}
#content table {
  position: relative;
  z-index: 2;
  width: 100%;
}
#content table.ha-m {
  margin-bottom: 80px;
}
#content table caption {
  display: none;
}
#content table thead {
  border-right: 1px solid #333;
}
#content table th {
  font-size: 20px;
  font-weight: 500;
  background: #333;
  color: #fff;
  padding: 20px;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  vertical-align: middle;
}
#content table tbody td {
  vertical-align: middle;
  font-size: 20px;
  background: #fff;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-break: keep-all;
  line-height: 1.4;
}
#content table tbody td:first-child {
  border-left: 1px solid #cccccc;
}
#content table tbody td .bullet-type li {
  text-align: left;
}

.popup-wrap {
  background: #f2f2f2;
  padding: 20px;
}
.popup-wrap .popup-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #333;
}
.popup-wrap .popup-content {
  white-space: pre-wrap;
  padding: 0 10px;
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 140%;
  word-break: keep-all;
}
.popup-wrap .popup-table {
  table-layout: fixed;
  width: 100%;
}
.popup-wrap .popup-table td {
  border: 1px solid #ddd;
  padding: 2px 4px;
  font-size: 12px;
  white-space: normal;
  vertical-align: middle;
}
.popup-wrap .popup-table td.thead {
  background: #f2f2f2;
  text-align: center;
}
.popup-wrap .popup-table td.center {
  text-align: center;
}

@keyframes clip-text {
  0%, 25% {
    color: #fd642d;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  25%, 60% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  85%, 100% {
    color: #fd642d;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}
@keyframes clip-text3 {
  0%, 50% {
    opacity: 0;
    height: 0;
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
  }
  50%, 52% {
    opacity: 1;
    height: 64px;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  52%, 99% {
    color: #fff;
    height: 64px;
  }
  100% {
    color: #fff;
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes addtext2 {
  0% {
    opacity: 1;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media screen and (max-width: 1860px) {
  #header div .main-logo {
    left: 60px;
  }
  #header div #gnb li {
    padding-right: 30px;
  }
  #header div #gnb li .one-depth-items > div ul {
    width: 705px;
    align-items: center;
    min-width: inherit;
  }
  #header div #gnb li .one-depth-items > div ul li a {
    font-size: 14px;
    min-width: inherit;
  }
  #content .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 1490px;
  }
  #content .content-title .inner {
    width: 100%;
    padding: 0 160px;
  }
}
@media screen and (max-width: 1600px) {
  #header div .inner {
    width: 100%;
  }
  #header div #gnb li .one-depth-items > div em {
    width: 360px;
  }
  #main .section-06 .idc-wrap li a div img {
    height: auto;
  }
  #content .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 1490px;
  }
  #content .content-title .inner {
    width: 100%;
    padding: 0 160px;
  }
}
@media screen and (max-width: 1440px) {
  #header.active::after {
    display: none;
  }
  #header.active::before {
    top: 70px;
  }
  header:after {
    display: none;
  }
  #header.active .m-button span {
    background-color: #000000;
  }
  #header:hover .main-logo {
    background: url(../images/main/main-logo.png) no-repeat center;
  }
  #header.active .main-logo {
    background: url(../images/main/main-logo-active.png) no-repeat center;
  }
  #header .main-logo {
    left: 20px !important;
  }
  #header:hover #nav {
    background: transparent;
  }
  #header.active #nav {
    background-color: #fff;
  }
  #header #nav {
    padding: 20px;
    height: auto;
    background: transparent;
  }
  #header #nav.active {
    padding-top: 20px;
    position: fixed;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #header #nav.active div {
    align-items: baseline;
  }
  #header #nav.active .m-button span {
    background-color: #000000;
  }
  #header #nav.active .main-logo {
    background: url(../images/main/main-logo-active.png) no-repeat center;
  }
  #header #nav.active #gnb {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    display: flex;
    flex-direction: column;
    z-index: 9;
    justify-content: flex-start;
    overflow-y: auto;
  }
  #header #nav.active #gnb > li {
    width: 100%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
  }
  #header #nav.active #gnb > li:last-child a {
    background-image: none !important;
  }
  #header #nav.active #gnb > li:hover > div {
    opacity: 0;
    visibility: hidden;
  }
  #header #nav.active #gnb > li .one-depth-items div {
    border-bottom: 0;
    padding: 0;
  }
  #header #nav.active #gnb > li .one-depth-items div ul {
    min-width: inherit;
  }
  #header #nav.active #gnb > li.active {
    background: #fd642d;
  }
  #header #nav.active #gnb > li.active a {
    font-weight: bold;
    color: #fff;
    background: url(../images/main/mo-on.png) no-repeat right top;
  }
  #header #nav.active #gnb > li.active .one-depth-items {
    padding: 20px 20px 0 20px;
    opacity: 1 !important;
    position: static;
    border-top: 0;
    background-color: #fd642d;
    transition: none;
    visibility: visible !important;
    box-shadow: inherit;
    background-image: none;
  }
  #header #nav.active #gnb > li.active .one-depth-items:after {
    display: none;
  }
  #header #nav.active #gnb > li.active .one-depth-items a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
  }
  #header #nav.active #gnb > li.active .one-depth-items div {
    min-height: inherit;
    padding: 0;
    background: none;
  }
  #header #nav.active #gnb > li.active .one-depth-items div em {
    display: none;
  }
  #header #nav.active #gnb > li.active .one-depth-items div li {
    width: 100%;
    min-width: inherit;
    margin-top: 0;
  }
  #header #nav.active #gnb > li.active .one-depth-items div li:not(:first-child) {
    margin-top: 20px;
  }
  #header #nav.active #gnb > li.active .one-depth-items div a {
    padding: 0;
    background: none;
  }
  #header #nav.active #gnb > li > a {
    width: 100%;
    height: auto;
    font-size: 20px;
    justify-content: flex-start;
    color: #333;
    background: url(../images/main/mo-off.png) no-repeat right center;
  }
  #header #nav.active #gnb > li > a:after {
    display: none;
  }
  #header #nav > div {
    padding-left: 0px;
  }
  #header div #gnb {
    display: none;
  }
  #header .gnb-side {
    display: none;
  }
  #header .m-button {
    display: inline-block;
    background-color: transparent;
    text-indent: -9999px;
  }
  #header #nav.active .m-button {
    top: 5px;
  }
  #header .m-button span {
    background: #fff;
  }
  #main section:nth-child(n+2) {
    padding-right: 50px;
    padding-left: 50px;
  }
  #main .section-02 > .seiction-title {
    padding-left: 0;
  }
  #main .section-02 > b {
    padding-left: 0;
  }
  #main .section-02 .products-tab > li {
    width: 8%;
  }
  #main .section-02 .products-tab > li.active {
    min-width: 490px;
    width: 60%;
  }
  #main .section-02 .products-tab > li h3 {
    font-size: 26px;
  }
  #main .section-03::before {
    max-width: 70%;
  }
  #main .section-06 .btn-area {
    margin-top: 10px;
    justify-content: flex-start;
  }
  #footer {
    padding: 50px;
  }
  #footer #familySite {
    right: 50px;
  }
  #content .inner {
    width: auto;
    padding: 0;
  }
  #content .inner h2 {
    text-align: center;
  }
  #content .content-title .inner {
    padding: 0;
  }
  #content .content-title p {
    text-align: center;
  }
  #content .content-info .inner {
    width: auto;
  }
  #content .content-info .top {
    padding: 50px;
  }
  #content .content-info .tp-1 {
    flex-direction: column;
  }
  #content .content-info .tp-1 img {
    margin-top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 70%;
    height: 320px;
    border-radius: 0 0 50px 0;
    margin-bottom: 30px;
  }
  #content .content-info .tp-1 .t-box {
    padding: 30px;
    border-radius: 0 0 0 50px;
  }
  #content .content-info .tp-1 .t-box::before {
    display: none;
  }
  #content .content-info .tp-2 {
    margin: 40px 0 40px 30px !important;
    padding: 50px 30px;
    border-radius: 30px 0 0 30px;
  }
  #content .content-info .tp-3 {
    padding: 30px 0 30px 30px;
  }
  #content .content-info .tp-3 h5 {
    justify-content: flex-start;
  }
  #content .content-info .tp-3 .inner > ul {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    border-radius: 0;
    padding-bottom: 30px;
  }
  #content .content-info .tp-3 .inner > ul::-webkit-scrollbar {
    display: block;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
  }
  #content .content-info .tp-3 .inner > ul::-webkit-scrollbar-thumb {
    background-color: #fd642d;
    border-radius: 10px;
  }
  #content .content-info .tp-3 .inner > ul > li {
    min-width: 25%;
    border-radius: 10px 30px 10px 10px;
  }
  #content .content-info .tp-3 .inner > ul .notice {
    color: #1843d6;
    padding-top: 10px;
    font-size: 13px;
  }
  #content .content-info .tp-3 .tp3-img {
    max-width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #content .content-info .table-content {
    padding: 30px;
  }
  #content .content-info .tp-4 {
    padding: 30px;
  }
  #content .content-info .tp-7 {
    padding: 30px;
  }
  #content .content-info .tp-7 .inner {
    padding: 0;
  }
  #content .content-info .tp-8 .inner img {
    width: 100%;
  }
  #content .content-info .tp-map {
    padding: 0px 30px 40px 30px;
  }
  #content #form .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1023px) {
  #main .section-01 .swiper-slide .animation h2,
  #main .section-01 .swiper-slide .animation span {
    font-size: 48px;
  }
  #main .section-01 .swiper-slide em {
    font-size: 36px;
  }
  #main .section-01 .swiper-slide p {
    font-size: 22px;
  }
  #main .section-02 {
    padding: 30px 0 30px 30px !important;
  }
  #main .section-02 > b {
    font-size: 28px;
    padding-bottom: 20px;
  }
  #main .section-02 .products-tab {
    padding-bottom: 20px;
    overflow-y: hidden;
    margin: 0;
    overflow-x: scroll;
  }
  #main .section-02 .products-tab::-webkit-scrollbar {
    display: block;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
  }
  #main .section-02 .products-tab::-webkit-scrollbar-thumb {
    background-color: #fd642d;
    border-radius: 10px;
  }
  #main .section-02 .products-tab > li {
    min-width: 100px;
  }
  #main .section-02 .products-tab > li.active {
    width: 80%;
  }
  #main .section-03 {
    padding: 30px !important;
    height: auto;
  }
  #main .section-03 .seiction-title {
    padding-bottom: 20px;
  }
  #main .section-03 .seiction-title p {
    font-size: 28px;
  }
  #main .section-03 .tab-content {
    flex-direction: column;
  }
  #main .section-03 .tab-content .tab-div {
    padding: 30px 0 0 0;
  }
  #main .section-03 .tab-content .tab-div img {
    width: 180px;
    padding-bottom: 20px !important;
  }
  #main .section-04 {
    padding: 30px 0 30px 30px !important;
    height: auto;
  }
  #main .section-04::before {
    width: 160px;
    background-size: 100%;
    right: 10px;
  }
  #main .section-04::after {
    display: none;
  }
  #main .section-04 .seiction-title {
    padding-bottom: 20px;
  }
  #main .section-04 .seiction-title p {
    font-size: 28px;
  }
  #main .section-04 .scroll-page {
    position: static;
    margin: 0;
  }
  #main .section-05 {
    padding: 30px !important;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #main .section-05 .tab-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #main .section-05 .tab-content .tab-page {
    width: 100%;
  }
  #main .section-05 .tab-content .tab-page .tab-div.active {
    padding-top: 20px;
  }
  #main .section-05 .tab-content .tab-page .tab-div.active h3 {
    font-size: 28px;
  }
  #main .section-06 {
    padding: 30px !important;
  }
  #main .section-06 .seiction-title p {
    font-size: 28px;
  }
  #main .section-06 .btn-area .more-btn {
    width: auto;
    height: auto;
    padding: 10px 30px 10px 20px;
    font-size: 16px;
    background-position: right 10px center;
    background-size: 6px;
  }
  #main .section-06 .idc-wrap {
    flex-wrap: wrap;
  }
  #main .section-06 .idc-wrap li {
    width: 50%;
  }
  #main .section-06 .idc-wrap li:nth-child(n+3) {
    margin-top: 20px;
  }
  #main .section-08 {
    padding: 50px 30px 100px 30px !important;
    height: auto;
  }
  #main .section-08 .null-html {
    display: none;
  }
  #main .section-08 > ul {
    width: 100%;
  }
  #content .content-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 380px;
  }
  #content .content-title h2 {
    font-size: 36px;
  }
  #content .content-title p {
    font-size: 20px;
    text-align: center;
  }
  #content .content-info::before {
    width: 200px;
    height: 200px;
    left: 10px;
  }
  #content .content-info h4 {
    padding-bottom: 30px;
  }
  #content .content-info .sub-title.flex span {
    font-size: 16px;
  }
  #content .content-info .bullet-type li {
    font-size: 16px;
  }
  #content .content-info .sub-title {
    font-size: 26px;
  }
  #content .content-info .top .title {
    font-size: 36px;
  }
  #content .content-info .top .title-text {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
  }
  #content .content-info .tp-2 {
    padding-right: 0;
  }
  #content .content-info .tp-2 h5 {
    font-size: 26px;
  }
  #content .content-info .tp-2 .list {
    flex-wrap: inherit;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 20px;
    margin: 0;
  }
  #content .content-info .tp-2 .list::-webkit-scrollbar {
    display: block;
    height: 5px;
    background: #ddd;
    border-radius: 10px;
  }
  #content .content-info .tp-2 .list::-webkit-scrollbar-thumb {
    background-color: #fd642d;
    border-radius: 10px;
  }
  #content .content-info .tp-2 .list > li {
    min-width: 400px;
    padding: 0;
    margin-right: 20px;
    margin-top: 0 !important;
  }
  #content .content-info .tp-2 .list > li em {
    font-size: 20px;
  }
  #content .content-info .tp-3 h5 {
    font-size: 26px;
  }
  #content .content-info .tp-3 .inner > ul > li {
    min-width: 330px !important;
    padding: 20px;
  }
  #content .content-info .tp-3 .inner > ul > li img {
    width: 50px;
  }
  #content .content-info .table-content th {
    padding: 5px 10px;
    font-size: 16px;
  }
  #content .content-info .table-content td {
    padding: 5px 10px;
    font-size: 14px;
  }
  #content .content-info .table-content td li {
    font-size: 14px;
  }
  #content .content-info .tp-4 .b-list li {
    width: 100%;
    border-radius: 10px !important;
  }
  #content .content-info .tp-4 .b-list li:first-child {
    border-radius: 10px 30px 10px 10px !important;
  }
  #content .content-info .tp-4 .b-list em {
    font-size: 20px;
    padding-bottom: 30px;
  }
  #content .content-info .tp-5 {
    padding: 75px 20px;
  }
  #content .content-info .tp-5 em {
    font-size: 26px;
  }
  #content .content-info .tp-5 p {
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.3;
    word-break: keep-all;
  }
  #content .content-info .tp-5 span {
    font-size: 26px;
  }
  #content .content-info .tp-7::before {
    right: 30px;
    border-radius: 0 30px 0 0;
  }
  #content .content-info .tp-7 .inner {
    background-image: none;
  }
  #content .content-info .tp-7 .inner .sub-title-text {
    font-size: 16px;
    max-width: inherit;
    padding-bottom: 430px;
    background: url(../images/sub/cor-img.png) no-repeat center bottom;
    background-size: 350px auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header div .main-logo {
    width: 170px;
    background-size: 100% !important;
  }
  #main .section-01 .swiper-slide {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #main .section-01 .swiper-slide .animation h2,
  #main .section-01 .swiper-slide .animation span {
    line-height: 1.3;
    font-size: 30px;
  }
  #main .section-01 .swiper-slide em {
    font-size: 22px;
  }
  #main .section-01 .swiper-slide p {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
    word-break: keep-all;
  }
  #main .section-01 .swiper-slide > span {
    font-size: 14px;
    word-break: keep-all;
  }
  #main .section-02 h2 {
    font-size: 16px;
  }
  #main .section-02 > b {
    font-size: 20px;
  }
  #main .section-02 > b br {
    display: none;
  }
  #main .section-02 .products-tab > li {
    height: 320px;
  }
  #main .section-02 .products-tab > li.active h3 {
    font-size: 22px;
  }
  #main .section-02 .products-tab > li.active button {
    font-size: 14px;
  }
  #main .section-02 .products-tab > li b {
    font-size: 12px;
    padding-bottom: 20px;
    font-weight: 400;
  }
  #main .section-02 .products-tab .tab-page .tab-div.active img {
    max-width: 80px;
  }
  #main .section-02 .products-tab .tab-page .tab-div.active .tab-info {
    font-size: 12px;
  }
  #main .section-03::before {
    max-width: inherit;
    width: 100%;
  }
  #main .section-03 .seiction-title span {
    font-size: 16px;
  }
  #main .section-03 .seiction-title p {
    font-size: 22px;
  }
  #main .section-03 .tab-content .tab-div img {
    width: 100px;
  }
  #main .section-03 .tab-content .tab-div.active p {
    word-break: keep-all;
  }
  #main .section-03 .tab-content .tab-div.active p br {
    display: none;
  }
  #main .section-03 .tab-content .id-tab-button {
    padding: 13px 0;
  }
  #main .section-03 .tab-content .id-tab-button button {
    font-size: 16px;
    background-size: 50px;
  }
  #main .section-04::before {
    width: 100px;
  }
  #main .section-04 .seiction-title span {
    font-size: 16px;
  }
  #main .section-04 .seiction-title p {
    font-size: 22px;
  }
  #main .section-04 .seiction-title p br {
    display: none;
  }
  #main .section-04 .scroll-page li {
    padding: 20px;
    height: 270px;
  }
  #main .section-04 .scroll-page li h3 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  #main .section-04 .scroll-page li p {
    font-size: 15px;
  }
  #main .section-04 .scroll-page li a span {
    font-size: 14px;
  }
  #main .section-05 {
    padding: 70px 30px !important;
  }
  #main .section-05 h2 span {
    font-size: 20px;
  }
  #main .section-05 .tab-content .tab-bar {
    width: 290px;
  }
  #main .section-05 .tab-content .tab-bar li button {
    width: 130px;
    height: 130px;
    font-size: 13px;
    background-size: 55px;
  }
  #main .section-05 .tab-content .tab-page .tab-div.active h3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  #main .section-05 .tab-content .tab-page .tab-div.active span {
    font-size: 16px;
  }
  #main .section-06 .seiction-title span {
    font-size: 18px;
  }
  #main .section-06 .seiction-title p {
    font-size: 20px;
  }
  #main .section-06 .seiction-title p br {
    display: none;
  }
  #main .section-06 .idc-wrap {
    margin-top: 16px;
  }
  #main .section-06 .idc-wrap li {
    width: 100%;
  }
  #main .section-06 .idc-wrap li:not(:last-child) {
    margin-top: 20px;
  }
  #main .section-06 .idc-wrap li a div {
    height: 280px;
    position: relative;
  }
  #main .section-06 .idc-wrap li a div img {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .section-08 {
    background-image: url(../images/main/main-addres-bg-mo.png);
  }
  #main .section-08 > ul li div .location {
    font-size: 22px;
    padding-left: 30px;
    background-size: auto 100%;
  }
  #main .section-08 > ul li div .loaction-link {
    font-size: 14px;
  }
  #main .section-08 > ul li .call {
    margin-top: 30px;
    font-size: 22px;
    padding-left: 30px;
    background-size: auto 100%;
  }
  #main .section-08 > ul li .call-number {
    font-size: 30px;
    padding-top: 20px;
  }
  #footer {
    padding: 30px !important;
  }
  #footer #familySite {
    top: 20px;
    right: 30px;
    font-size: 14px;
    width: 135px;
    height: auto;
  }
  #footer #familySite button {
    width: 135px;
  }
  #footer span {
    font-size: 14px;
  }
  #footer .footer-link {
    flex-wrap: wrap;
  }
  #footer .footer-link li a {
    font-size: 14px;
  }
  #footer span {
    line-height: 1.3;
  }
  #footer .footer-info span {
    font-size: 14px;
    padding: 5px 10px 5px 0;
  }
  #footer .copy-right {
    display: block;
    padding-top: 10px;
  }
  #footer #fixed {
    right: 20px;
    bottom: 20px;
  }
  #footer #fixed > * {
    width: 40px;
    height: 40px;
    background-size: 20px !important;
    opacity: 0.9;
  }
  #footer #fixed .call .info {
    right: 50px;
    top: -10px;
  }
  #footer #fixed .consulting .con-info {
    right: 50px;
    top: -10px;
  }
  #content .content-link {
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 10px;
    border-bottom: 0;
    justify-content: flex-start;
    position: relative;
  }
  #content .content-link::after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 1px;
    background: #ddd;
  }
  #content .content-link::-webkit-scrollbar {
    display: none;
  }
  #content .content-link::-webkit-scrollbar-thumb {
    background-color: #fd642d;
    border-radius: 10px;
  }
  #content .content-link a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  #content .content-link a::after {
    top: 32px !important;
  }
  #content .content-link a.active::before {
    bottom: -7px;
  }
  #content .content-info .center-box {
    padding-top: 20px;
  }
  #content .content-info .center-box .basis-button {
    font-size: 16px;
    padding: 20px 40px 20px 20px;
    background-size: 10px;
    background-position: right 20px center;
  }
  #content .content-info .tp-7 {
    padding-bottom: 0;
  }
  #content .content-info .tp-7::before {
    bottom: -350px;
    right: 0;
    border-radius: 0;
  }
  #content .content-info .tp-1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #content .content-info .table-content .inner .table-div {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
  #content .content-info .table-content .inner .table-div::-webkit-scrollbar {
    display: block;
    height: 5px;
    background: #ddd;
  }
  #content .content-info .table-content .inner .table-div::-webkit-scrollbar-thumb {
    background-color: #fd642d;
    border-radius: 10px;
  }
  #content .content-info .table-content .inner table {
    min-width: 560px;
    margin-bottom: 30px;
  }
  #content .content-info #form form > div {
    margin-bottom: 20px;
  }
  #content .content-info #form form > div h6 {
    font-size: 18px;
  }
  #content .content-info #form form div select {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  #content .content-info #form form div input {
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  #content .content-info #form form div.col-2 {
    width: 100% !important;
  }
  #content .content-info #form form div .checkbox_box b {
    font-size: 13px;
  }
  @keyframes clip-text3 {
    0%, 50% {
      opacity: 0;
      height: 0;
      -webkit-clip-path: inset(100% 0 0 0);
              clip-path: inset(100% 0 0 0);
    }
    50%, 52% {
      opacity: 1;
      height: 22px;
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
    }
    52%, 99% {
      color: #fff;
      height: 22px;
    }
    100% {
      color: #fff;
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
    }
  }
}
@media screen and (max-width: 380px) {
  #main .section-01 .swiper-slide h2 {
    font-size: 24px;
  }
  #main .section-06 .idc-wrap li a div {
    height: 150px;
  }
  #footer #familySite {
    position: relative;
    right: auto;
    margin-top: 10px;
  }
  #content .table-content th,
  #content .table-content td {
    word-break: break-all;
  }
  #content .content-title {
    padding: 0 10px;
  }
  #content .content-title h2 {
    font-size: 26px;
  }
  #content .content-title p {
    font-size: 16px;
  }
  #content .content-info h4 {
    font-size: 17px;
    padding-bottom: 20px;
  }
  #content .content-info .top {
    padding: 30px 20px;
  }
  #content .content-info .top .title {
    font-size: 20px;
  }
  #content .content-info .top .title-text {
    font-size: 16px;
  }
  #content .content-info .bullet-type li {
    font-size: 14px !important;
  }
  #content .content-info .bullet-type li::before {
    top: 8px;
  }
  #content .content-info .sub-title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  #content .content-info .tp-2 h5 {
    font-size: 18px;
  }
  #content .content-info .tp-2 .list li {
    min-width: 280px;
  }
  #content .content-info .tp-2 .list li em {
    font-size: 16px;
  }
  #content .content-info .tp-2 .list li p {
    font-size: 14px;
  }
  #content .content-info .tp-3 h5 {
    font-size: 18px;
  }
  #content .content-info .tp-3 .inner > ul > li {
    min-width: 280px !important;
    min-height: auto;
    padding: 30px 20px 30px 20px !important;
  }
  #content .content-info .tp-3 .inner > ul > li em {
    font-size: 17px;
    padding: 20px 0 10px 0;
  }
  #content .content-info .tp-3 .inner > ul > li p {
    font-size: 14px;
  }
  #content .content-info .tp-5 {
    padding: 50px 20px;
  }
  #content .content-info .tp-5 p {
    font-size: 17px;
  }
  #content .content-info .tp-5 span {
    font-size: 20px;
  }
  #content .content-info .tp-5 a {
    font-size: 20px;
  }
}