@charset "UTF-8";
/* aタグ設定
------------------------------------- */
a:hover,
.alpha {
  opacity: 0.75;
}

a {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  /* =14px */
  font-family: "Noto Sans", sans-serif;
}

ul {
  list-style: none;
}

/* レスポンシブ設定
------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.fade_anime {
  transform: translateY(2.7777777778vw);
  opacity: 0;
  transition: 2s;
}
@media screen and (max-width: 768px) {
  .fade_anime {
    transform: translateY(5.3333333333vw);
  }
}
.fade_anime.on {
  transform: translateY(0);
  opacity: 1;
}

#wrapper {
  overflow: hidden;
}
@media screen and (min-width: 2561px) {
  #wrapper .right_contents .diamond {
    display: none;
  }
  #wrapper .right_contents .movie {
    display: block;
    width: 100%;
    height: 100%;
  }
  #wrapper .left_contents {
    position: fixed;
    top: 0;
    left: 0;
    order: 1;
    width: calc((100% - 1440px) / 2);
    height: 100vh;
    background-color: #2755ad;
    border-right: 8px solid #fdc43f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.953125vw;
    padding: 1.5625vw 1.953125vw;
  }
  #wrapper .left_contents .diamond {
    position: absolute;
    top: -3.90625vw;
    left: -6.640625vw;
    width: 20.1171875vw;
    height: auto;
    z-index: -1;
  }
  #wrapper .left_contents .diamond img {
    width: 100%;
    height: auto;
  }
  #wrapper .left_contents .contact_list {
    width: 100%;
    border: 0.0390625vw solid #565656;
  }
  #wrapper .left_contents .contact_list .list_inner {
    background-color: #fff;
    padding: 1.953125vw 1.5625vw;
  }
  #wrapper .left_contents .contact_list .list_inner .text {
    white-space: nowrap;
    font-size: 1.09375vw;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.171875vw;
    background: linear-gradient(to right, #565656 0%, #000 50%, #2755ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #wrapper .left_contents .contact_list .list_inner ul {
    display: flex;
    flex-direction: column;
    gap: 0.9765625vw;
  }
  #wrapper .left_contents .contact_list .list_inner ul li {
    padding: 0.1953125vw;
    background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  }
  #wrapper .left_contents .contact_list .list_inner ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5078125vw;
    width: 100%;
    height: 3.28125vw;
    background-color: #fff;
  }
  #wrapper .left_contents .contact_list .list_inner ul li a img {
    width: 1.09375vw;
    height: auto;
  }
  #wrapper .left_contents .contact_list .list_inner ul li a p {
    font-size: 1.09375vw;
    font-weight: 700;
    background: linear-gradient(90deg, #565656 0%, #000000 50%, #074ea9 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  #wrapper .left_contents .medical_hours {
    width: 100%;
    height: auto;
  }
  #wrapper .left_contents .medical_hours img {
    width: 100%;
    height: auto;
  }
  #wrapper .right_contents {
    position: fixed;
    top: 0;
    right: 0;
    order: 3;
    width: calc((100% - 1440px) / 2);
    height: 100vh;
    background-color: #2755ad;
    border-left: 8px solid #fdc43f;
  }
  #wrapper .right_contents .diamond {
    display: none;
  }
  #wrapper .right_contents .movie {
    width: 100%;
    height: 100%;
  }
  #wrapper .right_contents .movie video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 2560px) {
  #wrapper .right_contents .movie {
    display: none;
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560px) {
  #wrapper {
    display: flex;
    align-items: flex-start;
  }
  #wrapper .left_contents {
    position: fixed;
    top: 0;
    left: 0;
    order: 1;
    width: calc((100% - 1440px) / 2);
    height: 100vh;
    background-color: #2755ad;
    border-right: 8px solid #fdc43f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 40px 0;
  }
  #wrapper .left_contents .diamond {
    position: absolute;
    top: 0;
    left: -14.84375vw;
    width: 26.8229166667vw;
    height: auto;
  }
  #wrapper .left_contents .diamond img {
    width: 100%;
    height: auto;
  }
  #wrapper .left_contents .contact_list {
    display: none;
  }
  #wrapper .left_contents .medical_hours {
    display: none;
  }
  #wrapper .right_contents {
    position: fixed;
    top: 0;
    right: 0;
    order: 3;
    width: calc((100% - 1440px) / 2);
    height: 100vh;
    background-color: #2755ad;
    border-left: 8px solid #fdc43f;
  }
  #wrapper .right_contents .diamond {
    position: absolute;
    top: 34.375vw;
    right: -14.84375vw;
    width: 26.8229166667vw;
    height: auto;
    transform: rotate(180deg);
  }
  #wrapper .right_contents .diamond img {
    width: 100%;
    height: auto;
  }
  #wrapper .right_contents video {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  #wrapper .left_contents,
  #wrapper .right_contents {
    display: none;
  }
}
@media screen and (max-width: 1920px) {
  #wrapper .left_contents .diamond {
    display: none;
  }
  #wrapper .right_contents .diamond {
    display: none;
  }
}
#wrapper #main {
  overflow: hidden;
}
@media screen and (min-width: 1441px) {
  #wrapper #main {
    order: 2;
    width: 1440px;
    margin: 0 auto;
  }
}
#wrapper #main .fv {
  position: relative;
  width: 100%;
  height: 104.8611111111vw;
  background-image: url("/wisdom/assets/images/fv_bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 13.1944444444vw 2.7777777778vw 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv {
    height: 1510px;
    padding: 190px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .fv {
    height: 124vw;
    background-image: url("/wisdom/assets/images/sp_fv_bg.jpg");
    padding: 18.6666666667vw 5.3333333333vw;
  }
}
#wrapper #main .fv .logo {
  position: absolute;
  top: 2.7777777778vw;
  left: 2.4305555556vw;
  width: 22.9166666667vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .logo {
    top: 40px;
    left: 35px;
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .fv .logo {
    position: initial;
    top: initial;
    left: initial;
    width: 48vw;
  }
}
#wrapper #main .fv .logo img {
  width: 100%;
  height: auto;
}
#wrapper #main .fv .banner {
  position: absolute;
  top: 2.4305555556vw;
  left: 29.5138888889vw;
  width: 26.9444444444vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .banner {
    top: 35px;
    left: 425px;
    width: 388px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .fv .banner {
    top: 5.3333333333vw;
    left: initial;
    width: 49.0666666667vw;
    height: auto;
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .fv .sp_text {
    width: 48vw;
    height: auto;
    margin-bottom: 8vw;
    margin-top: 11.4666666667vw;
    image-rendering: -webkit-optimize-contrast;
    /* WebKit独自のアンチエイリアシング最適化 */
    shape-rendering: crispEdges;
    /* SVGの形状レンダリングをシャープに */
    text-rendering: geometricPrecision;
    transform: translateZ(0);
    /* または transform: translate3d(0, 0, 0); */
    -webkit-backface-visibility: hidden;
    /* Safari向けの最適化 */
    will-change: transform;
  }
}
#wrapper #main .fv .sub_ttl {
  width: 52.9861111111vw;
  height: auto;
  margin-left: 1.0416666667vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .sub_ttl {
    width: 763px;
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .fv .sub_ttl {
    width: 80vw;
    margin-bottom: 2.6666666667vw;
  }
}
#wrapper #main .fv .sub_ttl img {
  width: 100%;
  height: auto;
}
#wrapper #main .fv .ttl {
  width: 60.2083333333vw;
  height: auto;
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .ttl {
    width: 867px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .fv .ttl {
    width: 92.2666666667vw;
  }
}
#wrapper #main .fv .ttl img {
  width: 100%;
  height: auto;
}
#wrapper #main .fv .bottom_box {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding-left: 4.1666666667vw;
  padding-right: 3.4722222222vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .bottom_box {
    padding-left: 60px;
    padding-right: 50px;
  }
}
#wrapper #main .fv .bottom_box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 44.0972222222vw;
  gap: 1.25vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .bottom_box ul {
    width: 635px;
    gap: 18px;
  }
}
#wrapper #main .fv .bottom_box ul li {
  width: calc(50% - 0.625vw);
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .bottom_box ul li {
    width: calc(50% - 9px);
  }
}
#wrapper #main .fv .bottom_box ul li img {
  width: 100%;
  height: auto;
}
#wrapper #main .fv .bottom_box .text {
  width: 36.5277777778vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .fv .bottom_box .text {
    width: 526px;
  }
}
#wrapper #main .fv .bottom_box .text img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrapper #main .sp_text_list {
    padding: 10.6666666667vw 6.6666666667vw;
    background-color: #074ea9;
  }
}
#wrapper #main .sp_text_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #wrapper #main .sp_text_list ul {
    gap: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sp_text_list ul li {
    width: calc(50% - 1.3333333333vw);
  }
}
#wrapper #main .sp_text_list ul li img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec01 {
  position: relative;
  margin-top: -31.5972222222vw;
  border-top: 3.125vw solid #074ea9;
  background: linear-gradient(to bottom, rgba(207, 207, 207, 0.87) 0%, #f8f8f8 31%, #f6f6f6 81%, #cacaca 100%);
  padding: 13.5416666667vw 6.5972222222vw 9.375vw;
  color: #3e3e3e;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 {
    margin-top: -455px;
    border-top: 45px solid #074ea9;
    padding: 195px 95px 135px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 {
    border: none;
    margin-top: 0;
    padding: 16vw 5.3333333333vw;
  }
}
#wrapper #main .sec01 .diamond {
  position: absolute;
  top: 9.0277777778vw;
  right: -9.0277777778vw;
  width: 27.0833333333vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .diamond {
    top: 130px;
    right: -130px;
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .diamond {
    top: 10.6666666667vw;
    right: -10.6666666667vw;
    width: 26.6666666667vw;
  }
}
#wrapper #main .sec01 .diamond img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec01 .bottom_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 28.8194444444vw;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .bottom_img {
    height: 415px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .bottom_img {
    height: 240vw;
  }
}
#wrapper #main .sec01 .bottom_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper #main .sec01 .inner {
  position: relative;
  z-index: 10;
}
#wrapper #main .sec01 .inner .ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 6.25vw;
  font-weight: 900;
  margin-bottom: 2.4305555556vw;
  background: linear-gradient(to right, #565656 0%, #000000 50%, #074ea9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner .ttl {
    font-size: 90px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner .ttl {
    font-size: 8.5333333333vw;
  }
}
#wrapper #main .sec01 .inner .sub_ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.75vw;
  font-weight: 900;
  background: linear-gradient(to right, #565656 0%, #000000 50%, #074ea9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner .sub_ttl {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner .sub_ttl {
    font-size: 4.8vw;
  }
}
#wrapper #main .sec01 .inner ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.875vw;
  margin-top: 11.8055555556vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner ul {
    gap: 27px;
    margin-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner ul {
    gap: 16vw;
    margin-top: 16vw;
  }
}
#wrapper #main .sec01 .inner ul li {
  position: relative;
  width: calc(33.33% - 1.25vw);
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner ul li {
    width: calc(33.33% - 18px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner ul li {
    width: 90%;
    margin: 0 auto;
  }
}
#wrapper #main .sec01 .inner ul li .icon {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.9027777778vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner ul li .icon {
    width: 157px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner ul li .icon {
    width: 21.3333333333vw;
  }
}
#wrapper #main .sec01 .inner ul li .icon img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec01 .inner ul li .bg_img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec01 .inner ul li .bg_img img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec01 .inner ul li .text_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 7.9861111111vw 2.7777777778vw 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner ul li .text_box {
    padding: 115px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner ul li .text_box {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
#wrapper #main .sec01 .inner ul li .text_box h3 {
  text-align: center;
  font-size: 1.9444444444vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 700;
  background: linear-gradient(to right, #625e5e 0%, #313131 50%, #074ea9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner ul li .text_box h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner ul li .text_box h3 {
    font-size: 6.4vw;
    margin-bottom: 4vw;
  }
}
#wrapper #main .sec01 .inner ul li .text_box p {
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec01 .inner ul li .text_box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec01 .inner ul li .text_box p {
    font-size: 3.7333333333vw;
    padding: 0 2.6666666667vw;
  }
}
#wrapper #main .sec02 {
  position: relative;
  padding-top: 20.8333333333vw;
  padding-bottom: 5.2083333333vw;
  background-color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 {
    padding-top: 300px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 {
    padding-top: 21.3333333333vw;
    padding-bottom: 8vw;
  }
}
#wrapper #main .sec02 .top_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 14.5833333333vw;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0% 100%);
  background: linear-gradient(to right, #253e6e, #2755ad);
  z-index: 10;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .top_border {
    height: 210px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .top_border {
    height: 21.3333333333vw;
  }
}
#wrapper #main .sec02 .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .bg_img {
    height: 106.6666666667vw;
  }
}
#wrapper #main .sec02 .bg_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .bg_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#wrapper #main .sec02 .diamond {
  position: absolute;
  top: 7.6388888889vw;
  left: -5.9027777778vw;
  width: 30vw;
  height: auto;
  z-index: 20;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .diamond {
    top: 110px;
    left: -85px;
    width: 432px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .diamond {
    top: 10.6666666667vw;
    left: -5.3333333333vw;
    width: 26.6666666667vw;
  }
}
#wrapper #main .sec02 .diamond img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec02 .inner {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner {
    padding-top: 13.3333333333vw;
  }
}
#wrapper #main .sec02 .inner .ttl {
  text-align: end;
  padding-right: 6.9444444444vw;
  font-size: 6.25vw;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 25%, #ffffff 63%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .ttl {
    padding-right: 100px;
    font-size: 90px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .ttl {
    font-size: 8.5333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
#wrapper #main .sec02 .inner .sub_ttl {
  text-align: end;
  padding-right: 5.9027777778vw;
  font-size: 3.75vw;
  line-height: 1.5;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 25%, #ffffff 63%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  margin-bottom: 6.9444444444vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .sub_ttl {
    padding-right: 85px;
    font-size: 54px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .sub_ttl {
    padding-right: 5.3333333333vw;
    font-size: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#wrapper #main .sec02 .inner .customer_testimonials_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3.4722222222vw;
  padding: 0 6.5972222222vw;
  margin-bottom: 10.4166666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list {
    gap: 50px;
    padding: 0 95px;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list {
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 16vw;
  }
}
#wrapper #main .sec02 .inner .customer_testimonials_list li {
  position: relative;
  width: calc(50% - 1.7361111111vw);
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list li {
    width: 100%;
  }
}
#wrapper #main .sec02 .inner .customer_testimonials_list li .img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec02 .inner .customer_testimonials_list li .img img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec02 .inner .customer_testimonials_list li .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2.0833333333vw 1.7361111111vw 3.125vw 8.6805555556vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list li .text {
    padding: 30px 25px 45px 125px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list li .text {
    padding: 5.3333333333vw 2.6666666667vw 4vw 18.6666666667vw;
  }
}
#wrapper #main .sec02 .inner .customer_testimonials_list li .text p {
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list li .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .customer_testimonials_list li .text p {
    font-size: 2.6666666667vw;
    text-align: justify;
  }
}
#wrapper #main .sec02 .inner .ttl_02 {
  text-align: center;
  font-size: 4.5138888889vw;
  background: linear-gradient(to bottom, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 4.8611111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .ttl_02 {
    font-size: 65px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .ttl_02 {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .sec02 .inner .worries_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4722222222vw;
  width: 85.4166666667vw;
  padding: 5.2083333333vw 5.5555555556vw;
  background-color: #fff;
  border-radius: 0.2777777778vw;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .worries_list {
    gap: 50px;
    width: 1230px;
    padding: 75px 80px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .worries_list {
    width: 74%;
    margin: 0 auto;
    padding: 8vw 5.3333333333vw;
    gap: 6.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}
#wrapper #main .sec02 .inner .worries_list li {
  width: calc(50% - 1.7361111111vw);
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .worries_list li {
    width: calc(50% - 25px);
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .worries_list li {
    width: 100%;
    gap: 2.6666666667vw;
  }
}
#wrapper #main .sec02 .inner .worries_list li img {
  width: 2.7777777778vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .worries_list li img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .worries_list li img {
    width: 5.3333333333vw;
  }
}
#wrapper #main .sec02 .inner .worries_list li p {
  position: relative;
  font-size: 1.9444444444vw;
  letter-spacing: 0.02em;
  font-weight: 800;
  color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .worries_list li p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .worries_list li p {
    font-size: 3.7333333333vw;
  }
}
#wrapper #main .sec02 .inner .worries_list li p::before {
  position: absolute;
  left: 0;
  bottom: -0.3472222222vw;
  content: "";
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: #ffb700;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .worries_list li p::before {
    bottom: -5px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .worries_list li p::before {
    bottom: -0.8vw;
    height: 0.2666666667vw;
  }
}
#wrapper #main .sec02 .inner .worries_list li p::after {
  position: absolute;
  left: 0;
  bottom: -0.9027777778vw;
  content: "";
  display: block;
  width: 100%;
  height: 0.2083333333vw;
  background-color: #ffb700;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec02 .inner .worries_list li p::after {
    bottom: -13px;
    height: 1px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec02 .inner .worries_list li p::after {
    bottom: -2.1333333333vw;
    height: 0.2666666667vw;
  }
}
#wrapper #main .sec03 {
  padding-bottom: 10.4166666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
