@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
  color: #232323;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 500;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}
.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* noto-sans-jp-regular - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - cyrillic_japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../font/noto-sans-jp-v55-cyrillic_japanese_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../font/barlow-semi-condensed-v16-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../font/barlow-semi-condensed-v16-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-barlow {
  font-family: 'Barlow Semi Condensed';
}
.fwb {
  font-weight: bold;
}
/*--------------------------------------
  main
--------------------------------------*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  padding: 0 14px;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
html {
  min-width: auto;
}
.txt {
  text-align: left;
}
:root {
  --orange: #ff842c;
}
.orange {
  color: var(--orange);
}
.telhref {
  text-decoration: none !important;
}
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.c-item {
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  background: #fff;
  padding: 16px;
  padding-bottom: 38px;
}
.c-item > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-item > a:hover {
  text-decoration: none;
}
.c-list {
  text-align: center;
}
.c-list li {
  border-radius: 30px;
  background: #faf5ef;
  border: 1px solid #ffe0ca;
  display: inline-block;
  font-size: 12px;
  padding: 8px 19px 7px 20px;
}
.c-list li + li {
  margin-left: 6px;
}
.c-list li img {
  width: 13px;
  margin-right: 7px;
  margin-top: -4px;
}
#title-holder {
  background: #fff3e3;
  padding: 55px 0 56px 4px;
}
#bread {
  margin: 12px 0 22px 2px;
}
#bread a {
  text-decoration: underline;
}
#bread li {
  display: inline-block;
  font-size: 10px;
}
#bread li + li:before {
  content: '';
  display: inline-block;
  background: var(--orange);
  width: 1px;
  height: 12px;
  transform: rotate(30deg);
  margin: 2px 12px -2px 11px;
}

.c-ttl {
  text-align: center;
  margin-left: -5px;
}
.c-ttl h2 {
  font-size: 20px;
}
.c-ttl p {
  font-family: 'Barlow Semi Condensed';
  font-size: 12px;
  font-weight: bold;
  margin-top: -2px;
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
header {
  position: relative;
  z-index: 101;
}
/*--------------------------------------
  hamburger
--------------------------------------*/
.hamberger-btn {
  position: fixed;
  top: 12px;
  right: 15px;
  width: 56px;
  height: 56px;
  z-index: 201;
  transition: all 0.4s ease;
  overflow: hidden;
  background: var(--orange);
  border-radius: 4px;
}
.hamberger-btn span {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 54%;
  left: calc(50% - 10px);
  background: #fff;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.13s;
  border-radius: 1px;
}
.hamberger-btn span::before {
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  content: '';
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-radius: 1px;
}
.hamberger-btn span::before {
  top: -8px;
}
.menu-open .hamberger-btn {
  border-color: transparent;
}
.menu-open .hamberger-btn span {
  transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
  transform: translate3d(1px, -4px, 0) rotate(-31deg);
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
}
.menu-open .hamberger-btn span::before {
  top: 0;
  transform: rotate(-119deg);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------
  nav-header
--------------------------------------*/
.nav-header {
  width: 100%;
  height: 100svh;
  background: var(--orange);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.menu-open .nav-header {
  left: 0%;
  visibility: visible;
  overflow: auto;
  z-index: 99;
  opacity: 1;
}
.nav-header .nav {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-header a.nav-main {
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  display: block;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin-bottom: 39px;
}
.nav-header li:last-child a.nav-main {
  margin-bottom: 0;
}
.nav-header a.nav-main.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.js-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/*--------------------------------------
  footer
--------------------------------------*/
footer {
  padding: 13vw 0;
  /* text-align: center; */
}
footer .logo {
  width: 166px;
  margin: 0 auto;
}
footer h3 {
  font-size: 16px;
  margin: 19px 0 3px;
}
footer .text {
  font-size: 12px;
}
footer .text a {
  text-decoration: underline;
}
footer .link {
  font-size: 12px;
}
footer .link:first-child {
  margin-top: 26px;
}
footer .link a {
  text-decoration: underline;
}
footer .link:after {
  content: '';
  display: inline-block;
  background: url('../img/shared/icon_link.png') no-repeat center top;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin: 3px 0 -2px 4px;
  text-underline-offset: 2px;
}
footer address {
  margin-top: 45px;
  font-size: 10px;
  padding-top: 30px;
  padding-left: 14px;
  border-top: 1px solid #d8d8d8;
}
#pagetop {
  bottom: 55px;
  width: 50px;
  z-index: 98;
}

/*--------------------------------------
  btn-cus
--------------------------------------*/
.button {
  position: relative;
  width: 295px;
  max-width: 100%;
  margin: 0 auto;
}
.button.opa {
  opacity: 0.5;
}
.button a {
  height: 54px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  background: var(--orange);
  display: block;
  text-decoration: none;
  border-radius: 8px;
  line-height: 50px;
  border-bottom: 3px solid #c86926;
}
.button a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 4px;
}
.button a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 7px;
  height: 7px;
  background: var(--orange);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  z-index: 2;
}
.pc {
  display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/

@media only screen and (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
    cursor: text;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .txt {
    text-align: left;
  }
  .wrap {
    width: calc(100% - 28px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .row {
    flex-direction: row;
  }
  .c-item {
    padding: 32px;
  }
  .c-list li {
    font-size: 16px;
  }
  .c-list li + li {
    margin-left: 3px;
  }
  .c-list li img {
    width: 20px;
  }
  .c-ttl {
    margin-left: -3px;
  }
  .c-ttl h2 {
    font-size: 32px;
    line-height: 1;
  }
  .c-ttl p {
    font-size: 18px;
    margin-top: 3px;
  }
  #title-holder {
    padding: 72px 0 59px 0px;
  }
  #title-holder .c-ttl p {
    margin-top: 8px;
  }
  #bread {
    margin: 22px 0 36px;
  }
  #bread a {
    text-underline-offset: 2px;
  }
  #bread a:hover {
    text-decoration-color: transparent;
  }
  #bread .wrap {
    max-width: 1202px;
  }
  #bread li {
    font-size: 12px;
  }
  /*--------------------------------------
    btn-cus
  --------------------------------------*/
  .button {
    width: 420px;
    max-width: 100%;
  }
  .button a {
    height: 84px;
    font-size: 26px;
    line-height: 84px;
    transition: all 0.3s ease;
  }
  .button:not(.opa) a:hover {
    opacity: 0.8;
  }
  .button a:before {
    right: 30px;
  }
  .button a:after {
    right: 39px;
  }
  /*--------------------------------------
    header
  --------------------------------------*/
  header {
    position: relative;
    width: 100%;
    z-index: 100;
  }
  header:has(.nav-header.style2) {
    height: 80px;
  }
  header .logo a {
    text-decoration: none;
  }
  html img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .js-scroll {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  /*--------------------------------------
    nav-fixed
  --------------------------------------*/
  .nav-header {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    height: auto;
    left: auto;
    background: transparent;
    background: #fff;
    z-index: 3;
  }
  .fixed-btn .nav-header,
  .nav-header.style2 {
    position: fixed;
    top: 0;
    height: 80px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
  }
  .fixed-btn .nav-header .nav,
  .nav-header.style2 .nav {
    margin-top: 26px;
  }
  .nav-header .nav {
    flex-direction: row;
    height: auto;
    width: 592px;
    justify-content: space-between;
    margin: 36px 43px 0 auto;
  }
  .nav-header a.nav-main {
    font-size: 16px;
    color: #000;
  }
  .nav-header a.nav-main:hover,
  .nav-header a.nav-main.active {
    text-decoration: underline;
    text-underline-offset: 7px;
  }
  /*--------------------------------------
    footer
  --------------------------------------*/
  footer {
    padding: 60px 0px;
  }
  footer .wrap {
    max-width: 1197px;
  }
  footer .row {
    justify-content: space-between;
  }
  footer .left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  footer .left .logo {
    width: 166px;
  }
  footer .left .content {
    text-align: left;
    margin-left: 68px;
  }
  footer .left .content h3 {
    margin: 0px 0 4px;
  }
  footer .left .content a:hover {
    text-decoration: none;
  }
  footer .link {
    margin: 4px 48px 0 0;
  }
  footer .link a:hover {
    text-decoration: none;
  }
  footer address {
    margin-top: 70px;
    font-size: 10px;
    padding-top: 16px;
    padding-left: 0;
  }

  /*--------------------------------------
    pagetop
  --------------------------------------*/
  #pagetop {
    cursor: pointer;
    transition: all 0.3s ease;
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  #pagetop:hover {
    opacity: 0.9;
  }
  #socialbuttons {
    max-width: 350px;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  border: none;
  outline: none;
  z-index: 98;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: #b10505; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  line-height: 0.5;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 8px;
  background: url('../img/shared/prev.png') no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
