@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット  */
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
input[type=email],
input[type=text],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus,
input[type=radio]::focus,
input[type=tel]::focus,
input[type=email]::focus,
input[type=text]::focus,
textarea::focus {
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
  color: inherit;
}

li, ol {
  list-style: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

main {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

.sp {
  display: none;
}

@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .l-container {
    width: 350px;
    margin: 0 auto;
    position: relative;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.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-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.sp {
  display: none;
}

body {
  background-image: url(../img/bg.webp);
  background-size: cover;
  background-position: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  color: #272929;
}

main {
  max-width: 636.99987px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}
main.page {
  padding-bottom: 60px;
}

.header {
  position: initial;
  width: 981px;
  margin: 0 auto;
  z-index: 99;
}
.header--content {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 981px;
  margin: 0 auto;
}
.header--logo {
  width: 122.46px;
  z-index: 100;
}
.header--list {
  display: flex;
  gap: 40px;
  font-size: 16px;
  font-weight: 900;
}
.header--item a {
  color: #003C5A;
  text-transform: uppercase;
}
.header--toggle {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header--toggle img {
  position: absolute;
  top: 0;
  left: 0;
}
.header--toggle .open {
  top: 16px;
  width: 25px;
  left: 11.5px;
  z-index: 2;
}
.header--toggle .batu {
  width: 29px;
  top: 14px;
  left: 9.5px;
  z-index: 1;
  display: none;
}

.nav {
  width: 349px;
  height: 292px;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  padding-top: 84px;
  position: fixed;
  z-index: 10;
  top: 17px;
  left: calc((100% - 349px) / 2);
  display: none;
}
.nav--list {
  width: 254px;
  margin: 0 auto;
}
.nav--item {
  font-size: 16px;
  font-weight: 900;
  color: #003C5A;
}
.nav--item:nth-of-type(n+2) {
  margin-top: 25px;
}
.nav--item a {
  color: #003C5A;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav--item img {
  width: 20px;
  display: block;
}

.attent {
  padding-bottom: 96.366647px;
}
.attent--content {
  width: 506.33323px;
  margin: 71.866652px auto 0;
  padding-bottom: 76.766651px;
  border-bottom: 3.266666px solid #272929;
}
.attent--tit {
  margin-bottom: 42.466658px;
}
.attent--txt {
  text-align: justify;
  font-size: 26.133328px;
  line-height: 1.5;
}
.attent--txt:nth-of-type(n+2) {
  margin-top: 29.399994px;
}
.attent--txt.red {
  margin-top: 0;
}
.attent--txt.red span {
  background: linear-gradient(transparent 50%, rgba(223, 14, 14, 0.3) 50%);
}

.cv {
  position: relative;
}
.cv--btn {
  position: absolute;
  display: block;
  width: 506.33323px;
  left: calc((100% - 506.33323px) / 2);
  top: 821.566499px;
}
.cv--btn2 {
  position: absolute;
  display: block;
  width: 320.133268px;
  top: 1122.099771px;
  left: 254.799948px;
}

.worry {
  position: relative;
  padding-top: 78.399984px;
  margin-top: -31.033327px;
  height: 3225.832675px;
}
.worry--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.worry--tit {
  width: 440.99991px;
  position: relative;
  z-index: 1;
}
.worry--pic {
  width: 601.2298773px;
  display: block;
  margin: 37.566659px auto 0;
  position: relative;
  z-index: 1;
}
.worry--tit2 {
  font-size: 32.66666px;
  color: #005B67;
  position: relative;
  z-index: 1;
  line-height: 47.366657px;
  width: 506.33323px;
  margin: 58.799988px auto 0;
}
.worry--tit2 span {
  display: inline-block;
  width: 158.433301px;
  text-align: center;
  border-radius: 4.899999px;
  background-color: #005B67;
  color: #fff;
  margin-right: 6.533332px;
}
.worry--txt {
  width: 522.66656px;
  margin: 32.66666px auto 0;
  position: relative;
  z-index: 1;
  font-size: 26.133328px;
  color: #fff;
  line-height: 1.8;
}
.worry--txt:nth-last-of-type(2) {
  margin-top: 22.866662px;
}
.worry--box {
  position: relative;
  z-index: 1;
  width: 506.33323px;
  height: 421.399914px;
  padding-top: 53.899989px;
  padding-left: 68.599986px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 48.99999px;
  margin: 75.133318px auto 0;
}
.worry--box--tit {
  line-height: 1.4;
  font-size: 32.66666px;
  color: #005B67;
  margin-bottom: 34.299993px;
}
.worry--box--txt {
  font-size: 26.133328px;
  line-height: 1.8;
}
.worry--box--txt img {
  width: 19.599996px;
  margin-right: 11.433331px;
  line-height: 1.8;
}

.relax--tit {
  font-size: 32.66666px;
  color: #23AB96;
  position: relative;
  z-index: 1;
  line-height: 47.366657px;
  width: 506.33323px;
  margin: 285.833275px auto 0;
}
.relax--tit span {
  display: inline-block;
  width: 194.366627px;
  text-align: center;
  border-radius: 4.899999px;
  background-color: #23AB96;
  color: #fff;
  margin-right: 6.533332px;
}
.relax--tit img {
  position: absolute;
  width: 244.99995px;
  top: -71.866652px;
  right: 0;
}
.relax--txt {
  font-size: 26.133328px;
  line-height: 1.8;
  margin-top: 34.299993px;
  position: relative;
  z-index: 1;
  margin: 34.299993px auto 0;
  width: 506.33323px;
}

.debut {
  padding: 0px 0 108.7799778px;
}
.debut--tit {
  width: 594.533212px;
  display: block;
}
.debut--txt {
  width: 506.33323px;
  margin: 17.966663px auto 0;
  font-size: 26.133328px;
  line-height: 1.8;
}
.debut--txt span {
  background: linear-gradient(transparent 50%, rgb(174, 249, 237) 50%);
}
.debut--pic {
  display: block;
  width: 506.33323px;
  margin: 40.833325px auto 47.366657px;
}
.debut--item {
  margin-left: 66.966653px;
  width: 389.01092061px;
  display: block;
}
.debut--item.two {
  width: 467.42723794px;
  margin-top: 39.199992px;
}
.debut--item.three {
  width: 465.499905px;
  margin-top: 39.199992px;
}
.debut--item.four {
  width: 475.299903px;
  margin-top: 39.199992px;
}

.case {
  height: 1282.166405px;
  box-sizing: border-box;
  padding: 60.433321px 0 0px;
  background-color: #23AB96;
}
.case--tit {
  width: 561.866552px;
  display: block;
}
.case--txt {
  width: 506.33323px;
  margin: 35.05132618px auto 0;
  font-size: 26.133328px;
  line-height: 1.8;
  color: #fff;
}
.case--txt span {
  background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
}
.case--pic {
  display: block;
  width: 538.99989px;
  margin: 39.199992px auto 0px;
}

.what {
  padding: 96.366647px 0 83.299983px;
}
.what--tit {
  width: 563.499885px;
  display: block;
}
.what--pic {
  display: block;
  width: 604.33321px;
  margin: 32.66666px 0 0 auto;
}
.what--txt {
  width: 506.33323px;
  margin: 45.733324px auto 0;
  font-size: 26.133328px;
  line-height: 1.8;
  text-align: justify;
}
.what--txt span {
  background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
}
.what--txt:nth-of-type(2) {
  margin-top: 21.233329px;
}
.what--pic2 {
  display: block;
  width: 506.33323px;
  margin: 57.166655px auto 0;
}
.what--box {
  border: 3.266666px solid #23AB96;
  box-sizing: border-box;
  height: 377.299923px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 48.99999px;
  margin-top: -32.66666px;
  position: relative;
  z-index: 2;
}
.what--tit2 {
  font-size: 32.66666px;
  color: #23AB96;
  position: relative;
  z-index: 1;
  line-height: 47.366657px;
  text-align: center;
  padding-top: 58.799988px;
}
.what--tit2 span {
  display: inline-block;
  width: 173.133298px;
  text-align: center;
  border-radius: 4.899999px;
  background-color: #23AB96;
  color: #fff;
  margin-right: 6.533332px;
}
.what--txt4 {
  font-size: 26.133328px;
  line-height: 1.8;
  width: 439.366577px;
  margin: 19.599996px auto 0;
  font-weight: bold;
}
.what--arrow {
  display: block;
  width: 138.833305px;
  margin: 70.233319px auto 0;
}
.what--txt2 {
  width: 506.33323px;
  margin: 17.966663px auto 0;
  font-size: 26.133328px;
  line-height: 1.8;
  text-align: center;
  color: #23AB96;
}
.what--txt2 span {
  background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
}
.what--ai {
  width: 174.79929766px;
  display: block;
  margin: 27.766661px auto 0;
}
.what--txt3 {
  font-size: 26.133328px;
  line-height: 1.8;
  width: 506.33323px;
  text-align: justify;
  margin: 31.033327px auto 0;
  font-weight: bold;
}

.point {
  background-color: #A0A8D7;
  padding: 94.733314px 0 104.533312px;
}
.point--tit {
  width: 527.566559px;
}
.point--txt {
  width: 454.066574px;
  font-size: 26.133328px;
  line-height: 1.8;
  text-align: left;
  margin: 22.866662px 0 0 65.33332px;
  color: #fff;
}
.point--pic {
  width: 571.66655px;
  display: block;
  margin: 22.866662px auto 32.66666px;
}
.point--item {
  width: 506.33323px;
  display: block;
  margin: 0 auto;
}
.point--item:nth-of-type(n+2) {
  margin-top: 11.433331px;
}
.point--section {
  padding-top: 84.933316px;
}
.point--section.two .point--section--pic {
  margin: 0 0 0 auto;
}
.point--section.three .point--section--tit span {
  width: 437.733244px;
}
.point--section.four {
  padding-bottom: 87.3833155px;
}
.point--section.four .point--section--pic {
  margin: 0 0 0 auto;
}
.point--section--content {
  width: 506.33323px;
  margin: 56.3499885px auto 0;
}
.point--section--pic {
  width: 602.699877px;
  display: block;
}
.point--section--tit {
  font-size: 32.66666px;
  color: #23AB96;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  text-align: left;
}
.point--section--tit span {
  display: inline-block;
  width: 336.466598px;
  text-align: center;
  border-radius: 4.899999px;
  background-color: #23AB96;
  color: #fff;
  line-height: 45.733324px;
}
.point--section--txt {
  font-size: 26.133328px;
  line-height: 1.8;
  margin: 45.733324px auto 0;
  width: 506.33323px;
  font-weight: bold;
  text-align: justify;
}
.point--section--txt span {
  background: linear-gradient(transparent 50%, rgb(174, 249, 237) 50%);
}
.point--section--pic2 {
  width: 506.33323px;
  display: block;
  margin: 26.9499945px auto 0;
}

.quarity {
  background-color: #23AB96;
  padding: 96.366647px 0 101.266646px;
}
.quarity--pic {
  position: relative;
  width: 571.66655px;
  margin: 0 auto;
}
.quarity--pic--tit {
  position: absolute;
  top: 246.633283px;
  font-size: 32.66666px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
.quarity--pic--txt {
  position: absolute;
  top: 409.966583px;
  left: calc((100% - 511.233229px) / 2);
  width: 511.233229px;
  line-height: 1.8;
  color: #005B67;
  font-size: 26.133328px;
  font-weight: bold;
  text-align: justify;
}

.eat {
  padding: 91.466648px 0 83.299983px;
}
.eat--tit {
  width: 509.599896px;
}
.eat--pic {
  width: 329.933266px;
  display: block;
  margin: 32.66666px auto 0;
}
.eat--txt {
  font-size: 26.133328px;
  line-height: 1.8;
  margin: 39.199992px auto 0;
  width: 506.33323px;
  font-weight: bold;
  text-align: justify;
}
.eat--txt span {
  background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
}
.eat--txt:nth-of-type(2) {
  margin-top: 22.866662px;
}

.faq {
  background-color: #23AB96;
  padding: 84.933316px 0 76.766651px;
}
.faq--tit {
  width: 442.633243px;
  margin-bottom: 40.833325px;
}
.faq--item {
  width: 604.33321px;
  background-color: #fff;
  border-radius: 16.33333px;
  padding: 16.33333px;
  box-sizing: border-box;
  margin: 0 auto;
}
.faq--item:nth-of-type(2) {
  margin-top: 21.233329px;
}
.faq--q {
  border: 3.266666px solid #23AB96;
  color: #23AB96;
  border-radius: 11.433331px;
  display: flex;
  align-items: center;
  gap: 6.533332px;
  font-size: 22.866662px;
  padding-left: 14.699997px;
  position: relative;
  height: 55.533322px;
}
.faq--q:after {
  content: "";
  width: 3.266666px;
  height: 16.33333px;
  background-color: #fff;
  z-index: 5;
  position: absolute;
  right: 17.966663px;
  border-radius: 3.266666px;
}
.faq--q.active:after {
  display: none;
}
.faq--q p {
  width: 481.833235px;
}
.faq--q span {
  font-size: 29.399994px;
  padding-top: 1.633333px;
}
.faq--q img {
  width: 29.399994px;
}
.faq--a {
  display: flex;
  align-items: flex-start;
  gap: 6.533332px;
  padding-left: 14.699997px;
}
.faq--a span {
  font-size: 29.399994px;
  padding-top: 1.633333px;
}
.faq--a--txt {
  width: 529.199892px;
  font-size: 22.866662px;
  line-height: 1.6;
  font-weight: bold;
  text-align: justify;
}

.graf {
  display: block;
  width: 604.33321px;
  margin: 104.533312px auto 78.399984px;
}

.page {
  padding-top: 184.566629px;
}
.page--tit {
  font-size: 48.99999px;
  color: #003C5A;
  width: 506.33323px;
  margin: 0 auto;
}
.page--tit span {
  font-size: 22.866662px;
  display: block;
  font-weight: 500;
  margin-top: 16.33333px;
}

.table {
  width: 506.33323px;
  margin: 57.166655px auto 0;
  font-size: 26.133328px;
}

.ttit {
  width: 195.99996px;
  text-align: left;
  line-height: 1.6;
  font-weight: bold;
  padding: 24.499995px 0;
}

.tdata {
  line-height: 1.6;
  font-weight: bold;
  padding: 24.499995px 0;
}
.tdata span {
  font-size: 19.599996px;
  display: block;
}

.priv--tit2 {
  font-size: 26.133328px;
  font-weight: bold;
  width: 506.33323px;
  margin: 48.99999px auto 0;
}
.priv--tit3 {
  font-size: 26.133328px;
  font-weight: bold;
  line-height: 1.6;
  width: 506.33323px;
  margin: 48.99999px auto 0;
}
.priv--txt {
  font-size: 26.133328px;
  line-height: 1.6;
  font-weight: normal;
  width: 506.33323px;
  margin: 16.33333px auto 0;
}

.contact--form {
  display: block;
  width: 506.33323px;
  margin: 97.99998px auto 0;
}
.contact--form input {
  border: 1.633333px solid #dbdbdb;
  display: block;
  height: 52.266656px;
  width: 100%;
  padding: 16.33333px;
  box-sizing: border-box;
}
.contact--form label {
  display: flex;
  align-items: center;
  gap: 8.166665px;
  margin-top: 48.99999px;
}
.contact--form input[type=checkbox i] {
  display: inline-block;
  width: 32.66666px;
  height: 32.66666px;
}
.contact--form textarea {
  border: 1.633333px solid #dbdbdb;
  display: block;
  height: 187.833295px;
  width: 100%;
  padding: 16.33333px;
  box-sizing: border-box;
}
.contact--form .contact--submit {
  width: 457.33324px;
  height: 65.33332px;
  display: block;
  margin: 65.33332px auto 0;
  background-color: #333;
  color: #fff;
  font-size: 22.866662px;
  font-weight: 400;
}
.contact--tit {
  font-weight: bold;
  margin-bottom: 16.33333px;
}
.contact--tit:nth-of-type(n+2) {
  margin: 48.99999px 0 16.33333px;
}

.required:after {
  color: #e26e3f;
  content: "*";
  margin: -0.2em 0 0 0.2em;
}

@media (max-width: 500px) {
  body {
    background-image: url(../img/bg.webp);
    background-size: cover;
    background-position: center;
  }
  main {
    max-width: 390px;
    margin: 0 auto;
  }
  .header {
    position: fixed;
    width: 390px;
    left: calc((100% - 390px) / 2);
    top: 17px;
    z-index: 100;
  }
  .header--content {
    display: flex;
    justify-content: flex-end;
    width: 350px;
    margin: 0 auto;
    position: relative;
    height: auto;
  }
  .header--logo {
    width: 80.46px;
    position: absolute;
    left: calc((100% - 350px) / 2);
    top: 29px;
    z-index: 1000;
  }
  .header--toggle {
    width: 48px;
  }
  .nav {
    width: 349px;
    height: 292px;
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    padding-top: 84px;
    position: fixed;
    z-index: 10;
    top: 17px;
    left: calc((100% - 349px) / 2);
    display: none;
  }
  .nav--list {
    width: 254px;
    margin: 0 auto;
  }
  .nav--item {
    font-size: 16px;
    font-weight: 900;
    color: #003C5A;
  }
  .nav--item:nth-of-type(n+2) {
    margin-top: 25px;
  }
  .nav--item a {
    color: #003C5A;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav--item img {
    width: 20px;
    display: block;
  }
  .attent {
    padding-bottom: 59px;
  }
  .attent--content {
    width: 310px;
    margin: 44px auto 0;
    padding-bottom: 47px;
    border-bottom: 2px solid #272929;
  }
  .attent--tit {
    margin-bottom: 26px;
  }
  .attent--txt {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
  }
  .attent--txt:nth-of-type(n+2) {
    margin-top: 18px;
  }
  .attent--txt.red {
    margin-top: 0;
  }
  .attent--txt.red span {
    background: linear-gradient(transparent 50%, rgba(223, 14, 14, 0.3) 50%);
  }
  .cv {
    position: relative;
  }
  .cv--btn {
    position: absolute;
    display: block;
    width: 310px;
    left: calc((100% - 310px) / 2);
    top: 503px;
  }
  .cv--btn2 {
    position: absolute;
    display: block;
    width: 196px;
    top: 687px;
    left: 156px;
  }
  .worry {
    position: relative;
    padding-top: 48px;
    margin-top: -19px;
    height: 1975px;
  }
  .worry--bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .worry--tit {
    width: 270px;
    position: relative;
    z-index: 1;
  }
  .worry--pic {
    width: 368.1px;
    display: block;
    margin: 23px auto 0;
    position: relative;
    z-index: 1;
  }
  .worry--tit2 {
    font-size: 20px;
    color: #005B67;
    position: relative;
    z-index: 1;
    line-height: 29px;
    width: 310px;
    margin: 36px auto 0;
  }
  .worry--tit2 span {
    display: inline-block;
    width: 97px;
    text-align: center;
    border-radius: 3px;
    background-color: #005B67;
    color: #fff;
    margin-right: 4px;
  }
  .worry--txt {
    width: 320px;
    margin: 20px auto 0;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
  }
  .worry--txt:nth-last-of-type(2) {
    margin-top: 14px;
  }
  .worry--box {
    position: relative;
    z-index: 1;
    width: 310px;
    height: 258px;
    padding-top: 33px;
    padding-left: 42px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px;
    margin: 46px auto 0;
  }
  .worry--box--tit {
    line-height: 1.4;
    font-size: 20px;
    color: #005B67;
    margin-bottom: 21px;
  }
  .worry--box--txt {
    font-size: 16px;
    line-height: 1.8;
  }
  .worry--box--txt img {
    width: 12px;
    margin-right: 7px;
    line-height: 1.8;
  }
  .relax--tit {
    font-size: 20px;
    color: #23AB96;
    position: relative;
    z-index: 1;
    line-height: 29px;
    width: 310px;
    margin: 175px auto 0;
  }
  .relax--tit span {
    display: inline-block;
    width: 119px;
    text-align: center;
    border-radius: 3px;
    background-color: #23AB96;
    color: #fff;
    margin-right: 4px;
  }
  .relax--tit img {
    position: absolute;
    width: 150px;
    top: -44px;
    right: 0;
  }
  .relax--txt {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 21px;
    position: relative;
    z-index: 1;
    margin: 21px auto 0;
    width: 310px;
  }
  .debut {
    padding: 0px 0 66.6px;
  }
  .debut--tit {
    width: 364px;
    display: block;
  }
  .debut--txt {
    width: 310px;
    margin: 11px auto 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .debut--txt span {
    background: linear-gradient(transparent 50%, rgb(174, 249, 237) 50%);
  }
  .debut--pic {
    display: block;
    width: 310px;
    margin: 25px auto 29px;
  }
  .debut--item {
    margin-left: 41px;
    width: 238.17px;
    display: block;
  }
  .debut--item.two {
    width: 286.18px;
    margin-top: 24px;
  }
  .debut--item.three {
    width: 285px;
    margin-top: 24px;
  }
  .debut--item.four {
    width: 291px;
    margin-top: 24px;
  }
  .case {
    height: 785px;
    box-sizing: border-box;
    padding: 37px 0 0px;
    background-color: #23AB96;
  }
  .case--tit {
    width: 344px;
    display: block;
  }
  .case--txt {
    width: 310px;
    margin: 21.46px auto 0;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
  }
  .case--txt span {
    background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
  }
  .case--pic {
    display: block;
    width: 330px;
    margin: 24px auto 0px;
  }
  .what {
    padding: 59px 0 51px;
  }
  .what--tit {
    width: 345px;
    display: block;
  }
  .what--pic {
    display: block;
    width: 370px;
    margin: 20px 0 0 auto;
  }
  .what--txt {
    width: 310px;
    margin: 28px auto 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
  }
  .what--txt span {
    background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
  }
  .what--txt:nth-of-type(2) {
    margin-top: 13px;
  }
  .what--pic2 {
    display: block;
    width: 310px;
    margin: 35px auto 0;
  }
  .what--box {
    border: 2px solid #23AB96;
    box-sizing: border-box;
    height: 231px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
  }
  .what--tit2 {
    font-size: 20px;
    color: #23AB96;
    position: relative;
    z-index: 1;
    line-height: 29px;
    text-align: center;
    padding-top: 36px;
  }
  .what--tit2 span {
    display: inline-block;
    width: 106px;
    text-align: center;
    border-radius: 3px;
    background-color: #23AB96;
    color: #fff;
    margin-right: 4px;
  }
  .what--txt4 {
    font-size: 16px;
    line-height: 1.8;
    width: 269px;
    margin: 12px auto 0;
    font-weight: bold;
  }
  .what--arrow {
    display: block;
    width: 85px;
    margin: 43px auto 0;
  }
  .what--txt2 {
    width: 310px;
    margin: 11px auto 0;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #23AB96;
  }
  .what--txt2 span {
    background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
  }
  .what--ai {
    width: 107.02px;
    display: block;
    margin: 17px auto 0;
  }
  .what--txt3 {
    font-size: 16px;
    line-height: 1.8;
    width: 310px;
    text-align: justify;
    margin: 19px auto 0;
    font-weight: bold;
  }
  .point {
    background-color: #A0A8D7;
    padding: 58px 0 64px;
  }
  .point--tit {
    width: 323px;
  }
  .point--txt {
    width: 278px;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    margin: 14px 0 0 40px;
    color: #fff;
  }
  .point--pic {
    width: 350px;
    display: block;
    margin: 14px auto 20px;
  }
  .point--item {
    width: 310px;
    display: block;
    margin: 0 auto;
  }
  .point--item:nth-of-type(n+2) {
    margin-top: 7px;
  }
  .point--section {
    padding-top: 52px;
  }
  .point--section.two .point--section--pic {
    margin: 0 0 0 auto;
  }
  .point--section.three .point--section--tit span {
    width: 268px;
  }
  .point--section.four {
    padding-bottom: 53.5px;
  }
  .point--section.four .point--section--pic {
    margin: 0 0 0 auto;
  }
  .point--section--content {
    width: 310px;
    margin: 34.5px auto 0;
  }
  .point--section--pic {
    width: 369px;
    display: block;
  }
  .point--section--tit {
    font-size: 20px;
    color: #23AB96;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    text-align: left;
  }
  .point--section--tit span {
    display: inline-block;
    width: 206px;
    text-align: center;
    border-radius: 3px;
    background-color: #23AB96;
    color: #fff;
    line-height: 28px;
  }
  .point--section--txt {
    font-size: 16px;
    line-height: 1.8;
    margin: 28px auto 0;
    width: 310px;
    font-weight: bold;
    text-align: justify;
  }
  .point--section--txt span {
    background: linear-gradient(transparent 50%, rgb(174, 249, 237) 50%);
  }
  .point--section--pic2 {
    width: 310px;
    display: block;
    margin: 16.5px auto 0;
  }
  .quarity {
    background-color: #23AB96;
    padding: 59px 0 62px;
  }
  .quarity--pic {
    position: relative;
    width: 350px;
    margin: 0 auto;
  }
  .quarity--pic--tit {
    position: absolute;
    top: 151px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
  .quarity--pic--txt {
    position: absolute;
    top: 251px;
    left: calc((100% - 313px) / 2);
    width: 313px;
    line-height: 1.8;
    color: #005B67;
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
  }
  .eat {
    padding: 56px 0 51px;
  }
  .eat--tit {
    width: 312px;
  }
  .eat--pic {
    width: 202px;
    display: block;
    margin: 20px auto 0;
  }
  .eat--txt {
    font-size: 16px;
    line-height: 1.8;
    margin: 24px auto 0;
    width: 310px;
    font-weight: bold;
    text-align: justify;
  }
  .eat--txt span {
    background: linear-gradient(transparent 50%, rgb(244, 201, 67) 50%);
  }
  .eat--txt:nth-of-type(2) {
    margin-top: 14px;
  }
  .faq {
    background-color: #23AB96;
    padding: 52px 0 47px;
  }
  .faq--tit {
    width: 271px;
    margin-bottom: 25px;
  }
  .faq--item {
    width: 370px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .faq--item:nth-of-type(2) {
    margin-top: 13px;
  }
  .faq--q {
    border: 2px solid #23AB96;
    color: #23AB96;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    padding-left: 9px;
    height: 34px;
    position: relative;
  }
  .faq--q:after {
    content: "";
    width: 2px;
    height: 10px;
    background-color: #fff;
    z-index: 5;
    position: absolute;
    right: 11px;
    border-radius: 2px;
  }
  .faq--q p {
    width: 295px;
  }
  .faq--q span {
    font-size: 18px;
    padding-top: 1px;
  }
  .faq--q img {
    width: 18px;
  }
  .faq--a {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    padding-left: 9px;
  }
  .faq--a span {
    font-size: 18px;
    padding-top: 1px;
  }
  .faq--a--txt {
    width: 324px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold;
    text-align: justify;
  }
  .graf {
    display: block;
    width: 370px;
    margin: 64px auto 48px;
  }
  .page {
    padding-top: 113px;
  }
  .page--tit {
    font-size: 30px;
    color: #003C5A;
    width: 310px;
    margin: 0 auto;
  }
  .page--tit span {
    font-size: 14px;
    display: block;
    font-weight: 500;
    margin-top: 10px;
  }
  .table {
    width: 310px;
    margin: 35px auto 0;
    font-size: 16px;
  }
  .ttit {
    width: 120px;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    padding: 15px 0;
  }
  .tdata {
    line-height: 1.6;
    font-weight: bold;
    padding: 15px 0;
  }
  .tdata span {
    font-size: 12px;
    display: block;
  }
  .priv--tit2 {
    font-size: 16px;
    font-weight: bold;
    width: 310px;
    margin: 30px auto 0;
  }
  .priv--tit3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    width: 310px;
    margin: 30px auto 0;
  }
  .priv--txt {
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    width: 310px;
    margin: 10px auto 0;
  }
  .contact--form {
    display: block;
    width: 310px;
    margin: 60px auto 0;
  }
  .contact--form input {
    border: 1px solid #dbdbdb;
    display: block;
    height: 32px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contact--form label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
  }
  .contact--form input[type=checkbox i] {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .contact--form textarea {
    border: 1px solid #dbdbdb;
    display: block;
    height: 115px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .contact--form .contact--submit {
    width: 280px;
    height: 40px;
    display: block;
    margin: 40px auto 0;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
  .contact--tit {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact--tit:nth-of-type(n+2) {
    margin: 30px 0 10px;
  }
  .required:after {
    color: #e26e3f;
    content: "*";
    margin: -0.2em 0 0 0.2em;
  }
}/*# sourceMappingURL=style.css.map */