#wrapper #main .sec03 .top {
  width: 100%;
  height: auto;
  margin-top: -0.0694444444vw;
  margin-bottom: 8.6805555556vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .top {
    margin-top: -1px;
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .top {
    margin: -0.2666666667vw calc(50% - 50vw) 10.6666666667vw;
    width: 100vw;
  }
}
#wrapper #main .sec03 .top img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec03 .inner {
  width: 75vw;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner {
    width: 100%;
  }
}
#wrapper #main .sec03 .inner .ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.7777777778vw;
  text-align: center;
  font-size: 6.25vw;
  font-weight: 900;
  background: linear-gradient(to right, #565656 0%, #000 50%, #2755ad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner .ttl {
    margin-bottom: 40px;
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner .ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 8.5333333333vw;
  }
}
#wrapper #main .sec03 .inner .sub_ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5.2083333333vw;
  font-size: 3.75vw;
  font-weight: 900;
  background: linear-gradient(to right, #565656 0%, #000 50%, #2755ad 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner .sub_ttl {
    margin-bottom: 75px;
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner .sub_ttl {
    margin-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
#wrapper #main .sec03 .inner ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.0833333333vw 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner ul {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner ul {
    gap: 2.6666666667vw;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
  }
}
#wrapper #main .sec03 .inner ul li {
  position: relative;
  width: calc(33.33% - 0.9256944444vw);
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner ul li {
    width: calc(33.33% - 13.33px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner ul li {
    width: calc(50% - 2.6666666667vw);
  }
}
#wrapper #main .sec03 .inner ul li .img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec03 .inner ul li .img img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec03 .inner ul li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.3888888889vw 2.0833333333vw 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner ul li .text {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner ul li .text {
    pad: 5.3333333333vw;
  }
}
#wrapper #main .sec03 .inner ul li .text span {
  font-size: 1.5277777778vw;
  line-height: 1.65;
  font-weight: 700;
  color: #3e3e3e;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner ul li .text span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner ul li .text span {
    font-size: 2.6666666667vw;
  }
}
#wrapper #main .sec03 .inner ul li .text p {
  font-size: 2.3611111111vw;
  letter-spacing: -0.02em;
  line-height: 1.65;
  font-weight: 700;
  color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec03 .inner ul li .text p {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec03 .inner ul li .text p {
    font-size: 4.2666666667vw;
  }
}
#wrapper #main .sec04 {
  padding: 12.1527777778vw 0 10.4166666667vw;
  background-image: url("/wisdom/assets/images/sec04_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 {
    padding: 175px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 {
    padding: 16vw 5.3333333333vw;
  }
}
#wrapper #main .sec04 .inner {
  width: 69.4444444444vw;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner {
    width: 100%;
  }
}
#wrapper #main .sec04 .inner .ttl {
  text-align: center;
  font-size: 3.3333333333vw;
  font-weight: 900;
  color: #fff;
  margin-bottom: 3.125vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .ttl {
    font-size: 48px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
#wrapper #main .sec04 .inner h3 {
  text-align: center;
  font-size: 1.9444444444vw;
  font-weight: 600;
  color: #fff;
  margin-top: 3.125vw;
  margin-bottom: 1.3888888889vw;
  filter: drop-shadow(2px 4px 6px rgb(96, 96, 96));
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner h3 {
    font-size: 5.3333333333vw;
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .sec04 .inner h3.h3_02 {
  margin-top: 4.8611111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner h3 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner h3 {
    margin-top: 16vw;
  }
}
#wrapper #main .sec04 .inner .table_box {
  width: 100%;
  padding: 0.3472222222vw;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box {
    padding: 5px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box {
    padding: 0.8vw;
    margin-bottom: 5.3333333333vw;
    width: 100%;
    overflow-x: scroll;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 {
    overflow-x: scroll;
    width: 154.6666666667vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr:last-child td span {
  border: none;
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr th {
  padding: 1.25vw 0.6944444444vw;
  font-size: 1.25vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th {
    padding: 18px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th {
    padding: 3.2vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr th:first-child {
  width: 16.6666666667vw;
  background-color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th:first-child {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th:first-child {
    width: 60%;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr th:nth-child(2) {
  width: 24.3055555556vw;
  background-color: #2a416c;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th:nth-child(2) {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th:nth-child(2) {
    width: 60%;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr th:last-child {
  width: calc(100% - 29.1666666667vw);
  background-color: #4c4c4c;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th:last-child {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr th:last-child {
    width: 74.6666666667vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr td {
  padding: 0 1.7361111111vw;
  min-height: 7.2916666667vw;
  vertical-align: middle;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td {
    padding: 0 2.6666666667vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr td:first-child {
  width: 6.9444444444vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td:first-child {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td:first-child {
    width: 26.6666666667vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr td:nth-child(2) {
  width: 19.4444444444vw;
  border-left: 0.0694444444vw solid #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td:nth-child(2) {
    width: calc(100% - 280px);
    border-left: 1px solid #2755ad;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td:nth-child(2) {
    width: calc(100% - 53.3333333333vw);
    border-left: 0.2666666667vw solid #2755ad;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr td:last-child {
  width: calc(100% - 29.1666666667vw);
  border-left: 0.0694444444vw solid #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td:last-child {
    width: calc(100% - 420px);
    border-left: 1px solid #2755ad;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td:last-child {
    width: 74.6666666667vw;
    border-left: 0.2666666667vw solid #2755ad;
  }
}
#wrapper #main .sec04 .inner .table_box .table01 tbody tr td span {
  display: inline-block;
  width: 100%;
  padding: 1.3888888889vw 0.6944444444vw;
  border-bottom: 0.0694444444vw solid #2755ad;
  font-size: 1.1111111111vw;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: #313131;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td span {
    padding: 20px 10px;
    border-bottom: 1px solid #2755ad;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table01 tbody tr td span {
    display: flex;
    align-items: center;
    height: calc(3em + 6.4vw);
    font-size: 3.2vw;
    padding: 3.2vw 2.6666666667vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table02 {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
}
#wrapper #main .sec04 .inner .table_box .table02 tr:last-child td span {
  border: none;
}
#wrapper #main .sec04 .inner .table_box .table02 tr th {
  padding: 1.25vw 0.6944444444vw;
  font-size: 1.25vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr th {
    padding: 18px 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr th {
    padding: 3.2vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table02 tr th:first-child {
  width: 29.1666666667vw;
  background-color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr th:first-child {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr th:first-child {
    width: 60%;
  }
}
#wrapper #main .sec04 .inner .table_box .table02 tr th:last-child {
  width: calc(100% - 29.1666666667vw);
  background-color: #4c4c4c;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr th:last-child {
    width: calc(100% - 420px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr th:last-child {
    width: calc(100% - 26.6666666667vw);
  }
}
#wrapper #main .sec04 .inner .table_box .table02 tr td {
  padding: 0 1.7361111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td {
    padding: 0 2.6666666667vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table02 tr td:first-child {
  width: 29.1666666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td:first-child {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td:first-child {
    width: 53.3333333333vw;
  }
}
#wrapper #main .sec04 .inner .table_box .table02 tr td:last-child {
  width: calc(100% - 29.1666666667vw);
  border-left: 0.0694444444vw solid #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td:last-child {
    width: calc(100% - 420px);
    border-left: 1px solid #2755ad;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td:last-child {
    width: calc(100% - 53.3333333333vw);
    border-left: 0.2666666667vw solid #2755ad;
  }
}
#wrapper #main .sec04 .inner .table_box .table02 tr td span {
  display: inline-block;
  width: 100%;
  padding: 1.3888888889vw 0.6944444444vw;
  border-bottom: 0.0694444444vw solid #2755ad;
  font-size: 1.25vw;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: #313131;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td span {
    padding: 20px 10px;
    border-bottom: 1px solid #2755ad;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .table_box .table02 tr td span {
    display: flex;
    align-items: center;
    height: calc(3em + 6.4vw);
    font-size: 3.2vw;
    padding: 3.2vw 2.6666666667vw;
  }
}
#wrapper #main .sec04 .inner .cautionary_note {
  padding: 2.0833333333vw;
  background-color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .cautionary_note {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .cautionary_note {
    padding: 5.3333333333vw;
  }
}
#wrapper #main .sec04 .inner .cautionary_note p {
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  font-weight: 600;
  color: #313131;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .cautionary_note p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .cautionary_note p {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#wrapper #main .sec04 .inner .cautionary_note ul {
  padding-bottom: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
  border-bottom: 0.0694444444vw solid #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .cautionary_note ul {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2755ad;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .cautionary_note ul {
    padding-bottom: 2.6666666667vw;
    margin-bottom: 4vw;
    border-bottom: 0.2666666667vw solid #2755ad;
  }
}
#wrapper #main .sec04 .inner .cautionary_note ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#wrapper #main .sec04 .inner .cautionary_note ul li {
  white-space: nowrap;
  font-size: 1.1111111111vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  color: #313131;
  font-weight: 600;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec04 .inner .cautionary_note ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec04 .inner .cautionary_note ul li {
    white-space: initial;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 2.6666666667vw;
  }
}
#wrapper #main .slider_sec {
  padding: 2.0833333333vw 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .slider_sec {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .slider_sec {
    padding: 5.3333333333vw 0;
  }
}
#wrapper #main .slider_sec .swiper_img .swiper-wrapper {
  transition-timing-function: linear;
}
#wrapper #main .slider_sec .swiper_img .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
#wrapper #main .faq_sec {
  position: relative;
  padding: 12.1527777778vw 0 10.4166666667vw;
  background-color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec {
    padding: 175px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec {
    padding: 16vw 5.3333333333vw 21.3333333333vw;
  }
}
#wrapper #main .faq_sec::before {
  position: absolute;
  left: 0;
  bottom: -9.7222222222vw;
  content: "";
  display: block;
  width: 100%;
  height: 13.8888888889vw;
  background-color: #2d436d;
  clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 40%);
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec::before {
    bottom: -140px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec::before {
    bottom: -16vw;
    height: 26.6666666667vw;
  }
}
#wrapper #main .faq_sec .inner {
  width: 60.8333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner {
    width: 876px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner {
    width: 100%;
  }
}
#wrapper #main .faq_sec .inner .ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.4305555556vw;
  font-size: 3.3333333333vw;
  font-weight: 900;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .ttl {
    margin-bottom: 35px;
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .ttl {
    margin-bottom: 6.6666666667vw;
    font-size: 8.5333333333vw;
  }
}
#wrapper #main .faq_sec .inner .sub_ttl {
  text-align: center;
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  font-weight: 600;
  margin-bottom: 3.125vw;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .sub_ttl {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .sub_ttl {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .faq_sec .inner .faq_list {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list {
    gap: 5.3333333333vw;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  padding: 1.7361111111vw 3.4722222222vw 1.7361111111vw 2.0833333333vw;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion {
    gap: 20px;
    padding: 25px 50px 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion {
    gap: 2.6666666667vw;
    padding: 2.6666666667vw 13.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7361111111vw;
  transform: translateY(-50%);
  display: block;
  width: 1.3888888889vw;
  height: 0.1388888889vw;
  background-color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion::before {
    right: 25px;
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion::before {
    right: 6.6666666667vw;
    width: 4vw;
    height: 0.5333333333vw;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7361111111vw;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 1.3888888889vw;
  height: 0.1388888889vw;
  background-color: #2755ad;
  transition: 0.5s;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion::after {
    right: 25px;
    width: 20px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion::after {
    right: 6.6666666667vw;
    width: 4vw;
    height: 0.5333333333vw;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion img {
  width: 3.4722222222vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion img {
    width: 6.6666666667vw;
    white-space: nowrap;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion span {
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  font-weight: 800;
  color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .pr_accordion span {
    font-size: 3.2vw;
    font-weight: 600;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content {
  display: none;
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.3888888889vw;
  padding: 1.7361111111vw 3.4722222222vw 1.7361111111vw 2.0833333333vw;
  background-color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box {
    gap: 20px;
    padding: 25px 50px 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box {
    gap: 2.6666666667vw;
    padding: 2.6666666667vw 13.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box img {
  width: 3.4722222222vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box img {
    width: 6.6666666667vw;
  }
}
#wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box span {
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  font-weight: 800;
  color: #313131;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .faq_sec .inner .faq_list .accordion_box .accordion_content .box span {
    font-size: 3.2vw;
    font-weight: 600;
  }
}
#wrapper #main .sec05 {
  background: linear-gradient(to bottom, #0089f2 23%, #2e6dff 45%, #12376f 97%);
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 {
    padding-bottom: 10.6666666667vw;
  }
}
#wrapper #main .sec05 .inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner {
    flex-direction: column-reverse;
  }
}
#wrapper #main .sec05 .inner .content {
  width: 50%;
  padding-left: 7.6388888889vw;
  padding-right: 4.8611111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content {
    padding-left: 110px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content {
    width: 100%;
    padding: 8vw 5.3333333333vw;
  }
}
#wrapper #main .sec05 .inner .content h2 {
  font-size: 6.25vw;
  font-weight: 900;
  margin-bottom: 4.1666666667vw;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content h2 {
    font-size: 90px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .sec05 .inner .content .text {
  font-size: 1.6666666667vw;
  letter-spacing: 0.04em;
  line-height: 1.65;
  font-weight: 700;
  margin-bottom: 0.6944444444vw;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .text {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .text {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#wrapper #main .sec05 .inner .content .name {
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .name {
    margin-bottom: 2.6666666667vw;
  }
}
#wrapper #main .sec05 .inner .content .name span {
  display: inline-block;
}
#wrapper #main .sec05 .inner .content .name span:first-child {
  font-size: 4.7222222222vw;
  letter-spacing: 0.05em;
  line-height: 1.65;
  font-weight: 900;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .name span:first-child {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .name span:first-child {
    font-size: 7.4666666667vw;
  }
}
#wrapper #main .sec05 .inner .content .name span:last-child {
  font-size: 1.5277777778vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .name span:last-child {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .name span:last-child {
    font-size: 4.2666666667vw;
  }
}
#wrapper #main .sec05 .inner .content .text02 {
  font-size: 1.6666666667vw;
  font-weight: 900;
  line-height: 1.65;
  letter-spacing: 0.04em;
  margin-bottom: 2.7777777778vw;
  color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .text02 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .text02 {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .sec05 .inner .content .career_box {
  height: 29.8611111111vw;
  overflow: auto;
  padding-left: 2.0833333333vw;
  direction: rtl;
  color: #fff;
  scrollbar-color: #717171 #fff;
  scrollbar-width: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .career_box {
    height: 430px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .career_box {
    height: 53.3333333333vw;
    padding-left: 2.6666666667vw;
  }
}
#wrapper #main .sec05 .inner .content .career_box p {
  direction: initial;
  margin-bottom: 0.6944444444vw;
  font-size: 1.3888888889vw;
  letter-spacing: 0.04em;
  line-height: 1.65;
  font-weight: 900;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .career_box p {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .career_box p {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
}
#wrapper #main .sec05 .inner .content .career_box ul {
  direction: initial;
}
#wrapper #main .sec05 .inner .content .career_box ul li {
  direction: initial;
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  line-height: 1.65;
  font-weight: 600;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .content .career_box ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .content .career_box ul li {
    font-size: 3.2vw;
    font-weight: 500;
  }
}
#wrapper #main .sec05 .inner .img {
  width: 50%;
  height: 90.625vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec05 .inner .img {
    height: 1305px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec05 .inner .img {
    width: 100%;
    height: 120vw;
  }
}
#wrapper #main .sec05 .inner .img picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wrapper #main .reservation_sec {
  position: relative;
  padding: 17.3611111111vw 0 6.9444444444vw;
  background-color: #2755ad;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec {
    padding: 250px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec {
    padding: 21.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
#wrapper #main .reservation_sec::before {
  position: absolute;
  left: 0;
  top: -4.1666666667vw;
  content: "";
  display: block;
  width: 100%;
  height: 13.8888888889vw;
  background-color: #2d436d;
  clip-path: polygon(0 30%, 100% 0, 100% 40%, 0 100%);
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec::before {
    top: -60px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec::before {
    top: -10.6666666667vw;
    height: 26.6666666667vw;
  }
}
#wrapper #main .reservation_sec.confirm_sec .inner form .box .input_box {
  align-items: center;
}
#wrapper #main .reservation_sec.confirm_sec .inner form .box .input_box .item_name {
  height: auto;
}
#wrapper #main .reservation_sec .inner {
  width: 69.4444444444vw;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
}
#wrapper #main .reservation_sec .inner h2 {
  text-align: center;
  font-size: 5.1388888889vw;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 900;
  background: linear-gradient(to right, #6ca3ea 0%, #ffffff 27%, #c5c5c5 61%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 0.5333333333vw 0.5333333333vw 1.0666666667vw 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 5.2083333333vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner h2 {
    font-size: 74px;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .reservation_sec .inner .warning_box {
  width: 100%;
  padding: 3.4722222222vw;
  border: 0.3472222222vw solid #ffc311;
  background-color: #fff;
  margin-bottom: 3.8194444444vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner .warning_box {
    padding: 50px;
    border: 5px solid #ffc311;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner .warning_box {
    padding: 5.3333333333vw;
    border: 0.8vw solid #ffc311;
    margin-bottom: 10.6666666667vw;
    text-align: justify;
    line-height: 1.65;
  }
}
#wrapper #main .reservation_sec .inner .warning_box .closed_days {
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 700;
  color: #3e3e3e;
  padding-bottom: 1.7361111111vw;
  border-bottom: 0.0694444444vw solid #313131;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner .warning_box .closed_days {
    font-size: 16px;
    padding-bottom: 25px;
    border-bottom: 1px solid #313131;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner .warning_box .closed_days {
    padding-bottom: 4vw;
    font-size: 3.2vw;
    border-bottom: 0.2666666667vw solid #313131;
  }
}
#wrapper #main .reservation_sec .inner .warning_box .closed_days p {
  line-height: 1.65;
}
#wrapper #main .reservation_sec .inner .warning_box .warning {
  padding: 0 0 1.7361111111vw;
  margin: 0 0 1.7361111111vw 0;
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.8;
  color: #313131;
  border-bottom: 0.0694444444vw solid #313131;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner .warning_box .warning {
    padding: 0 0 25px;
    margin: 0 0 25px 0;
    font-size: 16px;
    border-bottom: 1px solid #313131;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner .warning_box .warning {
    padding: 0 0 4vw;
    margin: 0 0 4vw 0;
    border-bottom: 0.2666666667vw solid #313131;
    font-size: 3.2vw;
  }
}
#wrapper #main .reservation_sec .inner .warning_box .warning p {
  line-height: 1.65;
}
#wrapper #main .reservation_sec .inner .warning_box .emergency_patient span {
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.8;
  color: #ff4744;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner .warning_box .emergency_patient span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner .warning_box .emergency_patient span {
    font-size: 3.2vw;
  }
}
#wrapper #main .reservation_sec .inner .warning_box .emergency_patient p {
  margin-top: 0.6944444444vw;
  font-size: 0.9722222222vw;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner .warning_box .emergency_patient p {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner .warning_box .emergency_patient p {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
#wrapper #main .reservation_sec .inner form {
  border: 0.3472222222vw solid #ff4744;
  padding: 4.8611111111vw 9.7222222222vw;
  background-color: #fff;
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form {
    border: 5px solid #ff4744;
    padding: 70px 140px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form {
    border: 0.8vw solid #ff4744;
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .caveat {
  font-size: 1.1111111111vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: -1.3888888889vw;
  color: red;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .caveat {
    font-size: 16px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .caveat {
    font-size: 2.6666666667vw;
    margin-top: -2.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .caveat.margin_plus {
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .caveat.margin_plus {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .caveat.margin_plus {
    margin-top: 2.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .box {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  padding: 2.0833333333vw 0;
  border-bottom: 0.0694444444vw solid #bbbbbb;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box {
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #bbb;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box {
    gap: 8vw;
    padding: 4vw 0;
    border-bottom: 0.2666666667vw solid #bbbbbb;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box {
  display: flex;
  align-items: flex-start;
  gap: 4.1666666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.3472222222vw;
  width: 14.5833333333vw;
  height: 3.4722222222vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_name {
    gap: 5px;
    width: 210px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_name {
    gap: 4vw;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_name p {
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
  color: #5e5e5e;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_name p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_name p {
    font-size: 3.7333333333vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_name span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75vw;
  padding: 0.5555555556vw 0;
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #ff4744;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_name span {
    width: 54px;
    padding: 8px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_name span {
    width: initial;
    padding: 1.0666666667vw 1.6vw;
    font-size: 3.2vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box.text_box .item_name {
  height: auto;
}
#wrapper #main .reservation_sec .inner form .box .input_box.text_box .item_input p {
  font-size: 1.1111111111vw;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box.text_box .item_input p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box.text_box .item_input p {
    font-size: 3.2vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input {
  width: calc(100% - 18.75vw);
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input {
    width: 100%;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input .text_input {
  width: 100%;
  height: 3.4722222222vw;
  background-color: #f2f2f2;
  border: 0.0694444444vw solid #313131;
  padding: 0 1.0416666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .text_input {
    height: 50px;
    border: 1px solid #313131;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .text_input {
    height: auto;
    padding: 2.1333333333vw 4vw;
    border: 0.2666666667vw solid #313131;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input .date_input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.4722222222vw;
  background-color: #f2f2f2;
  border: 0.0694444444vw solid #313131;
  padding: 0 1.0416666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .date_input {
    height: 50px;
    border: 1px solid #313131;
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .date_input {
    height: auto;
    padding: 2.1333333333vw 4vw;
    border: 0.2666666667vw solid #313131;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input .time_input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3.4722222222vw;
  background-color: #f2f2f2;
  border: 0.0694444444vw solid #313131;
  padding: 0 1.0416666667vw;
  margin-top: 1.7361111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .time_input {
    height: 50px;
    border: 1px solid #313131;
    padding: 0 15px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .time_input {
    height: auto;
    padding: 2.1333333333vw 4vw;
    border: 0.2666666667vw solid #313131;
    margin-top: 2.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: 0.0694444444vw solid #313131;
  padding: 1.0416666667vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input textarea {
    border: 1px solid #313131;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input textarea {
    border: 0.2666666667vw solid #313131;
    padding: 2.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input .confirm_text {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .confirm_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input .confirm_text {
    font-size: 3.7333333333vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.7361111111vw 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list {
    gap: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list {
    gap: 2.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label {
  position: relative;
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
  padding-left: 2.4305555556vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label {
    font-size: 16px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label {
    font-size: 2.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  background: #e0e0e0;
  border-radius: 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label::before {
    width: 4vw;
    height: 4vw;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label::after {
  content: "";
  position: absolute;
  left: 0.4166666667vw;
  top: 50%;
  width: 0.8333333333vw;
  height: 0.4166666667vw;
  border-left: 0.1388888889vw solid #000;
  border-bottom: 0.1388888889vw solid #000;
  transform: translateY(-60%) rotate(-45deg);
  opacity: 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label::after {
    left: 6px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn label::after {
    left: 1.0666666667vw;
    width: 2.1333333333vw;
    height: 1.0666666667vw;
    border-left: 0.5333333333vw solid #000;
    border-bottom: 0.5333333333vw solid #000;
  }
}
#wrapper #main .reservation_sec .inner form .box .input_box .item_input.radio_btn_list .radio_btn input[type=radio]:checked + label::after {
  opacity: 1;
}
#wrapper #main .reservation_sec .inner form .privacy_policy_check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
  width: 100%;
  margin: 2.0833333333vw 0 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check {
    gap: 12px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check {
    gap: 2.6666666667vw;
    margin: 5.3333333333vw 0 0;
  }
}
#wrapper #main .reservation_sec .inner form .privacy_policy_check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#wrapper #main .reservation_sec .inner form .privacy_policy_check input[type=checkbox]:checked + label::after {
  opacity: 1;
}
#wrapper #main .reservation_sec .inner form .privacy_policy_check label {
  position: relative;
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 400;
  color: #313131;
  padding-left: 2.4305555556vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check label {
    font-size: 16px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check label {
    font-size: 2.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .privacy_policy_check label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5277777778vw;
  height: 1.5277777778vw;
  background: #e0e0e0;
  border-radius: 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check label::before {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check label::before {
    width: 4vw;
    height: 4vw;
  }
}
#wrapper #main .reservation_sec .inner form .privacy_policy_check label::after {
  content: "";
  position: absolute;
  left: 0.4166666667vw;
  top: 50%;
  width: 0.8333333333vw;
  height: 0.4166666667vw;
  border-left: 0.1388888889vw solid #000;
  border-bottom: 0.1388888889vw solid #000;
  transform: translateY(-60%) rotate(-45deg);
  opacity: 0;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check label::after {
    left: 6px;
    width: 12px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .privacy_policy_check label::after {
    left: 1.0666666667vw;
    width: 2.1333333333vw;
    height: 1.0666666667vw;
    border-left: 0.5333333333vw solid #000;
    border-bottom: 0.5333333333vw solid #000;
  }
}
#wrapper #main .reservation_sec .inner form .btn_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.7361111111vw;
  width: 100%;
  height: 4.1666666667vw;
  margin-top: 3.4722222222vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .btn_list {
    gap: 25px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .btn_list {
    gap: 5.3333333333vw;
    height: 10.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
#wrapper #main .reservation_sec .inner form .btn_list .submit {
  width: 100%;
  height: 100%;
}
#wrapper #main .reservation_sec .inner form .btn_list .submit input {
  width: 100%;
  height: 100%;
  font-size: 1.1111111111vw;
  letter-spacing: 1em;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  background-color: #333;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .btn_list .submit input {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .btn_list .submit input {
    font-size: 3.2vw;
  }
}
#wrapper #main .reservation_sec .inner form .btn_list.confirm {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .btn_list.confirm {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .btn_list.confirm {
    margin-top: 5.3333333333vw;
  }
}
#wrapper #main .reservation_sec .inner form .btn_list.confirm .back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 0.8680555556vw);
  height: 4.1666666667vw;
  background-color: #fff;
  border: 0.0694444444vw solid #333;
  color: #333;
  font-size: 1.1111111111vw;
  font-weight: 400;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .btn_list.confirm .back {
    font-size: 16px;
    width: calc(50% - 12.5px);
    height: 60px;
    border: 1px solid #333;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .btn_list.confirm .back {
    font-size: 3.2vw;
    width: calc(50% - 2.6666666667vw);
    height: 10.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .btn_list.confirm .submit {
  width: calc(50% - 0.8680555556vw);
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .btn_list.confirm .submit {
    width: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .btn_list.confirm .submit {
    width: calc(50% - 2.6666666667vw);
    text-align: center;
    letter-spacing: 0.5rem;
  }
}
#wrapper #main .reservation_sec .inner form .precautions {
  margin-top: 3.4722222222vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .precautions {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .precautions {
    margin-top: 10.6666666667vw;
  }
}
#wrapper #main .reservation_sec .inner form .precautions h4 {
  font-size: 1.1111111111vw;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 700;
  color: #ff4744;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .precautions h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .precautions h4 {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#wrapper #main .reservation_sec .inner form .precautions p {
  font-size: 0.9722222222vw;
  letter-spacing: 0.04em;
  line-height: 1.65;
  font-weight: 400;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner form .precautions p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner form .precautions p {
    font-size: 3.2vw;
    text-align: justify;
  }
}
#wrapper #main .reservation_sec .inner .tel_content {
  padding: 1.7361111111vw 0.6944444444vw;
  background-color: #fff;
  color: #5e5e5e;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner .tel_content {
    padding: 25px 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner .tel_content {
    padding: 8vw 0;
  }
}
#wrapper #main .reservation_sec .inner .tel_content p {
  font-size: 1.1111111111vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .reservation_sec .inner .tel_content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .reservation_sec .inner .tel_content p {
    font-size: 3.2vw;
  }
}
#wrapper #main .reservation_sec .inner .tel_content p a {
  text-decoration: underline;
  color: #2755ad;
}
#wrapper #main .sec06 .inner h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4.8611111111vw;
  font-size: 5.1388888889vw;
  letter-spacing: 0.04em;
  font-weight: 900;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner h2 {
    margin-bottom: 70px;
    font-size: 74px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner h2 {
    margin-bottom: 10.6666666667vw;
    font-size: 8.5333333333vw;
  }
}
#wrapper #main .sec06 .inner .contents {
  width: 100%;
  padding: 6.25vw 6.5972222222vw 6.25vw;
  background-image: url("/wisdom/assets/images/sec06_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner .contents {
    padding: 90px 95px 90px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner .contents {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#wrapper #main .sec06 .inner .contents .contents_inner {
  display: flex;
  align-items: center;
  gap: 3.4722222222vw;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2.7777777778vw 3.4722222222vw 2.7777777778vw;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner .contents .contents_inner {
    gap: 50px;
    padding: 40px 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner .contents .contents_inner {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 8vw 5.3333333333vw;
  }
}
#wrapper #main .sec06 .inner .contents .contents_inner .box {
  width: -moz-fit-content;
  width: fit-content;
}
#wrapper #main .sec06 .inner .contents .contents_inner .box .logo {
  width: 25.6944444444vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo {
    width: 64vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .sec06 .inner .contents .contents_inner .box .logo img {
  width: 100%;
  height: auto;
}
#wrapper #main .sec06 .inner .contents .contents_inner .box p {
  font-size: 1.1111111111vw;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 1.7361111111vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
#wrapper #main .sec06 .inner .contents .contents_inner .box p a {
  text-decoration: underline;
  color: #2755ad;
}
#wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8333333333vw;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list {
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list {
    flex-wrap: wrap;
    gap: 8vw;
    justify-content: left;
  }
}
#wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list .sns {
  width: 4.7222222222vw;
  height: 4.7222222222vw;
  border-radius: 100%;
  background-color: #826c6c;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list .sns {
    width: 68px;
    height: 68px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list .sns {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
#wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list .logo01 {
  width: 17.2222222222vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list .logo01 {
    width: 248px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list .logo01 {
    width: 48vw;
  }
}
#wrapper #main .sec06 .inner .contents .contents_inner .box .logo_list .logo01 img {
  width: 100%;
  height: auto;
}
#wrapper .bottom_contents {
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 100;
  max-width: 55.5555555556vw;
  width: 100%;
  filter: drop-shadow(2px 4px 6px #707070);
  margin-bottom: 10px;
}
@media screen and (min-width: 2561px) {
  #wrapper .bottom_contents {
    display: none;
  }
}
@media screen and (min-width: 1441px) {
  #wrapper .bottom_contents {
    max-width: 1000px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .bottom_contents {
    max-width: unset;
    padding: 0 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
#wrapper .bottom_contents .list_inner {
  background-color: #fff;
  padding: 1.953125vw 1.953125vw 1.875vw;
}
@media screen and (min-width: 1441px) {
  #wrapper .bottom_contents .list_inner {
    padding: 30px 30px 29px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .bottom_contents .list_inner {
    padding: 3.2vw 1.3333333333vw 2.6666666667vw;
  }
}
#wrapper .bottom_contents .list_inner ul {
  display: flex;
  flex-direction: row;
  gap: 0.9765625vw;
}
@media screen and (min-width: 1441px) {
  #wrapper .bottom_contents .list_inner ul {
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .bottom_contents .list_inner ul {
    gap: 1.3333333333vw;
  }
}
#wrapper .bottom_contents .list_inner ul li {
  width: 33%;
  padding: 0.1953125vw;
  background: linear-gradient(to right, #c5c5c5 0%, #ffffff 50%, #c5c5c5 100%);
}
@media screen and (min-width: 1441px) {
  #wrapper .bottom_contents .list_inner ul li {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .bottom_contents .list_inner ul li {
    padding: 0.5333333333vw;
  }
}
#wrapper .bottom_contents .list_inner ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5078125vw;
  width: 100%;
  height: 3.28125vw;
  background-color: #fff;
}
@media screen and (min-width: 1441px) {
  #wrapper .bottom_contents .list_inner ul li a {
    gap: 13px;
    height: 65px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .bottom_contents .list_inner ul li a {
    gap: 1.3333333333vw;
    height: 8vw;
  }
}
#wrapper .bottom_contents .list_inner ul li a img {
  width: 1.09375vw;
  height: auto;
}
@media screen and (min-width: 1441px) {
  #wrapper .bottom_contents .list_inner ul li a img {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .bottom_contents .list_inner ul li a img {
    width: 3.2vw;
  }
}
#wrapper .bottom_contents .list_inner ul li a p {
  font-size: 1.09375vw;
  font-weight: 700;
  background: linear-gradient(90deg, #565656 0%, #000000 50%, #074ea9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (min-width: 1441px) {
  #wrapper .bottom_contents .list_inner ul li a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper .bottom_contents .list_inner ul li a p {
    font-size: 2.9333333333vw;
  }
}

#footer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1111111111vw;
  line-height: 1.65;
  font-weight: 500;
  color: #fff;
  background-color: #2755ad;
  padding: 3.8194444444vw 0 8.3333333333vw;
}
@media screen and (min-width: 1441px) {
  #footer {
    margin-top: -1px;
    font-size: 16px;
    padding: 55px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    font-size: 3.2vw;
    padding: 5.3333333333vw 0 18.6666666667vw;
  }
}/*# sourceMappingURL=base.css.map */