[dir='rtl'] .slick-prev:before {
  content: '▶';
  color: #fff;
}
.slick-next {
  right: 12px;
  background: url('../img/shared/next.png') no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}
.slick-next:before {
  content: '';
  color: #fff;
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 5%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background: #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button {
  background: red;
}
@media screen and (min-width: 768px) {
  .slick-dots li:hover,
  .slick-arrow:hover {
    opacity: 0.8;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.txt_thanks {
  text-align: center;
  color: #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img,
  .btn {
    opacity: 1;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
  .btn {
    transition: none !important ;
    -moz-transition: none !important ;
    -webkit-transition: none !important ;
  }
  .over-img img:hover, img.over:hover, /* a:not([href=""]):hover img:not(.btn):not(.non-over), */
a:hover img:not(.btn):not(.non-over), button:hover img {
    cursor: pointer;
    opacity: 0.8;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
  }
  a:before {
    text-decoration: underline;
    display: inline-block;
  }
  a:before,
  a:hover:before {
    text-decoration: none;
  }
}
/*--------------------------------------
   thanks
--------------------------------------*/
#thanks {
  text-align: center;
  padding: 154px 14px;
}
#thanks h2 {
  font-size: 50px;
}
#thanks h3 {
  font-size: 16px;
  margin: -6px 0 13px;
}
#thanks .txt {
  text-align: center;
}
#thanks .img {
  width: 61.8%;
  margin: 26px auto 37px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #thanks {
    padding-top: 87px;
  }
  #thanks h2 {
    font-size: 60px;
  }
  #thanks h3 {
    font-size: 24px;
    margin-bottom: 17px;
  }
  #thanks .img {
    width: 270px;
    margin-top: 35px;
    margin-bottom: 36px;
  }
  #thanks .button {
    padding-right: 15px;
  }
  #thanks .button a {
    height: 64px;
    font-size: 18px;
    line-height: 69px;
  }
}

