@charset "UTF-8";
.bg-main-20per {
  background-color: rgba(254, 179, 46, 0.2);
}

@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1330px;
  }
}
@media screen and (min-width: 768px) {
  .pt-6.pt-md-2 {
    padding-top: 0.5rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .container.container-short {
    max-width: 1120px;
  }
}
.text-palt {
  font-feature-settings: "palt";
}

.note {
  position: relative;
  padding-left: 1em;
}
.note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.text-dash-left {
  position: relative;
  padding-left: 1.5em;
}
.text-dash-left::before {
  position: absolute;
  content: "ー";
  top: 0;
  left: 0;
}

.stretched-link img {
  transition: all 0.3s ease;
}
.stretched-link .text-link a {
  color: #feb32e !important;
}
.stretched-link .hover-main {
  transition: all 0.3s ease;
}
.stretched-link:hover img {
  opacity: 0.7;
}
.stretched-link:hover a,
.stretched-link:hover .hover-main {
  color: #feb32e !important;
}

.nav-btn.btn {
  border-width: 1px;
}

.dlb_contact_rows.bg-main .btn-outline-main {
  border-width: 1px;
}
.dlb_contact_rows.bg-main .btn-outline-main:hover {
  color: #fff;
  background-color: #feb32e;
  border-color: #fff;
}

.btn-outline-white {
  border-width: 1px;
  border-color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  border-color: #fff;
}

.page-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff9f0;
  background-size: cover !important;
  background-position: top right !important;
  padding: 16px;
}
@media (min-width: 992px) {
  .page-title {
    min-height: 220px;
    margin-bottom: 90px;
  }
}
@media (max-width: 991.98px) {
  .page-title {
    min-height: 200px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .page-title {
    min-height: 140px;
    margin-bottom: 50px;
  }
}
.page-title-con {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 992px) {
  .page-title-text {
    font-size: 3rem;
  }
}
@media (max-width: 991.98px) {
  .page-title-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .page-title-text {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 992px) {
  .fs-14 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 991px) {
  .fs-14 {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 992px) {
  .fs-16 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .fs-16 {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 992px) {
  .fs-18 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 991px) {
  .fs-18 {
    font-size: 16px !important;
  }
}

.text-666 {
  color: #666 !important;
}

.link-arrow-right-text {
  position: relative;
  display: inline-block;
  color: #333;
}
.link-arrow-right-text::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  color: #feb32e;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  top: -0.1rem;
}
.link-arrow-right-text:hover {
  color: #feb32e;
  text-decoration: none;
}

.link-arrow-right a {
  position: relative;
  display: inline-block;
  color: #333;
}
.link-arrow-right a::after {
  position: relative;
  display: inline-block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  color: #feb32e;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  top: -0.1rem;
}
.link-arrow-right a:hover {
  color: #feb32e;
  text-decoration: none;
}

.border-radius-12 {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .border-radius-12 {
    border-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .border-radius-12 {
    border-radius: 8px;
  }
}

@media screen and (min-width: 1400px) {
  .nav-btn.btn.mr-lg-2 {
    margin-right: 1.5rem !important;
  }
}

.firstview {
  position: relative;
}
@media screen and (min-width: 1400px) {
  .firstview {
    padding: 50px 44px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .firstview {
    padding: 2.4vw 2vw;
  }
}
@media screen and (max-width: 991px) {
  .firstview {
    padding: 4vw 2vw;
    background-color: #fff9f0;
  }
}
@media screen and (min-width: 992px) {
  .firstview > img {
    border-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .firstview > img {
    border-radius: 8px;
  }
}
@media screen and (min-width: 992px) {
  .firstview-con {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.63);
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
}
@media screen and (min-width: 1400px) {
  .firstview-con {
    left: 53%;
    width: 55%;
    padding: 54px 40px 30px 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .firstview-con {
    left: 60%;
    width: 65%;
    padding: 5vh 2.4vw 3vh 2.4vw;
  }
}
@media screen and (max-width: 991px) {
  .firstview-con {
    position: relative;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.75);
    margin: -20vw auto 0;
    padding: 4vh 4vw;
  }
}
.firstview-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.firstview-text-top {
  content: "";
  position: absolute;
  padding: 3px 1.5rem;
  top: 0;
  transform: translateY(-50%);
  border: #feb32e solid 2px;
  border-radius: 50px;
  background-color: #fff;
  z-index: 2;
}
.firstview-text-top p {
  line-height: 1.3 !important;
  font-weight: 400;
  font-size: calc(17px + 15 * (100vw - 375px) / 1545);
  color: #feb32e !important;
  margin-bottom: 0;
}
.firstview-text-bottom {
  position: relative;
  width: 100%;
  padding: 2rem 1rem 1.5rem;
  background-color: #feb32e;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 690px) {
  .firstview-text-bottom {
    padding: 1.5rem 0.5rem;
  }
}
.firstview-text-bottom p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3rem;
  line-height: 1.3;
  font-size: calc(20px + 12 * (100vw - 375px) / 1545);
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .firstview-text-bottom p {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.firstview-text-bottom p::before, .firstview-text-bottom p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(20px + 12 * (100vw - 375px) / 1545);
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}
.firstview-text-bottom p::before {
  left: 0;
  background-image: url(/dcms_media/image/common/firstview-text-bottom-before.svg);
}
.firstview-text-bottom p::after {
  right: 0;
  background-image: url(/dcms_media/image/common/firstview-text-bottom-after.svg);
}
.firstview-title-wrap {
  position: relative;
  margin-top: 36px;
  width: 100%;
}
.firstview-title-wrap .txt-area {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .firstview-title-wrap .txt-area {
    width: 100%;
  }
}
.firstview-title-wrap .icon-area {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(15% + 10 * (100vw - 375px) / 1545);
  z-index: 3;
}
@media screen and (max-width: 690px) {
  .firstview-title-wrap .icon-area {
    top: -20%;
  }
}
.firstview-title {
  font-weight: 700;
  text-align: center;
  margin-top: 0;
}
@media screen and (min-width: 1400px) {
  .firstview-title {
    font-size: 65px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .firstview-title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 991px) {
  .firstview-title {
    font-size: 7vw;
    margin-bottom: 2.4vw;
  }
}
.firstview-title .font-ja {
  font-size: calc(18px + 2 * (100vw - 375px) / 1545);
  font-weight: 300;
}
.firstview-title .font-en {
  letter-spacing: 0.6rem;
  font-size: calc(24px + 13 * (100vw - 375px) / 1545);
  font-weight: 400;
  color: #1B3E7A;
}
.firstview-title .font-s {
  font-size: calc(14px + 2 * (100vw - 375px) / 1545);
  font-weight: 300;
}
.firstview-title > * {
  display: block;
}
.firstview-description {
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .firstview-description {
    font-size: 18px;
    margin-top: 42px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .firstview-description {
    font-size: 1.3vw;
    margin-top: 2.4vw;
  }
}
@media screen and (max-width: 991px) {
  .firstview-description {
    font-size: 2.2vw;
  }
}
.firstview-btn {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .firstview-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .firstview-btn {
    margin-top: 2vw;
  }
}
.firstview-btn a {
  display: block;
  color: #fff;
  background-color: #feb32e;
  border: 2px solid #feb32e;
  border-radius: 400px;
  text-decoration: none;
  font-size: calc(18px + 2 * (100vw - 375px) / 1545);
}
@media screen and (min-width: 1400px) {
  .firstview-btn a {
    padding: 10px 52px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .firstview-btn a {
    padding: 1vw 4.2vw;
  }
}
@media screen and (max-width: 991px) {
  .firstview-btn a {
    padding: 2vw 4.4vw;
  }
}
.firstview-btn a:hover {
  color: #feb32e;
  background-color: #fff;
  text-decoration: none;
}
.firstview-fukidashi {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .firstview-fukidashi {
    width: 213px;
    height: 213px;
    top: 70px;
    right: -140px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .firstview-fukidashi {
    width: 213px;
    height: 213px;
    top: -20px;
    right: -170px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .firstview-fukidashi {
    width: 22vw;
    height: 22vw;
    top: -13vw;
    right: -4vw;
  }
}
@media screen and (max-width: 576px) {
  .firstview-fukidashi {
    width: 24vw;
    height: 24vw;
    top: -15vw;
    right: -4vw;
  }
}
.firstview-fukidashi img {
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.16));
}
.firstview-fukidashi > * {
  display: inline-block;
}
.firstview-fukidashi .fukidashi-test {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .firstview-fukidashi .fukidashi-test {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .firstview-fukidashi .fukidashi-test {
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 576px) {
  .firstview-fukidashi .fukidashi-test {
    padding-bottom: 8px;
  }
}
.firstview-fukidashi .fukidashi-l {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .firstview-fukidashi .fukidashi-l {
    font-size: 62px;
    text-shadow: 3px 0px 0px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .firstview-fukidashi .fukidashi-l {
    font-size: 6.2vw;
    text-shadow: 2px 0px 0px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 576px) {
  .firstview-fukidashi .fukidashi-l {
    font-size: 6.4vw;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 0.16);
  }
}
.firstview-fukidashi .fukidashi-m {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .firstview-fukidashi .fukidashi-m {
    font-size: 24px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .firstview-fukidashi .fukidashi-m {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 576px) {
  .firstview-fukidashi .fukidashi-m {
    font-size: 2.6vw;
  }
}
.firstview-fukidashi .fukidashi-s {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .firstview-fukidashi .fukidashi-s {
    font-size: 15px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .firstview-fukidashi .fukidashi-s {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 576px) {
  .firstview-fukidashi .fukidashi-s {
    font-size: 1.7vw;
  }
}
.firstview-fukidashi .fukidashi-line {
  position: relative;
}
.firstview-fukidashi .fukidashi-line::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #feb32e;
  left: 0;
}
@media screen and (min-width: 577px) {
  .firstview-fukidashi .fukidashi-line::after {
    height: 4px;
    bottom: -4px;
  }
}
@media screen and (max-width: 576px) {
  .firstview-fukidashi .fukidashi-line::after {
    height: 2px;
    bottom: -2px;
  }
}

.intro-box {
  font-size: 18px;
}
@media screen and (min-width: 1400px) {
  .intro-box {
    font-size: 24px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .intro-box {
    font-size: 20px;
    padding: 0 20px;
  }
}

.problem-border-area {
  border: 5px solid #fff4e2;
}
@media screen and (min-width: 1400px) {
  .problem-border-area {
    padding: 68px 105px 26px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .problem-border-area {
    padding: 4vw 1.4vw 2vw;
  }
}
@media screen and (min-width: 992px) {
  .problem-border-area {
    border-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .problem-border-area {
    padding: 6.8vw 5vw 2.6vw;
    border-radius: 8px;
  }
}
.problem-border-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.problem-border-con-in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .problem-border-con-in {
    justify-content: center;
    width: 100%;
  }
}
.problem-border-con-in .item {
  width: calc(33.3333333333% - 30px);
}
@media screen and (min-width: 1400px) {
  .problem-border-con-in .item {
    margin: 0 !important;
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .problem-border-con-in .item {
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .problem-border-con-in .item {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1400px) {
  .problem-border-con .item {
    margin: 8px 26px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .problem-border-con .item {
    margin: 0.8vw 1.2vw;
  }
}
@media screen and (max-width: 991px) {
  .problem-border-con .item {
    width: 100%;
    margin: 20px 0;
  }
}
.problem-border-arrow {
  position: relative;
}
@media screen and (min-width: 992px) {
  .problem-border-arrow {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 991px) {
  .problem-border-arrow {
    padding-bottom: 60px;
  }
}
.problem-border-arrow::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #feb32e transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .problem-border-arrow::after {
    border-width: 50px 50px 0 50px;
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .problem-border-arrow::after {
    border-width: 30px 30px 0 30px;
    bottom: 25px;
  }
}
.problem-border-subtitle {
  position: relative;
  display: inline-block;
  line-height: 1.1 !important;
  padding: 0 36px;
}
@media screen and (min-width: 992px) {
  .problem-border-subtitle {
    font-size: 29px;
  }
}
@media screen and (max-width: 991px) {
  .problem-border-subtitle {
    font-size: 22px;
  }
}
.problem-border-subtitle::before, .problem-border-subtitle::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.problem-border-subtitle::before {
  left: 0;
  background-image: url(../other/top_problem_line_l.svg);
}
.problem-border-subtitle::after {
  right: 0;
  background-image: url(../other/top_problem_line_r.svg);
}
.problem-border-reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.problem-border-reason .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid;
  background-color: #fff9f0;
}
@media screen and (min-width: 1400px) {
  .problem-border-reason .item {
    padding: 30px 12px;
  }
  .problem-border-reason .item p {
    font-size: calc(18px + 6 * (100vw - 375px) / 1545);
    font-weight: 700;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .problem-border-reason .item {
    padding: 32px 10px;
  }
  .problem-border-reason .item p {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .problem-border-reason .item {
    width: calc(33.3333333333% - 5px);
    border-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .problem-border-reason .item {
    width: 100%;
    padding: 16px 8px;
    border-radius: 8px;
    margin: 10px 0;
  }
  .problem-border-reason .item p {
    font-size: 18px;
  }
}

.feature-area {
  position: relative;
  padding: 64px 0;
}
.feature-area::before {
  position: absolute;
  content: "";
  background: linear-gradient(309deg, rgb(255, 238, 209) 0%, rgb(255, 255, 255) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .feature-area::before {
    width: 74%;
    height: 568px;
    border-top-right-radius: 24px;
  }
}
@media screen and (max-width: 991px) {
  .feature-area::before {
    width: 100%;
    height: calc(100% - 80px);
    border-top-right-radius: 12px;
  }
}
.feature-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .feature-text-con {
    width: 30.3%;
    margin-top: 110px;
  }
}
@media screen and (max-width: 991px) {
  .feature-text-con {
    width: 100%;
  }
}
.feature-img-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .feature-img-con {
    width: 66%;
  }
}
@media screen and (max-width: 991px) {
  .feature-img-con {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .feature-img-item {
    width: 48%;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 767px) {
  .feature-img-item {
    width: 100%;
    margin-bottom: 26px;
  }
}
.feature-img-item img {
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .feature-img-item .h3 {
    font-size: 1.65vw;
  }
}
@media screen and (min-width: 992px) {
  .feature-img-text {
    padding: 24px 10px;
  }
}
@media screen and (max-width: 991px) {
  .feature-img-text {
    padding: 20px 8px;
  }
}

.case-area {
  position: relative;
}
@media screen and (min-width: 992px) {
  .case-area {
    background: linear-gradient(270deg, rgb(255, 254, 252) 0%, rgb(254, 214, 140) 100%);
  }
}
@media screen and (max-width: 991px) {
  .case-area {
    background: linear-gradient(349deg, rgb(255, 254, 252) 0%, rgb(254, 214, 140) 100%);
  }
}
@media screen and (min-width: 1400px) {
  .case-area {
    padding: 70px 20px 42px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .case-area {
    padding: 60px 20px 42px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-area {
    padding: 50px 20px 32px 0;
  }
}
@media screen and (max-width: 991px) {
  .case-area {
    padding: 50px 15px 32px;
  }
}
.case-area p {
  display: none;
}
.case-con {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1400px) {
  .case-con {
    width: calc(50% + 650px);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .case-con {
    width: calc(50% + 575px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .case-con {
    width: calc(50% + 480px);
  }
}
@media screen and (max-width: 991px) {
  .case-con {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .case-con {
    max-width: 720px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .case-con {
    max-width: 540px;
  }
}
@media screen and (min-width: 992px) {
  .case-item-only {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .case-item-only {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 992px) {
  .case-item-slider {
    width: calc(60% - 34px);
  }
}
@media screen and (max-width: 991px) {
  .case-item-slider {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.case-item-slider .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.case-item-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #feb32e;
  opacity: 1;
}
.case-item-slider .case-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .case-item-slider .case-swiper-nav {
    margin-top: 56px;
  }
}
@media screen and (max-width: 991px) {
  .case-item-slider .case-swiper-nav {
    margin: 24px auto;
  }
}
.case-item-slider .swiper-pagination,
.case-item-slider .swiper-button-next,
.case-item-slider .swiper-button-prev {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}
.case-item-slider .swiper-pagination {
  top: -6px;
}
.case-item-slider .swiper-button-prev {
  margin-right: 20px;
}
.case-item-slider .swiper-button-next {
  margin-left: 20px;
}
.case-list-area {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1400px) {
  .case-list-area {
    padding: 0 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .case-list-area {
    padding: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .case-list-area {
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .case-list-area {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .case-list-area {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .case-list-area .page-case-slider-item {
    margin-right: 33px;
  }
  .case-list-area .page-case-slider-item:nth-child(3n) {
    margin-right: 0;
  }
  .case-list-area .page-case-slider-item:nth-child(n+4) {
    margin-top: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .case-list-area .page-case-slider-item {
    width: calc(50% - 17px);
  }
  .case-list-area .page-case-slider-item:nth-child(n+3) {
    margin-top: 36px;
  }
}
@media screen and (max-width: 767px) {
  .case-list-area .page-case-slider-item {
    width: calc(100% - 20px);
  }
  .case-list-area .page-case-slider-item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.case-category {
  line-height: 1;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .case-category {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .case-category {
    font-size: 14px !important;
  }
}

.top-seminar-area {
  background: url(../image/seminer_event_bg.jpg) no-repeat 50% 50%/cover;
}
@media screen and (min-width: 1400px) {
  .top-seminar-area {
    padding: 100px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .top-seminar-area {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .top-seminar-area {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .top-seminar-area .top-seminar-swiper-nav {
    display: none;
  }
  .top-seminar-area .swiper-wrapper {
    justify-content: space-between;
  }
  .top-seminar-area .swiper-slide {
    width: calc(33.3333333333% - 22px);
  }
}
@media screen and (max-width: 991px) {
  .top-seminar-area .top-seminar-swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .top-seminar-area .top-seminar-swiper-nav {
    margin-top: 56px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .top-seminar-area .top-seminar-swiper-nav {
    margin: 24px auto;
  }
}
@media screen and (max-width: 991px) {
  .top-seminar-area .swiper-pagination,
  .top-seminar-area .swiper-button-next,
  .top-seminar-area .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 991px) {
  .top-seminar-area .swiper-pagination {
    top: -6px;
  }
}
@media screen and (max-width: 991px) {
  .top-seminar-area .swiper-button-prev {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .top-seminar-area .swiper-button-next {
    margin-left: 20px;
  }
}
.top-seminar-slider .stretched-link {
  padding: 20px 16px;
  border: 1px solid #feb32e;
  background-color: #fff;
  transition: all 0.3s ease;
}
.top-seminar-slider .stretched-link:hover {
  color: #feb32e;
  background-color: #fff9f0;
}

.price-link-btn .container {
  display: flex;
  justify-content: center;
}
.price-link-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  color: #333;
  background-color: #ffd386;
  border: 5px solid #ffd386;
}
.price-link-btn a::before {
  position: absolute;
  content: "";
  height: calc(100% + 10px);
  background-color: #feb32e;
  top: -5px;
  right: -5px;
}
.price-link-btn a::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .price-link-btn a {
    max-width: 640px;
    height: 152px;
    font-size: 40px;
    padding: 16px 86px 16px 16px;
    border-radius: 12px;
  }
  .price-link-btn a::before {
    width: 70px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .price-link-btn a::after {
    width: 22px;
    height: 22px;
    border-width: 3px 3px 0 0;
    right: 25px;
  }
  .price-link-btn a:hover {
    color: #feb32e;
    text-decoration: none;
    background-color: #fff;
    border-color: #feb32e;
  }
}
@media screen and (max-width: 767px) {
  .price-link-btn a {
    min-height: 80px;
    font-size: 24px;
    padding: 16px 86px 16px 16px;
    border-radius: 8px;
  }
  .price-link-btn a::before {
    width: 50px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .price-link-btn a::after {
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    right: 20px;
  }
}

.top-news.dlb_news .rss_date {
  text-align: left;
  padding-left: 0;
}
.top-news.dlb_news dl:first-child {
  border-top: 0;
}
.top-news.dlb_news dl:last-child {
  border-bottom: 0;
}

.cta {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.cta::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(50% + 40px);
  left: 0;
  bottom: 0;
  background-color: #f8f8f8;
  z-index: -1;
}
.cta-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  background-color: #fff;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1400px) {
  .cta-area {
    border-radius: 12px;
    padding: 44px 68px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .cta-area {
    border-radius: 12px;
    padding: 44px 32px;
  }
}
@media screen and (max-width: 991px) {
  .cta-area {
    border-radius: 8px;
    padding: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .cta-br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .cta-text-con {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  .cta-text-con {
    width: 100%;
  }
}
.cta-subtitle {
  font-weight: 900;
  color: #ffd386;
}
@media screen and (min-width: 992px) {
  .cta-subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cta-subtitle {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .cta-btn-con {
    width: calc(35% - 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cta-btn-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .cta-btn-con {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cta-btn, .cta-btn-outline {
    width: 48%;
  }
}
.cta-btn a, .cta-btn-outline a {
  display: block;
  text-align: center;
  border: 5px solid #feb32e;
  border-radius: 50rem;
}
@media screen and (min-width: 992px) {
  .cta-btn a, .cta-btn-outline a {
    font-size: 22px;
    padding: 16px;
  }
}
@media screen and (max-width: 991px) {
  .cta-btn a, .cta-btn-outline a {
    font-size: 18px;
    padding: 12px;
  }
}
.cta-btn a {
  color: #fff;
  background-color: #feb32e;
}
.cta-btn a:hover {
  color: #feb32e;
  background-color: #fff;
  text-decoration: none;
}
.cta-btn-outline a {
  color: #333;
}
.cta-btn-outline a:hover {
  color: #fff;
  background-color: #feb32e;
  text-decoration: none;
}
.cta-btn-outline a {
  color: #333;
}
.cta-btn-outline a:hover {
  color: #fff;
  background-color: #feb32e;
  text-decoration: none;
}

.footer-con {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer-con {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-con {
    padding-bottom: 30px;
    margin: auto;
  }
}
.footer-img-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  .footer-img-con {
    width: 532px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .footer-img-con {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .footer-img-con {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-img-logo {
    width: 220px;
    margin-right: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .footer-img-logo {
    width: calc(100% - 280px);
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-img-logo {
    width: 45%;
    margin-right: 5%;
  }
}
.footer-img-certification {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  .footer-img-certification {
    width: 230px;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .footer-img-certification {
    width: 230px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-img-certification {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .footer-img-certification .nsips {
    width: 63px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .footer-img-certification .nsips {
    width: 63px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-img-certification .nsips {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .footer-img-certification .bsi {
    width: 148px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .footer-img-certification .bsi {
    width: 148px;
  }
}
@media screen and (max-width: 767px) {
  .footer-img-certification .bsi {
    width: 65%;
  }
}
.footer-img-certification .bsi p {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .footer-img-certification .bsi p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer-img-certification .bsi p {
    font-size: 3vw;
  }
}
.footer-link-con {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1400px) {
  .footer-link-con {
    width: 532px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .footer-link-con {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .footer-link-con {
    width: 84%;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer-link-con .footer-col {
    min-width: 35%;
  }
}
.footer-link-con .footer-link-text a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .footer-link-con .footer-link-text a {
    font-size: 13px;
  }
}
.footer-link-con .footer-link-text a:hover {
  color: #feb32e;
  text-decoration: none;
}

footer {
  color: #707070 !important;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    margin: auto !important;
  }
}
footer a {
  color: #707070 !important;
}
@media screen and (max-width: 767px) {
  footer a {
    font-size: 13px;
  }
}
footer a:hover {
  color: #feb32e !important;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  footer small {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 13px;
  }
}

.reason-list-item.border-bottom {
  border-bottom-color: #707070 !important;
  border-bottom-style: dashed !important;
}
.reason-list-intro {
  position: relative;
}
@media screen and (min-width: 1400px) {
  .reason-list-intro {
    width: 42%;
    padding-right: 7.5%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .reason-list-intro {
    width: 48%;
    padding-right: 7.5%;
  }
}
@media screen and (max-width: 991px) {
  .reason-list-intro {
    width: 100%;
    padding-bottom: 50px;
  }
}
.reason-list-intro::after {
  position: absolute;
  content: "";
  border-style: solid;
}
@media screen and (min-width: 992px) {
  .reason-list-intro::after {
    border-width: 70px 0 70px 62px;
    top: calc(50% - 70px);
    right: 4%;
    border-color: transparent transparent transparent #ffd386;
  }
}
@media screen and (max-width: 991px) {
  .reason-list-intro::after {
    border-width: 30px 50px 0 50px;
    bottom: 10px;
    left: calc(50% - 50px);
    border-color: #ffd386 transparent transparent transparent;
  }
}
.reason-list-img {
  width: 21%;
}
.reason-list-title {
  position: relative;
  width: 79%;
}
@media screen and (max-width: 767px) {
  .reason-list-title {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .reason-list-detail {
    width: 58%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .reason-list-detail {
    width: 52%;
  }
}
@media screen and (max-width: 991px) {
  .reason-list-detail {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .reason-list-subtitle {
    width: 12.1%;
  }
}
@media screen and (max-width: 991px) {
  .reason-list-subtitle {
    width: 20%;
  }
}
.reason-list-text {
  background-color: #fff9f0;
}
@media screen and (min-width: 992px) {
  .reason-list-text {
    width: 87.9%;
    padding: 16px 28px;
  }
}
@media screen and (max-width: 991px) {
  .reason-list-text {
    width: 80%;
    padding: 12px 24px;
  }
}

.reason-relative-img {
  position: relative;
}
.reason-relative-img .reason-absolute-img {
  position: absolute;
  width: 25%;
  max-width: 350px;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .page-case-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-case-area .swiper-wrapper {
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .page-case-area .swiper-wrapper {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .page-case-area .swiper-container {
    padding: 0 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .page-case-area .swiper-container {
    padding: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .page-case-area .swiper-container {
    padding: 0 24px;
  }
}
.page-case-area .swiper-slide {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .page-case-area .swiper-slide {
    border-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .page-case-area .swiper-slide {
    border-radius: 8px;
  }
}
.page-case-area figure {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-case-area figure {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media screen and (max-width: 991px) {
  .page-case-area figure {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media screen and (min-width: 992px) {
  .page-case-area .page-case-swiper-nav {
    display: none;
  }
  .page-case-area .swiper-wrapper {
    justify-content: space-between;
  }
  .page-case-area .swiper-slide {
    width: calc(33.3333333333% - 22px);
  }
}
@media screen and (max-width: 991px) {
  .page-case-area .page-case-swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .page-case-area .page-case-swiper-nav {
    margin-top: 56px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .page-case-area .page-case-swiper-nav {
    margin: 24px auto;
  }
}
@media screen and (max-width: 991px) {
  .page-case-area .swiper-pagination,
  .page-case-area .swiper-button-next,
  .page-case-area .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 991px) {
  .page-case-area .swiper-pagination {
    top: -6px;
  }
}
@media screen and (max-width: 991px) {
  .page-case-area .swiper-button-prev {
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .page-case-area .swiper-button-next {
    margin-left: 20px;
  }
}
.page-case-slider-item {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 992px) {
  .page-case-slider-item {
    width: calc(33.3333333333% - 22px);
  }
}
.page-case-slider-item .page-case-detail {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .page-case-slider-item .page-case-detail {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 24px;
  }
}
@media screen and (max-width: 991px) {
  .page-case-slider-item .page-case-detail {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 16px;
  }
}
@media screen and (min-width: 992px) {
  .page-case-title {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .page-case-title {
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 992px) {
  .h-function-btn {
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .h-function-btn {
    height: 50px;
  }
}
.h-function-btn .stretched-link {
  position: relative;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.h-function-btn .stretched-link a {
  transition: inherit;
}
.h-function-btn .stretched-link:hover {
  background-color: #feb32e;
}
.h-function-btn .stretched-link:hover a {
  color: #fff !important;
}
.h-function-btn + .h-function-btn {
  margin-top: 20px;
}

.function-certification-con {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .function-certification-img.nsips {
    width: 63px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 767px) {
  .function-certification-img.nsips {
    width: 50px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 768px) {
  .function-certification-img.bsi {
    width: 148px;
    margin-right: 26px;
  }
}
@media screen and (max-width: 767px) {
  .function-certification-img.bsi {
    width: 86px;
    font-size: 10px;
    margin-right: 16px;
  }
}
.function-certification-text {
  background-color: #fff9f0;
}
@media screen and (min-width: 992px) {
  .function-certification-text {
    padding: 20px;
  }
}
@media screen and (max-width: 991px) {
  .function-certification-text {
    font-size: 14px;
    padding: 12px;
  }
}
@media screen and (min-width: 992px) {
  .function-certification-text.nsips {
    width: calc(100% - 63px - 26px);
  }
}
@media screen and (max-width: 991px) {
  .function-certification-text.nsips {
    width: calc(100% - 50px - 16px);
  }
}
@media screen and (min-width: 992px) {
  .function-certification-text.bsi {
    width: calc(100% - 148px - 26px);
  }
}
@media screen and (max-width: 991px) {
  .function-certification-text.bsi {
    width: calc(100% - 86px - 16px);
  }
}

.function-linkwire-area {
  position: relative;
}
.function-linkwire-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: #fff9f0;
  z-index: -1;
}
.function-linkwire-con {
  width: 90%;
  max-width: 545px;
}

.accordion > .card {
  border-radius: 4px !important;
}
.accordion > .card .btn {
  padding: 0;
  background-color: #fff9f0;
  border-radius: 0 !important;
}

.faq-con .btn,
.faq-con .card-body {
  position: relative;
}
@media screen and (min-width: 992px) {
  .faq-con .btn,
  .faq-con .card-body {
    font-size: 18px;
    padding: 1.2rem 0.8rem 1.2rem 2.4rem !important;
  }
}
@media screen and (max-width: 991px) {
  .faq-con .btn,
  .faq-con .card-body {
    padding: 1rem 0.6rem 1rem 2rem !important;
  }
}
.faq-con .btn::before,
.faq-con .card-body::before {
  position: absolute;
}
.faq-con .btn {
  box-shadow: none !important;
}
.faq-con .btn::before {
  content: "Q.";
}
@media screen and (min-width: 992px) {
  .faq-con .btn::before {
    top: 1.2rem;
    left: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .faq-con .btn::before {
    top: 1rem;
    left: 0.6rem;
  }
}
.faq-con .card-body::before {
  content: "A.";
}
@media screen and (min-width: 992px) {
  .faq-con .card-body::before {
    top: 1.4rem;
    left: 1.2rem;
  }
}
@media screen and (max-width: 991px) {
  .faq-con .card-body::before {
    top: 1rem;
    left: 0.8rem;
  }
}

.index-con a {
  font-size: 16px !important;
  color: #333;
  text-decoration: underline !important;
}
.index-con a:hover {
  color: #feb32e;
  text-decoration: none !important;
}

@media screen and (min-width: 1200px) {
  .price-area {
    padding: 40px 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price-area {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .price-area {
    padding: 30px;
  }
}
.price-con {
  align-items: center;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-con {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .price-con {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .price-total {
    width: 14.8%;
    font-size: 41px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price-total {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .price-total {
    width: 168px;
  }
}
@media screen and (max-width: 767px) {
  .price-total {
    width: 100%;
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .price-equal, .price-item, .price-plus {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price-equal, .price-item, .price-plus {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .price-equal, .price-item, .price-plus {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .price-equal {
    width: calc(24% - 168px);
  }
}
@media screen and (max-width: 767px) {
  .price-equal {
    width: 1em;
    height: 100%;
    transform: rotate(90deg);
  }
}
.price-item {
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .price-item {
    width: 34.3%;
    box-shadow: 10px 10px 0 #b0802a;
  }
}
@media screen and (max-width: 767px) {
  .price-item {
    width: 100%;
    box-shadow: 5px 5px 0 #b0802a;
  }
}
@media screen and (min-width: 1200px) {
  .price-item {
    min-height: 150px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price-item {
    min-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .price-plus {
    width: 7.5%;
  }
}
@media screen and (max-width: 767px) {
  .price-plus {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .price-detail {
    width: 76%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .price-detail {
    width: 100%;
  }
}
.price-chcek {
  list-style-type: none;
}
@media screen and (min-width: 1200px) {
  .price-chcek {
    font-size: 23px;
    padding: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price-chcek {
    font-size: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .price-chcek {
    font-size: 18px;
    padding: 16px;
  }
}
.price-chcek li {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .price-chcek li {
    padding-left: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .price-chcek li {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .price-chcek li {
    padding-left: 26px;
  }
}
.price-chcek li:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #feb32e;
  left: 0;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .price-chcek li:before {
    width: 20px;
    height: 14px;
    border-width: 0 0 5px 5px;
    top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .price-chcek li:before {
    width: 16px;
    height: 10px;
    border-width: 0 0 4px 4px;
    top: 5px;
  }
}

.list-decimal li {
  list-style-type: decimal;
}

ul.privacy-list {
  padding-left: 1.8rem;
}

.decimal-kakko {
  top: 0;
  left: 0;
}

ul#sitemap {
  padding-left: 0;
}
ul#sitemap ul {
  padding-left: 0;
}

#tableindex {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}

.media_table {
  position: relative;
  background-color: #f8f9fa;
}
@media screen and (min-width: 768px) {
  .media_table {
    padding: 50px 30px 50px 70px;
  }
}
@media screen and (max-width: 767px) {
  .media_table {
    padding: 30px 16px 30px 42px;
  }
}
.media_table::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #feb32e;
}
@media screen and (min-width: 768px) {
  .media_table::before {
    width: 4px;
    height: calc(100% - 100px);
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .media_table::before {
    width: 4px;
    height: calc(100% - 60px);
    left: 16px;
  }
}
.media_table > ul {
  margin-bottom: 0 !important;
}
.media_table ul li {
  font-weight: 700;
}
.media_table ul li a {
  font-weight: 400;
  color: #333;
  text-decoration: none !important;
}
.media_table ul li a:hover {
  color: #feb32e;
}
.media_table > ul > li {
  list-style-type: decimal !important;
}
.media_table > ul > li + ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.dlb_flow-5 .dlb_flow-item + .dlb_flow-item::before {
  border-color: #feb32e transparent transparent transparent !important;
}

.dlb_contents_overflow .dlb_contents_overflow-left:before {
  transform: translate(0, 0);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.dlb_contents_overflow .dlb_contents_overflow-right:before {
  transform: translate(0, 0);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.dlb_contents_overflow .dlb_contents_overflow-left:before {
  background: linear-gradient(69deg, rgb(255, 255, 255) 0%, rgba(203, 203, 203, 0.2) 100%);
}
.dlb_contents_overflow .dlb_contents_overflow-right:before {
  background: linear-gradient(249deg, rgb(255, 255, 255) 0%, rgba(203, 203, 203, 0.2) 100%);
}
.dlb_contents_overflow.overflow-bg-main .dlb_contents_overflow-left::before {
  background: linear-gradient(69deg, rgb(255, 255, 255) 0%, rgba(255, 164, 0, 0.2) 100%);
}
.dlb_contents_overflow.overflow-bg-main .dlb_contents_overflow-right::before {
  background: linear-gradient(249deg, rgb(255, 255, 255) 0%, rgba(255, 164, 0, 0.2) 100%);
}
@media (max-width: 767.98px) {
  .dlb_contents_overflow.overflow-bg-main .dlb_contents_overflow-left .dlb_contents_overflow-data,
  .dlb_contents_overflow.overflow-bg-main .dlb_contents_overflow-right .dlb_contents_overflow-data {
    background-color: rgba(255, 164, 0, 0.2);
  }
}

.dlb_contents_book .stretched-link a {
  color: #feb32e !important;
}

body .dlb_flow-3 .dlb_flow-item .dlb_flow-title::before {
  background: linear-gradient(to bottom left, #feb32e 49%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #feb32e 49%, transparent 50%) top right/50% 100% no-repeat;
}
body .dlb_text_wrap .dlb_text_wrap-title {
  margin-top: -28px;
}
body .dlb_contents_wide-2 .btn-light {
  color: #fff;
  border: 1px solid #fff;
}
body .dlb_contents_wide-2 .btn-light:hover {
  color: #333;
}
body .dlb_contents_box_column-2 .dlb_contents_box-title {
  color: #feb32e;
  border-color: #feb32e;
}
body .dlb_contact-area .dlb_contact-text {
  background-color: rgba(254, 179, 46, 0.2);
}
@media (max-width: 767.98px) {
  body .dlb_contents_overflow .dlb_contents_overflow-left .dlb_contents_overflow-data,
  body .dlb_contents_overflow .dlb_contents_overflow-right .dlb_contents_overflow-data {
    z-index: 1;
  }
  body .dlb_contents_overflow .dlb_contents_overflow-left .dlb_contents_overflow-image,
  body .dlb_contents_overflow .dlb_contents_overflow-right .dlb_contents_overflow-image {
    position: relative;
    z-index: 2;
  }
}

.border-box {
  position: relative;
  border: 5px solid #fff4e2;
  padding: 50px;
  border-radius: 12px;
  margin-top: 60px;
}
.border-box-ttl {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 10px 1em;
  max-width: 90%;
  width: auto;
  background-color: #fff;
  text-align: center;
}
@media (max-width: 767.98px) {
  .border-box-ttl {
    top: -40px;
  }
}
@media (max-width: 990px) {
  .border-box-ttl {
    padding: 10px 0.4em;
  }
}
@media (max-width: 767.98px) {
  .border-box-ttl {
    max-width: 95%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 80%;
    padding: 10px 0.3em;
  }
}

.u-box-content-01 {
  position: relative;
  padding: 50px;
  background-color: #fff9f0;
}
@media screen and (min-width: 992px) {
  .u-box-content-01 {
    padding: 50px 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .u-box-content-01 {
    padding: 4em 15px 15px;
  }
}
.u-box-content-01-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 0.5em 1em;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #fff;
  background-color: #feb32e;
  font-weight: 600;
}

.ttl-border-b {
  border-bottom: solid 2px #feb32e;
}

.border-right-ttl {
  position: relative;
  padding-right: 15px;
  width: -moz-max-content;
  width: max-content;
}
.border-right-ttl::before {
  content: "";
  position: absolute;
  background-color: #feb32e;
  width: 5px;
  height: 100%;
  top: 50%;
  right: 0%;
  transform: translatey(-50%);
}

.border-width-0 {
  border-width: 0px !important;
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-7 {
  border-width: 7px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-9 {
  border-width: 9px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

.border-width-11 {
  border-width: 11px !important;
}

.border-width-12 {
  border-width: 12px !important;
}

.border-width-13 {
  border-width: 13px !important;
}

.border-width-14 {
  border-width: 14px !important;
}

.border-width-15 {
  border-width: 15px !important;
}

.border-width-16 {
  border-width: 16px !important;
}

.border-width-17 {
  border-width: 17px !important;
}

.border-width-18 {
  border-width: 18px !important;
}

.border-width-19 {
  border-width: 19px !important;
}

.border-width-20 {
  border-width: 20px !important;
}

.text-accent-04 a {
  color: #247EF3;
}

.text-indent-01 {
  padding-left: 1em;
  text-indent: -1em;
}
.text-indent-02 {
  padding-left: 1.8em;
  text-indent: -2.4em;
}

.stretched-link {
  cursor: pointer;
}

#topcontrol {
  z-index: 10;
}
#topcontrol a {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #feb32e;
}
#topcontrol a::after {
  content: "↑";
  font-size: 2rem;
  color: #fff;
  font-family: bootstrap-icons !important;
}
#topcontrol a:hover {
  opacity: 0.8;
}

.only-lg {
  display: block;
}
@media (max-width: 979px) {
  .only-lg {
    display: none;
  }
}
.only-lg-md {
  display: block;
}
@media (max-width: 690px) {
  .only-lg-md {
    display: none;
  }
}
.only-lg-sm {
  display: block;
}
@media (max-width: 979px) {
  .only-lg-sm {
    display: none;
  }
}
@media (max-width: 690px) {
  .only-lg-sm {
    display: block;
  }
}
.only-md {
  display: none;
}
@media (max-width: 979px) {
  .only-md {
    display: block;
  }
}
@media (max-width: 690px) {
  .only-md {
    display: none;
  }
}
.only-md-sm {
  display: none;
}
@media (max-width: 979px) {
  .only-md-sm {
    display: block;
  }
}
.only-md-sm {
  display: none;
}
@media (max-width: 690px) {
  .only-md-sm {
    display: none;
  }
}/*# sourceMappingURL=original.css.map */