/*--------------------------------------
   tab-sec
--------------------------------------*/
.tab-sec .tabs-switch {
  margin-top: 19px;
}
.tab-sec .tabs-switch .tab-link {
  border-bottom: 2px solid var(--orange);
  gap: 2px;
  justify-content: center;
  margin: 0 -14px 22px;
  padding: 0 14px;
  align-items: start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.tab-sec .tabs-switch .tab-link li {
  width: 25%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  height: 57px;
  position: relative;
  line-height: 1.4;
  padding-top: 5px;
  box-sizing: border-box;
  background: #fff3e3;
  margin-bottom: -2px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-sec.tab2 .tabs-switch .tab-link li {
  background: #fff;
}
.tab-sec .tabs-switch .tab-link li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 5px;
  width: 100%;
  background: var(--orange);
  border-radius: 8px 8px 0 0;
  z-index: -1;
}
.tab-sec .tabs-switch .tab-link li.active {
  padding-top: 0;
  padding-bottom: 4px;
  color: inherit;
  border: 2px solid var(--orange);
  border-bottom: none;
}
.tab-sec .tabs-switch .tab-link li.active:before {
  opacity: 0;
}
.tab-sec .tabs-switch .row {
  gap: 24px;
}
.tab-sec .tabs-switch .item {
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.tab-sec .tabs-switch .item .tag {
  position: absolute;
  background: #faf5ef;
  font-size: 14px;
  font-weight: bold;
  top: 18px;
  left: 18px;
  border-radius: 24px;
  z-index: 2;
  padding: 14px 35px;
}
.tab-sec .tabs-switch .item h3 {
  font-size: 18px;
  border-bottom: 1px solid #e4e4e4;
  margin: 21px 16px 8px;
  padding-bottom: 11px;
}
.tab-sec .tabs-switch .item .txt {
  margin: 0 16px;
  color: #535353;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .tab2 {
    padding-bottom: 70px;
  }
  .tab-sec .wrap {
    max-width: 1200px;
  }
  .tab-sec .tabs-switch {
    margin-top: 34px;
  }
  .tab-sec .tabs-switch .tab-link {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 872px;
    padding: 0 0px 0 54px;
    box-sizing: border-box;
    gap: 6px;
  }
  .tab-sec.tab2 .tabs-switch .tab-link {
    max-width: 927px;
    padding: 0 54px;
  }
  .tab-sec .tabs-switch .tab-link li {
    font-size: 16px;
    padding-top: 7px;
  }
  .tab-sec .tabs-switch .tab-link li.active {
    padding-top: 8px;
    font-size: 18px;
  }
  .tab-sec .tabs-switch .tab-link li:before {
    top: 8px;
  }
  .tab-sec .tabs-switch .row {
    gap: 30px;
    flex-wrap: wrap;
  }
  .tab-sec .tabs-switch .row .item {
    width: calc((100% / 3) - 20px);
    padding-bottom: 28px;
  }
  .tab-sec .tabs-switch .row .item .tag {
    font-size: 16px;
    padding: 12px 32px 10px 33px;
  }
  .tab-sec .tabs-switch .row .item h3 {
    font-size: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin: 19px 32px 19px;
    padding-bottom: 12px;
  }
  .tab-sec .tabs-switch .row .item .txt {
    margin: 0 32px;
    font-size: 14px;
  }
}

@media (max-width: 1000px) and (min-width: 768px) {
  .tab-sec .tabs-switch .row {
    gap: 40px;
  }
  .tab-sec .tabs-switch .row .item {
    width: calc(50% - 20px);
  }
}

/*--------------------------------------
   detail
--------------------------------------*/
#detail {
  padding: 0 2px 80px;
}
#detail .photo {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
#detail .photo .tag {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 20px;
  font-size: 14px;
  font-weight: bold;
  background: #faf5ef;
  border-radius: 24px;
  padding: 13px 35px;
}
#detail h2 {
  font-size: 18px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
  line-height: 1.5;
  padding-bottom: 24px;
}
#detail .text {
  color: #535353;
  margin-bottom: 21px;
}
#detail h3 {
  background: #efe6e0;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 9px 0 8px 16px;
}
#detail h4 {
  border-bottom: 2px solid #efe6e0;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 27px;
}
#detail h4:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 35%;
  border-bottom: 2px solid var(--orange);
}
#detail ul {
  margin-bottom: 27px;
  color: #535353;
}
#detail ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
#detail ul li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  min-width: 8px;
  background: var(--orange);
  margin: -2px 8px 0 0;
}
#detail ul li + li {
  margin-top: 9px;
}
#detail .note {
  color: #535353;
  font-size: 10px;
  margin-bottom: 20px;
}
#detail .bg {
  margin-bottom: 26px;
  background: #fff3e3;
  border-radius: 8px;
  padding: 20px;
}
#detail .bg .row {
  gap: 20px;
}
#detail .bg .img {
  width: 63%;
  margin: 0 auto;
}
#detail .bg .content .fwb {
  font-size: 16px;
}
#detail .bg .content .txt {
  margin: 7px 0 14px;
  color: #535353;
}
#detail .bg .content .button {
  width: 240px;
}
#detail .bg .content .button a {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
#detail .bg .content .button a:before {
  right: 10px;
}
#detail .bg .content .button a:after {
  right: 19px;
}
@media screen and (min-width: 768px) {
  #detail {
    padding: 19px 0 56px;
  }
  #detail .wrap {
    max-width: 790px;
  }
  #detail .photo {
    margin-bottom: 23px;
  }
  #detail h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 33px;
    padding-bottom: 11px;
  }
  #detail .text {
    font-size: 16px;
    margin-bottom: 33px;
  }
  #detail h3 {
    font-size: 18px;
    border-radius: 16px;
    margin-bottom: 25px;
    padding: 18px 0 18px 20px;
  }
  #detail h4 {
    font-size: 16px;
    margin-bottom: 28px;
  }
  #detail h4:before {
    width: 15%;
  }
  #detail ul {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #detail ul li:before {
    margin: 0px 7px 0 0;
  }
  #detail ul li + li {
    margin-top: 7px;
  }
  #detail .note {
    font-size: 12px;
    margin-bottom: 24px;
  }
  #detail .bg {
    border-radius: 16px;
    margin-bottom: 32px;
  }
  #detail .bg .row {
    justify-content: space-between;
    gap: 0;
    align-items: center;
  }
  #detail .bg .img {
    width: 25.3%;
    margin: 0;
  }
  #detail .bg .content {
    width: 71.6%;
    padding-right: 12px;
    box-sizing: border-box;
  }
  #detail .bg .content .fwb {
    font-size: 18px;
  }
  #detail .bg .content .txt {
    margin: 8px 0 15px;
    font-size: 16px;
  }
  #detail .bg .content .button {
    margin-left: 0;
  }
  #detail .btn-big a {
    height: 64px;
    font-size: 18px;
    line-height: 67px;
  }
}
