@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  margin-top: 0 !important;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@keyframes underLineTitleAnimation {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
.-hoverZoom {
  overflow: hidden;
  width: 100%;
}
.-hoverZoom_filter {
  overflow: hidden;
}
.-hoverZoom:hover img {
  transform: scale(1.1);
}
.-hoverZoom img {
  transform: scale(1);
  transition: 0.3s;
}

.-tr03 {
  transition: 0.3s;
}

.isPc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}

.isPcXl {
  display: block;
}
@media screen and (max-width: 1330px) {
  .isPcXl {
    display: none;
  }
}

.isPcLg {
  display: block;
}
@media screen and (max-width: 1100px) {
  .isPcLg {
    display: none;
  }
}

.isSp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}

.isLg {
  display: none;
}
@media screen and (max-width: 1100px) {
  .isLg {
    display: block;
  }
}

.isXl {
  display: none;
}
@media screen and (max-width: 1330px) {
  .isXl {
    display: block;
  }
}

@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Bold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "SourceHanSansJP";
  src: url("../font/SourceHanSansJP-Heavy.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "enfont";
  src: url("../font/AcuminPro-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "enfont";
  src: url("../font/AcuminPro-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "enfont-sub";
  src: url("../font/FuturaCyrillicDemi.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "mv_font";
  src: url("../font/A-OTF-RyuminPro-Bold.otf") format("opentype");
  font-weight: 600;
}
* {
  min-height: 0vw;
  min-height: 0;
}

body {
  color: #747474;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.095em;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  body {
    font-size: clamp(0.75rem, 0.1741741742rem + 1.2012012012vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.subFont {
  font-family: serif;
}

.en {
  font-family: "AcuminPro-Regular", sans-serif;
  font-weight: 400;
}

.en-sub {
  font-family: "AcuminPro-Medium", sans-serif;
  font-weight: 500;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a.-under-line {
  text-decoration: underline;
}
a.-under-line:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}
ul.-list-style li {
  margin-left: 20px;
  list-style: disc !important;
  margin-bottom: 15px;
}

ol li {
  margin-left: 20px;
}

table {
  border-collapse: collapse;
}

label {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.nowrap {
  white-space: nowrap;
}

.hidden {
  overflow: hidden;
}

.-bgWhite {
  background: #fff;
}

.-bgMain {
  background: #00b2bc;
}

.-bgSub {
  background: #edfdfe;
}

.-bgGray {
  background: #f6f6f6;
}

.-bgGray02 {
  background: #f0f0f0;
}

.-bgGray03 {
  background: #717171;
}

.-bgSub {
  background: #edfdfe;
}

.-bgFooter {
  background: #dddddd;
}

.-bgOrange {
  background: #f39c43;
}

.-bgRed {
  background: #fcf2f2;
}

.-fcWhite {
  color: #fff;
}

.-fcMain {
  color: #00b2bc;
}

.-fcCatch {
  color: #edfdfe;
}

.-fcGray {
  color: #929292;
}

.-fcRed {
  color: #ff0000;
}

.hoverReverseOpacity > ul li a {
  display: block;
}
.hoverReverseOpacity > ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1137254902);
}
.hoverReverseOpacity > ul li a span {
  display: block;
  width: 100%;
  text-align: center;
}
.hoverReverseOpacity > ul:hover li a {
  display: block;
}
.hoverReverseOpacity > ul:hover li a:not(:hover)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3803921569);
}

.demo-arrow::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: solid 2px #5070e3;
  border-right: solid 2px #5070e3;
}

.arrow-top::before {
  transform: rotate(-45deg) translateY(-50%);
}

.arrow-bottom::before {
  transform: rotate(135deg) translateY(-50%);
}

.arrow-left::before {
  transform: rotate(-135deg) translateY(-50%);
}

.arrow-right::before {
  transform: rotate(45deg) translateY(-50%);
}

.triangle-top {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid black;
}

.triangle-right {
  width: 0;
  height: 0;
  border-left: 30px solid black;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid black;
  border-bottom: 30px solid transparent;
}

.triangle-bottom {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid black;
}

.cp_arrows {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.cp_arrows span {
  display: inline-block;
  background: #f6f6f6;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  transition: 0.3s;
}

/*矢印の縦線*/
.cp_arrows [class*=cp_arrow] {
  position: relative;
  vertical-align: middle;
  left: -2.5px;
  top: 1.5px;
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #ffffff;
  margin: 0 20px;
}
@media screen and (max-width: 1100px) {
  .cp_arrows [class*=cp_arrow] {
    top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .cp_arrows [class*=cp_arrow] {
    top: 4px;
  }
}

/*矢印の＜の部分*/
.cp_arrows [class*=cp_arrow]:before,
.cp_arrows [class*=cp_arrow]:after {
  position: absolute;
  content: "";
  top: 0px;
  width: 1px;
  height: 10px;
  background: #ffffff;
}

.cp_arrows [class*=cp_arrow]:before {
  left: 4px;
  transform: rotate(-45deg);
}

.cp_arrows [class*=cp_arrow]:after {
  right: 4px;
  transform: rotate(45deg);
}

/*それぞれの角度*/
.cp_arrows .cp_arrow_left {
  transform: rotate(-90deg);
}

.cp_arrows .cp_arrow_right {
  transform: rotate(90deg);
}

.cp_arrows .cp_arrow_up {
  transform: rotate(0deg);
}

.cp_arrows .cp_arrow_down {
  transform: rotate(180deg);
}

.cp_arrows .cp_arrow_left_up {
  transform: rotate(-45deg);
}

.cp_arrows .cp_arrow_left_down {
  transform: rotate(-135deg);
}

.cp_arrows .cp_arrow_right_up {
  transform: rotate(45deg);
}

.cp_arrows .cp_arrow_right_down {
  transform: rotate(135deg);
}

.circle_arrows span {
  display: inline-block;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

/*矢印の縦線*/
.circle_arrows [class*=circle_arrow] {
  position: relative;
  vertical-align: middle;
  left: -2.5px;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #dfdfdf;
  margin: 0 20px;
}

/*矢印の＜の部分*/
.circle_arrows [class*=circle_arrow]:after {
  position: absolute;
  content: "";
  top: -2px;
  width: 1px;
  height: 8px;
  background: #dfdfdf;
}

.circle_arrows [class*=circle_arrow]:after {
  right: 3px;
  transform: rotate(45deg);
}

/*それぞれの角度*/
.circle_arrows .circle_arrow_right {
  transform: rotate(90deg);
}

.-isArrow {
  position: relative;
  padding-right: 5px;
}
.-isArrow .arrow-block {
  position: absolute;
  top: 60%;
  left: 100%;
  transform: translateY(-50%);
}
.-isArrow .arrow {
  position: relative;
  left: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #535353;
}
.-isArrow .arrow::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
  transition: 0.3s ease-in;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 8.5px;
  left: 1.5px;
}

.-sideAuto {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .-sideAuto_hasPc {
    margin-left: 0;
    margin-right: 0;
  }
}
.-sideAuto_hasSp {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .-sideAuto_hasSp {
    margin-left: auto;
    margin-right: auto;
  }
}

.-sideRight {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .-sideRight_hasPc {
    margin-left: 0;
    margin-right: 0;
  }
}
.-sideRight_SpAuto {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .-sideRight_SpAuto {
    margin-left: auto;
    margin-right: auto;
  }
}

.-w10 {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .-w10.-spW100 {
    width: 100%;
  }
  .-w10.-spW50 {
    width: 50%;
  }
}

.-w20 {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .-w20.-spW100 {
    width: 100%;
  }
  .-w20.-spW50 {
    width: 50%;
  }
}

.-w30 {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .-w30.-spW100 {
    width: 100%;
  }
  .-w30.-spW50 {
    width: 50%;
  }
}

.-w40 {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .-w40.-spW100 {
    width: 100%;
  }
  .-w40.-spW50 {
    width: 50%;
  }
}

.-w50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .-w50.-spW100 {
    width: 100%;
  }
  .-w50.-spW50 {
    width: 50%;
  }
}

.-w60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .-w60.-spW100 {
    width: 100%;
  }
  .-w60.-spW50 {
    width: 50%;
  }
}

.-w70 {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .-w70.-spW100 {
    width: 100%;
  }
  .-w70.-spW50 {
    width: 50%;
  }
}

.-w80 {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .-w80.-spW100 {
    width: 100%;
  }
  .-w80.-spW50 {
    width: 50%;
  }
}

.-w90 {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .-w90.-spW100 {
    width: 100%;
  }
  .-w90.-spW50 {
    width: 50%;
  }
}

.-w100 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .-w100.-spW100 {
    width: 100%;
  }
  .-w100.-spW50 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .-spW100 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .-spW50 {
    width: 50%;
  }
}

.-m60 {
  margin: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-m60 {
    margin: clamp(2.625rem, 0.0337837838rem + 5.4054054054vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-m60 {
    margin: 40px;
  }
}

.-m50 {
  margin: 50px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-m50 {
    margin: clamp(2.1875rem, 0.0281531532rem + 4.5045045045vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-m50 {
    margin: 30px;
  }
}

.-m40 {
  margin: 40px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-m40 {
    margin: clamp(2rem, 2.2879129129rem - 0.6006006006vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-m40 {
    margin: 30px;
  }
}

.-m30 {
  margin: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-m30 {
    margin: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-m30 {
    margin: 20px;
  }
}

.-m20 {
  margin: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-m20 {
    margin: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-m20 {
    margin: 10px;
  }
}

.-m10 {
  margin: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-m10 {
    margin: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-m10 {
    margin: 5px;
  }
}

.-mv60 {
  margin: 60px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mv60 {
    margin: clamp(2.625rem, 0.0337837838rem + 5.4054054054vw, 3.75rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .-mv60 {
    margin: 40px 0;
  }
}

.-mv0 {
  margin: 50px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mv0 {
    margin: clamp(2.1875rem, 0.0281531532rem + 4.5045045045vw, 3.125rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .-mv0 {
    margin: 30px 0;
  }
}

.-mv40 {
  margin: 40px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mv40 {
    margin: clamp(2rem, 2.2879129129rem - 0.6006006006vw, 1.875rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .-mv40 {
    margin: 30px 0;
  }
}

.-mv30 {
  margin: 30px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mv30 {
    margin: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .-mv30 {
    margin: 20px 0;
  }
}

.-mv20 {
  margin: 20px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mv20 {
    margin: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .-mv20 {
    margin: 10px 0;
  }
}

.-mv10 {
  margin: 10px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mv10 {
    margin: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .-mv10 {
    margin: 5px 0;
  }
}

.-mh60 {
  margin: 0 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mh60 {
    margin: 0 clamp(2.625rem, 0.0337837838rem + 5.4054054054vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mh60 {
    margin: 0 40px;
  }
}

.-mh50 {
  margin: 0 50px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mh50 {
    margin: 0 clamp(2.1875rem, 0.0281531532rem + 4.5045045045vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mh50 {
    margin: 0 30px;
  }
}

.-mh40 {
  margin: 0 40px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mh40 {
    margin: 0 clamp(2rem, 2.2879129129rem - 0.6006006006vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mh40 {
    margin: 0 30px;
  }
}

.-mh30 {
  margin: 0 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mh30 {
    margin: 0 clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mh30 {
    margin: 0 20px;
  }
}

.-mh20 {
  margin: 0 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mh20 {
    margin: 0 clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mh20 {
    margin: 0 10px;
  }
}

.-mh10 {
  margin: 0 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mh10 {
    margin: 0 clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mh10 {
    margin: 0 5px;
  }
}

.-mt90 {
  margin-top: 90px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mt90 {
    margin-top: clamp(3.75rem, -0.5686936937rem + 9.009009009vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mt90 {
    margin-top: 60px;
  }
}

.-mt60 {
  margin-top: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mt60 {
    margin-top: clamp(2.625rem, 0.0337837838rem + 5.4054054054vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 40px;
  }
}

.-mt50 {
  margin-top: 50px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mt50 {
    margin-top: clamp(2.1875rem, 0.0281531532rem + 4.5045045045vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 30px;
  }
}

.-mt40 {
  margin-top: 40px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mt40 {
    margin-top: clamp(2rem, 2.2879129129rem - 0.6006006006vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 30px;
  }
}

.-mt30 {
  margin-top: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mt30 {
    margin-top: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 20px;
  }
}

.-mt20 {
  margin-top: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mt20 {
    margin-top: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 10px;
  }
}

.-mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mt10 {
    margin-top: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 5px;
  }
}

.-mt5 {
  margin-top: 5px;
}

.-mt10_ {
  margin-top: 10px;
}

.-mb60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mb60 {
    margin-bottom: clamp(2.625rem, 0.0337837838rem + 5.4054054054vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mb60 {
    margin-bottom: 40px;
  }
}

.-mb50 {
  margin-bottom: 50px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mb50 {
    margin-bottom: clamp(2.1875rem, 0.0281531532rem + 4.5045045045vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mb50 {
    margin-bottom: 30px;
  }
}

.-mb40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mb40 {
    margin-bottom: clamp(2rem, 2.2879129129rem - 0.6006006006vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mb40 {
    margin-bottom: 30px;
  }
}

.-mb30 {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mb30 {
    margin-bottom: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 20px;
  }
}

.-mb20 {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mb20 {
    margin-bottom: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 10px;
  }
}

.-mb15 {
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mb15 {
    margin-bottom: clamp(0.6875rem, 0.1116741742rem + 1.2012012012vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 11px;
  }
}

.-mb10 {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-mb10 {
    margin-bottom: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 5px;
  }
}

.-mb3 {
  margin-bottom: 3px;
}

.-pl30 {
  padding-left: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pl30 {
    padding-left: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pl30 {
    padding-left: 20px;
  }
}

.-pl20 {
  padding-left: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pl20 {
    padding-left: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pl20 {
    padding-left: 10px;
  }
}

.-pl15 {
  padding-left: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pl15 {
    padding-left: clamp(0.6875rem, 0.1116741742rem + 1.2012012012vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pl15 {
    padding-left: 11px;
  }
}

.-pl10 {
  padding-left: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pl10 {
    padding-left: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pl10 {
    padding-left: 5px;
  }
}

.-pr45 {
  padding-right: 45px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pr45 {
    padding-right: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pr45 {
    padding-right: 20px;
  }
}

.-pr30 {
  padding-right: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pr30 {
    padding-right: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pr30 {
    padding-right: 20px;
  }
}

.-pr20 {
  padding-right: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pr20 {
    padding-right: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pr20 {
    padding-right: 10px;
  }
}

.-pr15 {
  padding-right: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pr15 {
    padding-right: clamp(0.6875rem, 0.1116741742rem + 1.2012012012vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pr15 {
    padding-right: 11px;
  }
}

.-pr10 {
  padding-right: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pr10 {
    padding-right: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pr10 {
    padding-right: 5px;
  }
}

.-pt30 {
  padding-top: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pt30 {
    padding-top: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pt30 {
    padding-top: 20px;
  }
}

.-pt20 {
  padding-top: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pt20 {
    padding-top: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pt20 {
    padding-top: 10px;
  }
}

.-pt15 {
  padding-top: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pt15 {
    padding-top: clamp(0.6875rem, 0.1116741742rem + 1.2012012012vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pt15 {
    padding-top: 11px;
  }
}

.-pt10 {
  padding-top: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pt10 {
    padding-top: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pt10 {
    padding-top: 5px;
  }
}

.-pb30 {
  padding-bottom: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pb30 {
    padding-bottom: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pb30 {
    padding-bottom: 20px;
  }
}

.-pb20 {
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pb20 {
    padding-bottom: clamp(0.8125rem, -0.1951951952rem + 2.1021021021vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pb20 {
    padding-bottom: 10px;
  }
}

.-pb15 {
  padding-bottom: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pb15 {
    padding-bottom: clamp(0.6875rem, 0.1116741742rem + 1.2012012012vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pb15 {
    padding-bottom: 11px;
  }
}

.-pb10 {
  padding-bottom: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-pb10 {
    padding-bottom: clamp(0.375rem, -0.2008258258rem + 1.2012012012vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-pb10 {
    padding-bottom: 5px;
  }
}

.-pv10 {
  padding: 10px 0;
}

.-textShadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1568627451), 0 0 10px rgba(0, 0, 0, 0.1568627451), 0 0 10px rgba(0, 0, 0, 0.1568627451), 0 0 10px rgba(0, 0, 0, 0.1568627451);
}

.-fs150 {
  font-size: 150px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs150 {
    font-size: clamp(6.125rem, -1.3607357357rem + 15.6156156156vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs150 {
    font-size: clamp(2.8125rem, 0.6845556745rem + 11.3490364026vw, 6.125rem);
  }
}

.-fs140 {
  font-size: 140px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs140 {
    font-size: clamp(5.5rem, -1.9857357357rem + 15.6156156156vw, 8.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs140 {
    font-size: clamp(2.1875rem, 0.0595556745rem + 11.3490364026vw, 5.5rem);
  }
}

.-fs120 {
  font-size: 120px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs120 {
    font-size: clamp(4.25rem, -3.2357357357rem + 15.6156156156vw, 7.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs120 {
    font-size: clamp(2.8125rem, 0.6845556745rem + 11.3490364026vw, 6.125rem);
  }
}

.-fs88 {
  font-size: 88px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs88 {
    font-size: clamp(3.75rem, -0.2807807808rem + 8.4084084084vw, 5.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs88 {
    font-size: clamp(2.1875rem, 1.1837526767rem + 5.3533190578vw, 3.75rem);
  }
}

.-fs68 {
  font-size: 68px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs68 {
    font-size: clamp(2.5rem, -1.5307807808rem + 8.4084084084vw, 4.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs68 {
    font-size: clamp(2.1875rem, 1.9867505353rem + 1.0706638116vw, 2.5rem);
  }
}

.-fs48 {
  font-size: 48px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs48 {
    font-size: clamp(1.875rem, -0.7162162162rem + 5.4054054054vw, 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs48 {
    font-size: clamp(1.875rem, -0.7162162162rem + 5.4054054054vw, 3rem);
  }
}

.-fs42 {
  font-size: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs42 {
    font-size: clamp(2.375rem, 1.7991741742rem + 1.2012012012vw, 2.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs42 {
    font-size: clamp(2rem, 1.7591006424rem + 1.2847965739vw, 2.375rem);
  }
}

.-fs36 {
  font-size: 36px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs36 {
    font-size: clamp(1.875rem, 1.0112612613rem + 1.8018018018vw, 2.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs36 {
    font-size: clamp(1.5rem, 1.2591006424rem + 1.2847965739vw, 1.875rem);
  }
}

.-fs30 {
  font-size: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs30 {
    font-size: clamp(1.5rem, 0.6362612613rem + 1.8018018018vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs30 {
    font-size: clamp(1.5rem, 0.6362612613rem + 1.8018018018vw, 1.875rem);
  }
}

.-fs28 {
  font-size: 28px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs28 {
    font-size: clamp(1.5rem, 0.9241741742rem + 1.2012012012vw, 1.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs28 {
    font-size: 26px;
  }
}

.-fs26 {
  font-size: 26px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs26 {
    font-size: clamp(1.375rem, 0.7991741742rem + 1.2012012012vw, 1.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs26 {
    font-size: 24px;
  }
}

.-fs24 {
  font-size: 24px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs24 {
    font-size: clamp(1.25rem, 0.6741741742rem + 1.2012012012vw, 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs24 {
    font-size: 22px;
  }
}

.-fs22 {
  font-size: 22px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs22 {
    font-size: clamp(1.125rem, 0.5491741742rem + 1.2012012012vw, 1.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs22 {
    font-size: 18px;
  }
}

.-fs20 {
  font-size: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs20 {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs20 {
    font-size: 18px;
  }
}

.-fs18 {
  font-size: 18px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs18 {
    font-size: clamp(0.875rem, 0.2991741742rem + 1.2012012012vw, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs18 {
    font-size: 18px;
  }
}

.-fs16 {
  font-size: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs16 {
    font-size: clamp(0.75rem, 0.1741741742rem + 1.2012012012vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs16 {
    font-size: 14px;
  }
}

.-fs15 {
  font-size: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs15 {
    font-size: clamp(0.6875rem, 0.1116741742rem + 1.2012012012vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs15 {
    font-size: 13px;
  }
}

.-fs14 {
  font-size: 14px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs14 {
    font-size: clamp(0.625rem, 0.0491741742rem + 1.2012012012vw, 0.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs14 {
    font-size: 12px;
  }
}

.-fs12 {
  font-size: 12px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs12 {
    font-size: clamp(0.5625rem, 0.1306306306rem + 0.9009009009vw, 0.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs12 {
    font-size: 10px;
  }
}

.-fs10 {
  font-size: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-fs10 {
    font-size: clamp(0.5rem, -0.0758258258rem + 1.2012012012vw, 0.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .-fs10 {
    font-size: 10px;
  }
}

.-fwB {
  font-weight: 700;
}

.-fwM {
  font-weight: 500;
}

.-fwR {
  font-weight: 400;
}

.-fsNormal {
  font-style: normal;
}

.-fsItalic {
  font-style: italic;
}

.top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  background-color: #00b2bc;
  border: 1px solid #00b2bc;
  transition: 0.3s;
}
.top-btn:hover {
  color: #00b2bc;
  background-color: #fff;
  transition: 0.3s;
}
.top-btn:hover.-is-arrow .arrow {
  background: #00b2bc;
  transition: 0.3s;
}
.top-btn:hover.-is-arrow .arrow::before {
  background: #fff;
  transition: 0.3s;
}
.top-btn:hover.-is-arrow .arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}

.form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  background-color: #00b2bc;
  border: 1px solid #00b2bc;
  transition: 0.3s;
  max-width: 375px;
  margin-top: 90px;
}
.form-btn.-mt0 {
  margin-top: 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-btn {
    margin-top: clamp(3.75rem, -0.5686936937rem + 9.009009009vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .form-btn {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.form-btn.-is-arrow {
  position: relative;
  gap: 20px;
}
.form-btn.-is-arrow .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
}
.form-btn.-is-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #00b2bc;
}
.form-btn.-is-arrow .arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 46%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00b2bc;
  border-right: 2px solid #00b2bc;
  transform: rotate(45deg) translateY(-50%);
}
.form-btn:hover {
  color: #00b2bc;
  background-color: #fff;
  transition: 0.3s;
}
.form-btn:hover.-is-arrow .arrow {
  background: #00b2bc;
  transition: 0.3s;
}
.form-btn:hover.-is-arrow .arrow::before {
  background: #fff;
  transition: 0.3s;
}
.form-btn:hover.-is-arrow .arrow::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}
.form-btn input {
  color: #fff;
  transition: 0.3s;
}
.form-btn input:hover {
  color: #00b2bc;
  transition: 0.3s;
}

.back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  line-height: 1;
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  transition: 0.3s;
  margin-top: 30px;
}
.back-btn.-is-arrow {
  position: relative;
  gap: 20px;
}
.back-btn.-is-arrow .arrow {
  position: absolute;
  right: 0 !important;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.back-btn.-is-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background: #747474 !important;
  transition: 0.3s;
}
.back-btn.-is-arrow .arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 30% !important;
  right: 18px !important;
  width: 8px;
  height: 8px;
  border-top: 2px solid #747474 !important;
  border-right: 2px solid #747474 !important;
  transform: rotate(-135deg) translateY(-50%) !important;
  transition: 0.3s;
}
.back-btn:hover {
  background-color: #fff;
  transition: 0.3s;
}
.back-btn:hover.-is-arrow .arrow {
  background: #e1e1e1 !important;
  transition: 0.3s;
}
.back-btn:hover.-is-arrow .arrow::before {
  background: #fff !important;
  transition: 0.3s;
}
.back-btn:hover.-is-arrow .arrow::after {
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  transition: 0.3s;
}
.back-btn.-normal.-is-arrow .arrow::after {
  top: 29% !important;
  right: 12px !important;
}

.-normal {
  width: 240px;
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 700;
}
.-normal.-is-arrow {
  position: relative;
  gap: 20px;
}
.-normal.-is-arrow .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.-normal.-is-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background: #00b2bc;
  transition: 0.3s;
}
.-normal.-is-arrow .arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 46%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b2bc;
  border-right: 2px solid #00b2bc;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
}

.-big {
  width: 100%;
  max-width: 375px;
  padding: 26px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-big {
    font-size: clamp(1.1875rem, 0.7556306306rem + 0.9009009009vw, 1.375rem);
    padding: clamp(1.4375rem, 1.0056306306rem + 0.9009009009vw, 1.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-big {
    font-size: clamp(1.1875rem, 1.0670503212rem + 0.6423982869vw, 1.375rem);
    padding: clamp(1.4375rem, 1.3170503212rem + 0.6423982869vw, 1.625rem);
  }
}
.-big.-is-arrow {
  position: relative;
  gap: 20px;
}
.-big.-is-arrow .arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
}
.-big.-is-arrow .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #00b2bc;
}
.-big.-is-arrow .arrow::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 46%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00b2bc;
  border-right: 2px solid #00b2bc;
  transform: rotate(45deg) translateY(-50%);
}

#openBtn {
  width: 75px;
  height: 40px;
  z-index: 999;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  #openBtn {
    position: relative;
    display: block;
    width: clamp(2.5rem, 1.0977564103rem + 7.4786324786vw, 4.6875rem);
  }
}
#openBtn span {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  background: #fff;
  transition: 0.3s;
}
#openBtn span:nth-child(1) {
  top: 14px;
}
#openBtn span:nth-child(2) {
  top: 28px;
}
#openBtn.active span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
}
#openBtn.active span:nth-child(2) {
  top: 20px;
  transform: rotate(-45deg);
}

#g-nav .-isArrow .arrow-block {
  top: 50%;
  left: 95%;
  transform: translate(-50%, -50%);
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.submenu.show {
  max-height: 500px; /* 十分大きな値を設定 */
}

.pagenation {
  margin: 30px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagenation {
    margin: clamp(1.875rem, 3.3145645646rem - 3.003003003vw, 1.25rem);
  }
}
.pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagenation ul {
    gap: clamp(0.3125rem, -0.4072822823rem + 1.5015015015vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .pagenation ul {
    gap: 5px;
  }
}
.pagenation ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #edfdfe;
  color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagenation ul a {
    width: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
    height: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .pagenation ul a {
    width: 35px;
    height: 35px;
  }
}
.pagenation ul a.prev, .pagenation ul a.next {
  padding: 0 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .pagenation ul a.prev, .pagenation ul a.next {
    padding: 0 5px;
  }
}
.pagenation ul a.prev:hover, .pagenation ul a.next:hover {
  background: #fff;
  color: #747474;
}
.pagenation ul a:hover {
  background: #fff;
  color: #747474;
  opacity: 0.7;
}
.pagenation ul .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #747474;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagenation ul .current {
    width: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
    height: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .pagenation ul .current {
    width: 35px;
    height: 35px;
  }
}

.works .pagenation {
  margin: 80px 0 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .works .pagenation {
    margin: clamp(3.75rem, 0.8708708709rem + 6.006006006vw, 5rem) 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .works .pagenation {
    margin: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) 0 0;
  }
}
.works .pagenation ul a {
  border-radius: 50%;
  background: none;
  color: #747474;
  font-size: 25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .works .pagenation ul a {
    font-size: clamp(1.125rem, 0.8439507495rem + 1.4989293362vw, 1.5625rem);
  }
}
.works .pagenation ul a:hover {
  color: #fff;
  background-color: #49a0a3;
}
.works .pagenation ul a.prev, .works .pagenation ul a.next {
  color: #fff;
  background-color: #49a0a3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
}
.works .pagenation ul .current {
  color: #fff;
  background-color: #49a0a3;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .works .pagenation ul .current {
    font-size: clamp(1.125rem, 0.8439507495rem + 1.4989293362vw, 1.5625rem);
  }
}

.bread {
  margin-top: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .bread {
    margin-top: clamp(0.625rem, -0.0947822823rem + 1.5015015015vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .bread {
    margin-top: 10px;
  }
}
.bread ul {
  display: flex;
  flex-wrap: wrap;
}
.bread ul li {
  color: #747474;
  padding-right: 15px;
  margin-right: 15px;
}
.bread ul li a {
  position: relative;
  color: #edfdfe;
}
.bread ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: solid 1px #dfdfdf;
  border-right: solid 1px #dfdfdf;
}

.badge {
  line-height: 1;
  padding: 0.35em 0.65em;
}

.-badgeMain {
  background: #00b2bc;
  color: #fff;
}

.-badgeRed {
  background: #ff0000;
  color: #fff;
}

.-badgeOrange {
  background: #f19149;
  color: #fff;
}

.-badgePrimary {
  background: rgb(13, 110, 253);
  color: #fff;
}

.-badgeSecondary {
  background: rgb(108, 117, 125);
  color: #fff;
}

.-badgeSuccess {
  background: rgb(25, 135, 84);
  color: #fff;
}

.-badgeDanger {
  background: rgb(220, 53, 69);
  color: #fff;
}

.-badgeWarning {
  background: rgb(255, 193, 7);
  color: #fff;
}

.-badgeInfo {
  background: rgb(13, 202, 240);
  color: #fff;
}

.-badgeLight {
  background: rgb(248, 249, 250);
}

.-badgeDark {
  background: rgb(33, 37, 41);
  color: #fff;
}

.-roundedPill {
  border-radius: 50px;
}

.-badge_big {
  padding: 0.6em 1em;
}

.-badge_small {
  padding: 2px 5px;
}

.alert {
  display: inline-block;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}
.alert a {
  text-decoration: underline;
}
.alert a:hover {
  text-decoration: none;
}

.-alertMain {
  background: #e3e5ee;
  border: 1px solid #00b2bc;
  color: #00b2bc;
}

.-alertPrimary {
  background: #cfe2ff;
  border: 1px solid #9ec5fe;
  color: #052c65;
}

.-alertSecondary {
  background: #e2e3e5;
  border: 1px solid #2b2f32;
  color: #2b2f32;
}

.-alertSuccess {
  background: #d1e7dd;
  border: 1px solid #0a3622;
  color: #0a3622;
}

.-alertDanger {
  background: #f8d7da;
  border: 1px solid #58151c;
  color: #58151c;
}

.-alertWarning {
  background: #fff3cd;
  border: 1px solid #664d03;
  color: #664d03;
}

.-alertInfo {
  background: #cff4fc;
  border: 1px solid #055160;
  color: #055160;
}

.-alertLight {
  background: #fcfcfd;
  border: 1px solid #495057;
  color: #495057;
}

.-alertDark {
  background: #ced4da;
  border: 1px solid #495057;
  color: #495057;
}

select {
  min-width: 70px;
  padding: 5px 16px 5px 12px;
  border: 1px solid #e1e1e1;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  select {
    padding: clamp(0.1875rem, -0.1004129129rem + 0.6006006006vw, 0.3125rem) clamp(0.75rem, 0.1741741742rem + 1.2012012012vw, 1rem) clamp(0.1875rem, -0.1004129129rem + 0.6006006006vw, 0.3125rem) clamp(0.5rem, -0.0758258258rem + 1.2012012012vw, 0.75rem);
  }
}

input[type=text] {
  max-width: 100%;
  padding: 5px 10px 5px 10px;
  border: 1px solid #e1e1e1;
}

input[type=password] {
  max-width: 100%;
  padding: 5px 10px 5px 10px;
  border: 1px solid #e1e1e1;
}

.mv .mvCenterSlider .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .mv .mvCenterSlider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mv .slick-dots li {
    margin-left: 0;
    margin-right: 0;
  }
}
.mv .slick-dots li button::before {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .mv .slick-dots li button::before {
    font-size: 10px;
  }
}
.mv .slick-dots li.slick-active button::before {
  color: #00b2bc;
  opacity: 1;
}

.itemThumbnail {
  margin-top: 15px;
}
.itemThumbnail img {
  cursor: pointer;
}
.itemThumbnail.-col4 .slick-slide {
  width: 23.5% !important;
  margin: 0 1%;
}
.itemThumbnail.-col4 .slick-slide:nth-child(1) {
  margin-left: 0;
}
.itemThumbnail.-col4 .slick-slide:nth-child(4n) {
  margin-right: 0;
}
.itemThumbnail.-col4 .slick-slide:nth-child(5n) {
  margin-left: 0;
}
.itemThumbnail.-col3 .slick-slide {
  width: 32% !important;
  margin: 0 1%;
}
.itemThumbnail.-col3 .slick-slide:nth-child(1) {
  margin-left: 0;
}
.itemThumbnail.-col3 .slick-slide:nth-child(3n) {
  margin-right: 0;
}
.itemThumbnail.-col3 .slick-slide:nth-child(4n) {
  margin-left: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0px 0px 14.07px 6.93px rgba(0, 0, 0, 0.22);
}
.header .headerTop_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .header .headerTop_contents {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .header .headerLogo {
    width: 70%;
  }
}
.header .headerLogo a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header .top-btn {
    border-radius: 50%;
    width: 72.5px;
    height: 72.5px;
    padding: 0;
    font-size: 14px;
    line-height: 1.2;
  }
  .header .top-btn .arrow {
    width: 16px;
    height: 16px;
    top: 44px;
    right: 3px;
  }
  .header .top-btn .arrow::before {
    width: 10px;
  }
  .header .top-btn .arrow::after {
    width: 6px;
    height: 6px;
    right: 5px;
  }
}
.header.pageHeader .headerTop_contents {
  justify-content: center;
}
.header.pageHeader .headerLogo a {
  justify-content: center;
}

.hederHeight {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .hederHeight {
    margin-top: 80px;
  }
}

.footer__contents {
  background-color: #edfdfe;
  padding: 60px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer__contents {
    padding: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) 0;
  }
}
.footer__contents nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
@media only screen and (max-width: 767px) {
  .footer__contents nav ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer__contents nav ul li {
    margin-bottom: clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
  }
  .footer__contents nav ul li:last-child {
    margin-bottom: 0;
  }
}
.footer__contents nav ul a {
  transition: 0.3s;
}
.footer__contents nav ul a:hover {
  color: #00b2bc;
  transition: 0.3s;
}
.footer__inner {
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.copyRights {
  padding: 25px 0;
  font-size: 16px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .copyRights {
    padding: clamp(1rem, -0.2956081081rem + 2.7027027027vw, 1.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  .copyRights {
    padding: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
    font-size: clamp(0.875rem, 0.7947002141rem + 0.4282655246vw, 1rem);
  }
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv_catch {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 100;
}
.mv_catch h2 {
  font-family: "mv_font", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3vw;
  margin-bottom: 30px;
}
@media screen and (min-width: 1800px) {
  .mv_catch h2 {
    font-size: 56px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .mv_catch h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mv_catch h2 {
    font-size: 5.5vw;
  }
}
.mv_catch-sub {
  position: absolute;
  top: 43%;
  left: 65%;
}
@media only screen and (max-width: 767px) {
  .mv_catch-sub {
    top: 67.5%;
    left: 10%;
  }
}
.mv_catch-sub p {
  margin-bottom: 30px;
  font-size: 1.2vw;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .mv_catch-sub p {
    font-size: 3.5vw;
  }
}
.mv_catch-sub p::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
.mv_catch-sub p span {
  font-size: 1.8vw;
}
@media only screen and (max-width: 767px) {
  .mv_catch-sub p span {
    font-size: 5vw;
  }
}
.mv_catch-sub p span.year {
  font-size: 2.2vw;
}
@media only screen and (max-width: 767px) {
  .mv_catch-sub p span.year {
    font-size: 5.4vw;
  }
}
.mv_logo {
  position: absolute;
  top: 45%;
  right: -5%;
  transform: translateY(-50%);
  max-width: 658px;
  width: 34.5vw;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv_logo {
    width: 65vw;
    top: 65%;
  }
}
.mv_logo img {
  width: 100%;
  vertical-align: bottom;
}

.-btn_mv {
  display: block;
  width: 300px;
  max-width: 300px;
  padding: 1vw;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  padding: 30px 0 30px 30px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .-btn_mv {
    padding: clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem) 0 clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem) clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
    font-size: clamp(0.875rem, 0.7948717949rem + 0.4273504274vw, 1rem);
    width: 80%;
  }
}
.-btn_mv.-isArrow {
  position: relative;
  padding-right: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-btn_mv.-isArrow {
    padding-right: 5px;
  }
}
.-btn_mv.-isArrow:hover .arrow-block {
  left: 88%;
  transition: 0.3s;
}
.-btn_mv.-isArrow .arrow-block {
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translateY(-50%);
  transition: 0.3s;
  line-height: 1;
}
.-btn_mv.-isArrow .arrow {
  position: relative;
  left: 0px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: solid 1px #535353;
}
.-btn_mv.-isArrow .arrow::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
  transition: 0.3s ease-in;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 8.5px;
  left: 2.5px;
}

.page_mv {
  position: relative;
}
.page_mv_catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  text-align: center;
  width: 100%;
}
.page_mv_catch h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page_mv_catch h2 {
    font-size: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.page_mv_catch p {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .page_mv_catch p {
    font-size: clamp(1rem, 0.8394004283rem + 0.8565310493vw, 1.25rem);
  }
}

.mv-text, .mv-sub, .mv-btn {
  opacity: 0;
  transform: translateX(0);
  transition: all 0.5s ease;
}

/* メインテキスト：左から右 */
.mv-text.animate {
  opacity: 1;
  transform: translate(0, -50%); /* もとの位置 */
}

.mv-text {
  transform: translate(-50px, -50%); /* 初期位置（左にずらす） */
}

/* サブキャッチ：右から左 */
.mv-sub.animate {
  opacity: 1;
  transform: translateX(0);
}

.mv-sub {
  transform: translateX(50px); /* 初期位置（右にずらす） */
}

/* ボタン：そのままフェードイン */
.mv-btn {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.mv-btn.show {
  opacity: 1;
}

.inlineItem {
  display: inline-block;
}

.blockItem {
  display: block;
}

.underLineTitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .underLineTitle {
    margin-bottom: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
    padding-bottom: clamp(0.1875rem, -0.1004129129rem + 0.6006006006vw, 0.3125rem);
  }
}
.underLineTitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.underLineTitleAnimation {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .underLineTitleAnimation {
    margin-bottom: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
    padding-bottom: clamp(0.1875rem, -0.1004129129rem + 0.6006006006vw, 0.3125rem);
  }
}
.underLineTitleAnimation::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
}
.underLineTitleAnimation.move::after {
  animation: underLineTitleAnimation 0.3s forwards;
}

.underLineLitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .underLineLitle {
    margin-bottom: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
    padding-bottom: clamp(0.4375rem, 0.0056306306rem + 0.9009009009vw, 0.625rem);
  }
}
.underLineLitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.blockTitle {
  width: 100%;
  padding: 15px 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .blockTitle {
    padding: clamp(0.625rem, -0.0947822823rem + 1.5015015015vw, 0.9375rem) clamp(0.3125rem, -0.4072822823rem + 1.5015015015vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .blockTitle {
    padding: 10px 5px;
  }
}

.sectionTitle {
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .sectionTitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.sectionTitle h3 {
  letter-spacing: -0.2vw;
  line-height: 1;
  font-size: 46px;
  font-weight: 700;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .sectionTitle h3 {
    font-size: clamp(1.875rem, -0.7162162162rem + 5.4054054054vw, 3rem);
  }
}
@media only screen and (max-width: 767px) {
  .sectionTitle h3 {
    font-size: clamp(1.875rem, -0.7162162162rem + 5.4054054054vw, 3rem);
  }
}

.-borderMain::after {
  background: #00b2bc;
}

.-borderGray::after {
  background: #e1e1e1;
}

.-borderTxtColor::after {
  background: #747474;
}

.-lastSection {
  margin-bottom: 90px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .-lastSection {
    margin-bottom: clamp(4.375rem, 1.4958708709rem + 6.006006006vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .-lastSection {
    margin-bottom: 45px;
  }
}

.globalInner {
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .globalInner {
    width: 90%;
  }
}
.globalInner-big {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .globalInner-big {
    width: 95%;
  }
}

.commonInner {
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.bigInner {
  max-width: 1600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.midInner {
  width: 90%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.minInner {
  width: 90%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.col2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .col2 {
    flex-wrap: wrap;
  }
}
.col2 .leftSide {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .col2 .leftSide {
    margin-top: 60px;
    width: 100%;
  }
}
.col2 .rightSide {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .col2 .rightSide {
    width: 100%;
  }
}

.-psRealtive {
  position: relative;
}

.-psAbsolute {
  position: absolute;
}
.-psAbsolute.-psCenter {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.-t-center {
  text-align: center;
}
.-t-center-sp-t-left {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .-t-center-sp-t-left {
    text-align: left;
  }
}

.-t-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .-t-left.-sp-t-left {
    text-align: left;
  }
}

.-t-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .-t-right.-sp-t-left {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .-sp-t-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .-sp-t-left {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .-sp-t-right {
    text-align: right;
  }
}

.-brRound {
  border-radius: 50%;
}

.-br50 {
  border-radius: 50px;
}

.-br40 {
  border-radius: 40px;
}

.-br30 {
  border-radius: 30px;
}

.-br20 {
  border-radius: 20px;
}

.-br10 {
  border-radius: 10px;
}

.-br7 {
  border-radius: 7px;
}

.-br5 {
  border-radius: 5px;
}

.-br3 {
  border-radius: 3px;
}

.-lh1 {
  line-height: 1;
}

.-lh1-1 {
  line-height: 1.1;
}

.-lh1-2 {
  line-height: 1.2;
}

.-lh1-3 {
  line-height: 1.3;
}

.-lh1-4 {
  line-height: 1.3;
}

.-lh1-5 {
  line-height: 1.5;
}

.op0 {
  opacity: 0;
}

.borderNone {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.fadein-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  visibility: hidden;
  position: relative;
  left: -100px;
}

.fadein-right.is-active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  left: 0;
}

.fadein-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  visibility: hidden;
  position: relative;
  left: 100px;
}

.fadein-left.is-active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
  left: 0;
}

.animation-wrapper {
  overflow: visible;
  width: 100%;
  position: relative;
}

.topSectionFirst {
  padding-top: 60px 0 30px;
}

.aside-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .aside-item {
    margin-bottom: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
.aside-item h6 {
  padding: 10px 0;
}
.aside-item h6::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #f0f0f0;
  padding: 5px 0;
}
.aside-item_list li a {
  color: #f0f0f0;
}
.aside-item_list li a:hover {
  color: #000;
}
.aside-item_list li a.active {
  color: #000;
}

.searchBox {
  max-width: 700px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .searchBox {
    margin-top: clamp(1.5625rem, 0.1229354354rem + 3.003003003vw, 2.1875rem);
  }
}
.searchBox_block {
  display: flex;
}
.searchBox_block input {
  width: 78%;
}
.searchBox_block .searchBtn {
  width: 22%;
}

.pegeSectionOnly {
  padding: 60px 0 90px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pegeSectionOnly {
    padding: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) 0 clamp(3.75rem, -0.5686936937rem + 9.009009009vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .pegeSectionOnly {
    padding: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem) 0 clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}

.pegeSectionFirst {
  padding: 60px 0 30px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pegeSectionFirst {
    padding: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) 0 clamp(0.9375rem, -1.2218468468rem + 4.5045045045vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .pegeSectionFirst {
    padding: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem) 0 clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem);
  }
}

.pegeSectionLast {
  padding: 30px 0 90px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pegeSectionLast {
    padding: clamp(0.9375rem, -1.2218468468rem + 4.5045045045vw, 1.875rem) 0 clamp(3.75rem, -0.5686936937rem + 9.009009009vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .pegeSectionLast {
    padding: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem) 0 clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}

.formTop .pageTitle {
  font-size: 36px;
  font-weight: 700;
  color: #00b2bc;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .formTop .pageTitle {
    font-size: clamp(2rem, 0.8043478261rem + 1.7391304348vw, 2.25rem);
    margin-bottom: clamp(1.875rem, -7.0923913043rem + 13.0434782609vw, 3.75rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .formTop .pageTitle {
    font-size: clamp(1.5rem, 0.3483483483rem + 2.4024024024vw, 2rem);
    margin-bottom: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .formTop .pageTitle {
    font-size: clamp(1.25rem, 1.0894004283rem + 0.8565310493vw, 1.5rem);
    margin-bottom: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.formTop .pageTitle span {
  display: block;
  margin-top: 10px;
}
.formTop h4 {
  font-size: 32px;
  font-weight: 500;
  color: #00b2bc;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .formTop h4 {
    font-size: clamp(1.75rem, 0.5543478261rem + 1.7391304348vw, 2rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .formTop h4 {
    font-size: clamp(1.5rem, 0.9241741742rem + 1.2012012012vw, 1.75rem);
    margin-bottom: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .formTop h4 {
    font-size: clamp(1.25rem, 1.0894004283rem + 0.8565310493vw, 1.5rem);
    margin-bottom: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem);
  }
}
.formTop h4 .time {
  margin-left: 30px;
}
@media screen and (max-width: 1100px) {
  .formTop h4 .time {
    margin-left: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .formTop h4 .time {
    margin-left: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
  }
}
.formTop .mail {
  margin: 20px 0;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .formTop .mail {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: center;
    font-size: clamp(1.125rem, 1.0447002141rem + 0.4282655246vw, 1.25rem);
  }
}
.formTop .payment {
  margin: 20px 0;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .formTop .payment {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    text-align: center;
  }
}
.formTop .formProgress {
  margin: 0 0 40px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .formTop .formProgress {
    margin: 0 0 clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .formTop .formProgress {
    margin: 0 0 clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
  }
}
.formTop .formProgress ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.formTop .formProgress ul::after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 12.5px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .formTop .formProgress ul::after {
    top: 1.3vw;
    width: calc(100% - 5vw);
  }
}
.formTop .formProgress ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.formTop .formProgress ul li a {
  text-align: center;
  color: #00b2bc;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .formTop .formProgress ul li a {
    font-size: 2.75vw;
    line-height: 1.2;
    padding-top: 2.5vw;
  }
}
.formTop .formProgress ul li .btn {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #edfdfe;
  border: 1px solid #333333;
  border-radius: 50%;
  transition: 0.3s;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .formTop .formProgress ul li .btn {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.formTop .formProgress ul li.active .btn {
  background-color: #00b2bc;
}
.formTop .formProgress ul li:hover .btn {
  background-color: #00b2bc;
  transition: 0.3s;
}
.formTop p {
  text-align: center;
}

.question_item {
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
.question_item:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .question_item {
    padding: clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem) 0;
  }
}
.question_item .label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .question_item .label {
    font-size: clamp(1rem, 0.9197002141rem + 0.4282655246vw, 1.125rem);
  }
}
.question_item .inputBlock {
  display: flex;
  flex-wrap: wrap;
}
.question_item .inputBlock div {
  margin-right: 20px;
}
.question_item .inputBlock div:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .question_item .inputBlock div {
    margin-right: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.question_item .comment {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: red;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .question_item .comment {
    font-size: clamp(0.75rem, 0.6697002141rem + 0.4282655246vw, 0.875rem);
  }
}

.form input[type=text] {
  border-radius: 10px;
  padding: 15px 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .form input[type=text] {
    padding: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem) clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.form input[type=email] {
  border-radius: 10px;
  padding: 15px 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .form input[type=email] {
    padding: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem) clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.form input[type=date] {
  border-radius: 10px;
  padding: 15px 20px;
  line-height: 1.3;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .form input[type=date] {
    padding: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem) clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.form input[type=checkbox] {
  margin-right: 0px;
}
.form input[type=radio] {
  margin-right: 0px;
}
.form select {
  border-radius: 10px;
  padding: 10px 10px;
  line-height: 1.3;
}
.form select:disabled {
  color: fieldtext;
}
@media only screen and (max-width: 767px) {
  .form select {
    padding: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem) clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.form textarea {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 15px 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .form textarea {
    padding: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem) clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.form input::placeholder {
  color: #e8e8e8;
  font-weight: 500;
}
.form select {
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  position: relative;
  color: #e8e8e8;
  font-weight: 500;
}
.form select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.form .agree_block {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}

.max-width {
  width: 100%;
}

.mid-width {
  width: 100%;
  max-width: 300px;
}

.min-width {
  width: 60%;
  max-width: 170px;
}

.required {
  color: #ff0000;
  padding-left: 5px;
}

.error-message {
  display: none;
  color: #ff0000;
}

.placeBlock {
  display: flex;
  align-items: flex-end;
  gap: 5%;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .placeBlock {
    flex-direction: column;
    justify-content: center;
  }
}
.placeBlock .-fit-img {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .placeBlock .-fit-img {
    max-width: 200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.placeBlock .inputBlock {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .placeBlock .inputBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
.placeBlock .inputBlock div {
  margin-right: 0;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .placeBlock .inputBlock div {
    margin-top: 0;
    margin-right: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
    width: 29%;
  }
}
@media only screen and (max-width: 480px) {
  .placeBlock .inputBlock div {
    width: 44%;
  }
}

.place_txtArea {
  margin-left: auto;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .place_txtArea {
    margin-left: 0;
    width: 100%;
  }
}

#medicineOptions {
  display: flex;
  flex-wrap: wrap;
}
#medicineOptions label {
  margin-right: 20px;
}
#medicineOptions label:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #medicineOptions label {
    margin-right: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}

.calendar__form p {
  text-align: center;
}
.calendar__wrap {
  margin-bottom: 90px;
}
@media screen and (max-width: 1100px) {
  .calendar__wrap {
    margin-bottom: 9.75vw;
  }
}
@media screen and (max-width: 1100px) {
  .calendar__wrap {
    margin-bottom: 13.75vw;
  }
}
.calendar__wrap:last-child {
  margin-bottom: 0;
}
.calendar__wrap table tr:first-of-type {
  border-radius: 30px 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .calendar__wrap table tr:first-of-type {
    border-radius: 3vw 3vw 0 0;
  }
}
.calendar__wrap table tr th {
  width: 14.2857142857%;
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  height: 185px;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .calendar__wrap table tr th {
    height: 16.75vw;
  }
}
.calendar__wrap table tr th:first-child {
  border-left: 1px solid #747474;
}
.calendar__wrap table tr th a {
  color: #00b2bc;
}
.calendar__wrap table tr th .date {
  color: #747474;
  font-weight: 500;
}
.calendar__wrap table .week th {
  background-color: #edfdfe;
  color: #00b2bc;
  padding: 20px 0;
  line-height: 1;
  height: auto;
  font-size: 25px;
}
@media screen and (max-width: 1100px) {
  .calendar__wrap table .week th {
    font-size: 2.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__wrap table .week th {
    font-size: 3.2vw;
    padding: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem) 0;
  }
}
.calendar__wrap table .week .sat {
  color: #4369af;
}
.calendar__wrap table .week .sun {
  color: #fe0000;
}
.calendar__wrap table .month {
  width: 100%;
}
.calendar__wrap table .month th {
  width: 100%;
  height: auto;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 30px 0;
  background-color: #00b2bc;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1100px) {
  .calendar__wrap table .month th {
    font-size: 3.75vw;
    padding: 2.75vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__wrap table .month th {
    border-radius: 3vw 3vw 0 0;
  }
}
.calendar__wrap ul {
  text-align: center;
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-collapse: separate;
  border-radius: 30px;
}
@media screen and (max-width: 1100px) {
  .calendar__wrap ul {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__wrap ul {
    font-size: 2.5vw;
    border-radius: 3vw;
  }
}
.calendar__wrap ul li {
  width: 14.2857142857%;
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  height: 130px;
  line-height: 1;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  .calendar__wrap ul li {
    height: 12.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .calendar__wrap ul li {
    height: 14.75vw;
  }
}
.calendar__wrap ul li:first-child {
  border-left: 1px solid #747474;
}
.calendar__wrap ul li a {
  color: #00b2bc;
}
.calendar__wrap ul li .date {
  color: #747474;
  font-weight: 500;
}
.calendarHeader .month {
  width: 100%;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  padding: 20px 0;
  background-color: #00b2bc;
  border-radius: 30px 30px 0 0;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .calendarHeader .month {
    font-size: 3.55vw;
    padding: 2vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .calendarHeader .month {
    border-radius: 3vw 3vw 0 0;
    font-size: 5vw;
    padding: clamp(0.15625rem, 0.0558752677rem + 0.5353319058vw, 0.3125rem) 0;
  }
}
.calendarHeader .week ul li {
  background-color: #edfdfe;
  color: #00b2bc;
  padding: 10px 0;
  line-height: 1;
  height: auto;
  font-size: 18px;
  border-top: none;
}
@media screen and (max-width: 1100px) {
  .calendarHeader .week ul li {
    font-size: 1.8vw;
    padding: clamp(0.3125rem, -0.4072822823rem + 1.5015015015vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .calendarHeader .week ul li {
    font-size: 3.2vw;
    padding: clamp(0.15625rem, 0.0558752677rem + 0.5353319058vw, 0.3125rem) 0;
  }
}
.calendarHeader .week ul .sat {
  color: #4369af;
}
.calendarHeader .week ul .sun {
  color: #fe0000;
}
.calendarBody ul {
  font-weight: 700;
}
.calendarBody ul li .date {
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .calendarBody ul li .date {
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .calendarBody ul li .date {
    font-size: 3vw;
  }
}
.calendarBody ul li a div span {
  transition: 0.3s;
}
.calendarBody ul li a:hover div span::after {
  display: none;
  transition: 0.3s;
}
.calendarBody ul .fin {
  background-color: #f6f6f6;
  font-weight: 500;
}
.calendarBody ul .off {
  background-color: #f6f6f6;
  font-weight: 500;
}
.calendarBody ul .full {
  background-color: #f6f6f6;
  font-weight: 500;
}
.calendarBody ul .tbd {
  background-color: #f6f6f6;
  font-weight: 500;
}
.calendarBody ul .sat .date {
  color: #4369af;
}
.calendarBody ul .sun .date {
  color: #fe0000;
}
.calendarBody ul .few a {
  color: red;
}
.calendarBody ul .bar {
  width: 25%;
  max-width: 25px;
  display: block;
  height: 2px;
  background-color: #747474;
  margin: 0 auto;
}
.calendarBody ul .circle {
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #00b2bc;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .calendarBody ul .circle {
    height: 2.5vw;
    width: 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .calendarBody ul .circle {
    height: 3.5vw;
    width: 3.5vw;
  }
}
.calendarBody ul .circle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00b2bc;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
}
.calendarBody ul .cross {
  position: relative;
  display: block;
  height: 1px;
}
.calendarBody ul .cross::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #747474;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .calendarBody ul .cross::after {
    width: 2.5vw;
  }
}
.calendarBody ul .cross::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #747474;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1100px) {
  .calendarBody ul .cross::before {
    width: 2.5vw;
  }
}
.calendarBody ul .triangle {
  --b: 4px;
  display: block;
  max-width: 30px;
  width: 25%;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 0, 100% 100%, 0 100%, 50% 0, 50% var(--b), calc(var(--b) * 0.8660254038) calc(100% - var(--b) / 2), calc(100% - var(--b) * 0.8660254038) calc(100% - var(--b) / 2), 50% var(--b));
  background: #00b2bc;
  position: relative;
}
.calendarBody ul .triangle::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00b2bc;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 1100px) {
  .calendarBody ul .triangle {
    width: 2.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .calendarBody ul .triangle {
    width: 3.5vw;
  }
}
.calendarBody ul div {
  display: block;
  height: 65px;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .calendarBody ul div {
    height: clamp(2.8125rem, 0.6531531532rem + 4.5045045045vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .calendarBody ul div {
    height: 6vw;
  }
}
.calendarBody ul div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.calendarBody ul:last-of-type li {
  border-bottom: 1px solid #747474;
}
.calendarBody ul:last-of-type li:first-child {
  border-radius: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .calendarBody ul:last-of-type li:first-child {
    border-radius: 0 0 0 3vw;
  }
}
.calendarBody ul:last-of-type li:last-child {
  border-radius: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .calendarBody ul:last-of-type li:last-child {
    border-radius: 0 0 3vw 0;
  }
}
.calendarBody ul:first-child li {
  border-top: none;
}

.time__form {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.time__form ul li {
  display: flex;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.time__form ul li:last-child {
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0 0 30px 30px;
}
.time__form ul li div {
  padding: 5px 20px;
}
@media only screen and (max-width: 767px) {
  .time__form ul li div {
    padding: 15px 20px;
  }
}
.time__form ul li div.left {
  border-right: 1px solid #e1e1e1;
  width: 150px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .time__form ul li div.left {
    width: 120px;
  }
}
.time__form ul li div.right a {
  color: #00b2bc;
  padding-left: 20px;
  transition: 0.3s;
  position: relative;
}
.time__form ul li div.right a::before {
  content: "〇";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.time__form ul li div.right a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.time__form ul li.full {
  background-color: #f6f6f6;
}
.time__form ul li.full div.right p {
  padding-left: 20px;
  position: relative;
}
.time__form ul li.full div.right p::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 0;
}
.time__form ul li.off {
  background-color: #f6f6f6;
}
.time__form ul li.off div.right p {
  padding-left: 20px;
  position: relative;
}
.time__form ul li.off div.right p::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: 0;
}
.time__form-header {
  background-color: #00b2bc;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 30px 30px 0 0;
}

.form_item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .form_item {
    display: block;
    padding: clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem) 0;
  }
}
.form_item:last-child {
  margin-bottom: 0;
}
.form_item.-pt0 {
  padding-top: 0;
}
.form_item .label {
  width: 250px;
  font-weight: 500;
}
.form_item .inputBlock {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .form_item .inputBlock {
    width: 100%;
  }
}
.form_item .inputBlock p {
  white-space: normal; /* 改行を許可 */
  word-wrap: break-word; /* 長い単語を折り返す（古いブラウザ用） */
  overflow-wrap: break-word; /* 長い単語を折り返す（標準） */
}
.form_item .inputBlock div {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form_item .inputBlock div {
    margin-bottom: 20px;
    display: block;
  }
}
.form_item .inputBlock div:last-child {
  margin-bottom: 0;
}
.form_item .inputBlock div label {
  flex-shrink: 0;
  width: 150px;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .form_item .inputBlock div label {
    width: 100%;
  }
}
.form_item .inputBlock.name {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form_item .inputBlock.name {
    display: block;
  }
}
.form_item .inputBlock.name div {
  margin-right: 10px;
  margin-bottom: 0;
}
.form_item .inputBlock.name div:last-child {
  margin-right: 0;
}
.form_item .inputBlock.name label {
  width: auto;
}
.form_item .inputBlock.pay label {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .form_item .inputBlock.pay label {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .form_item .inputBlock.pay div {
    margin-bottom: 10px;
  }
  .form_item .inputBlock.pay div:last-child {
    margin-bottom: 0;
  }
}
.form_item .inputBlock .container {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 75px;
  margin-bottom: 0;
}
.form_item .inputBlock .container::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #747474;
  border-right: solid 1px #747474;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  transform: rotate(135deg);
  margin: auto;
}
.form_item .inputBlock #expiry {
  max-width: 120px;
}
.form_item .inputBlock #code {
  max-width: 120px;
}

.send__contents {
  text-align: center;
}
.send__contents h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #00b2bc;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .send__contents h4 {
    font-size: clamp(1.25rem, 1.0894004283rem + 0.8565310493vw, 1.5rem);
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}

.paymentArea {
  margin-top: 90px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .paymentArea {
    margin-top: clamp(3.75rem, -0.5686936937rem + 9.009009009vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .paymentArea {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.payment .title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .payment .title {
    margin-bottom: clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
  }
}

#cardExpirationMonth option:not(:disabled) {
  color: #1A1A1A;
}

#cardExpirationMonth option:disabled {
  color: #CCC;
}

#cardExpirationYear option:not(:disabled) {
  color: #1A1A1A;
}

#cardExpirationYear option:disabled {
  color: #CCC;
}

.complete__contents {
  text-align: center;
}
.complete__contents h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #00b2bc;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .complete__contents h4 {
    font-size: clamp(1.25rem, 1.0894004283rem + 0.8565310493vw, 1.5rem);
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}

.online_consultation__contents {
  text-align: center;
}
.online_consultation__contents-txt {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .online_consultation__contents-txt {
    margin-bottom: clamp(1.875rem, 0.670503212rem + 6.4239828694vw, 3.75rem);
  }
}
.online_consultation__contents .info {
  margin-top: 10px;
  font-size: 16px;
}
.online_consultation__contents .info h5 {
  font-weight: 500;
  font-size: 14px;
  flex-shrink: 0;
}
.online_consultation__contents .info .url {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .online_consultation__contents .info .url {
    text-align: left;
    display: block;
  }
}
.online_consultation__contents .info .url a {
  white-space: normal; /* 改行を許可 */
  word-wrap: break-word; /* 長い単語を折り返す（古いブラウザ用） */
  overflow-wrap: break-word; /* 長い単語を折り返す（標準） */
}
.online_consultation__contents .info .account {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.online_consultation__contents .info .account .id {
  display: flex;
  align-items: center;
  gap: 5px;
}
.online_consultation__contents .info .account .pw {
  display: flex;
  align-items: center;
  gap: 5px;
}

.terms .pageTitle {
  font-size: 36px;
  font-weight: 700;
  color: #00b2bc;
  text-align: center;
  line-height: 1;
  margin-bottom: 60px;
  letter-spacing: 0.125em;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .terms .pageTitle {
    font-size: clamp(2rem, 0.8043478261rem + 1.7391304348vw, 2.25rem);
    margin-bottom: clamp(1.875rem, -7.0923913043rem + 13.0434782609vw, 3.75rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .terms .pageTitle {
    font-size: clamp(1.5rem, 0.3483483483rem + 2.4024024024vw, 2rem);
    margin-bottom: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .terms .pageTitle {
    font-size: clamp(1.25rem, 1.0894004283rem + 0.8565310493vw, 1.5rem);
  }
}
.terms__contents {
  overflow-x: scroll;
}
.terms__contents ul {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .terms__contents ul li {
    font-size: clamp(0.75rem, 0.6697002141rem + 0.4282655246vw, 0.875rem);
  }
}
.terms__contents ul li tr {
  display: flex;
  flex: 0;
}
.terms__contents ul li tr th {
  width: 320px;
  background-color: #edfdfe;
  padding: 15px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .terms__contents ul li tr th {
    width: clamp(15rem, 3.4834834835rem + 24.024024024vw, 20rem);
  }
}
@media only screen and (max-width: 767px) {
  .terms__contents ul li tr th {
    width: clamp(15rem, 13.5947537473rem + 7.4946466809vw, 17.1875rem);
    padding: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
  }
}
.terms__contents ul li tr td {
  width: 550px;
  padding: 15px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .terms__contents ul li tr td {
    width: clamp(29.6875rem, 18.8907657658rem + 22.5225225225vw, 34.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .terms__contents ul li tr td {
    width: clamp(18.75rem, 11.7237687366rem + 37.4732334047vw, 29.6875rem);
    padding: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
  }
}

.t-eye {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-eye {
    padding-top: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-eye {
    padding-top: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}
.t-eye .-bgSub {
  display: block;
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 767px) and (max-width: 1800px) {
  .t-eye .-bgSub {
    height: clamp(12.5rem, 5.5390851888rem + 14.5208131655vw, 21.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-eye .-bgSub {
    height: clamp(8.6875rem, 1.1794700214rem + 40.0428265525vw, 20.375rem);
  }
}
.t-eye__contents-txt {
  font-size: 23px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-eye__contents-txt {
    font-size: clamp(1.25rem, 0.3532608696rem + 1.3043478261vw, 1.4375rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-eye__contents-txt {
    font-size: clamp(1.125rem, 0.8370870871rem + 0.6006006006vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-eye__contents-txt {
    padding-top: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
    text-align: left;
    font-size: clamp(0.875rem, 0.7144004283rem + 0.8565310493vw, 1.125rem);
  }
}

#txt01 {
  width: 100%;
  height: auto;
}

#txt01_sp {
  width: 100%;
  height: auto;
  padding-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
}

.cls-1, .cls-2 {
  fill: #fdff59;
}

.cls-1 {
  filter: url(#filter);
}

.cls-2 {
  filter: url(#filter-2);
}

.cls-3 {
  fill: #747474;
  fill-rule: evenodd;
}

.eyeimg01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.eyeimg01.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#txt01 .cls-1,
#txt01 .cls-2 {
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0 !important;
}

#txt01 .cls-1.is-animate {
  width: 462px !important;
}

#txt01 .cls-2.is-animate {
  width: 542px !important;
}

.cls-1_sp, .cls-2_sp {
  fill: #fdff59;
}

.t-sec02 {
  margin-top: 95px;
  margin-bottom: 54px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02 {
    margin-top: clamp(4.0625rem, -0.2561936937rem + 9.009009009vw, 5.9375rem);
    margin-bottom: clamp(2.125rem, -0.7541291291rem + 6.006006006vw, 3.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02 {
    margin-top: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
    margin-bottom: clamp(2.1875rem, 0.983003212rem + 6.4239828694vw, 4.0625rem);
  }
}
.t-sec02__contents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 90px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02__contents {
    gap: clamp(2.8125rem, -3.6655405405rem + 13.5135135135vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents {
    display: block;
  }
}
.t-sec02__contents-left {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-left {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.t-sec02__contents-right {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right {
    width: 100%;
  }
}
.t-sec02__contents-right h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec02__contents-right h3 {
    font-size: clamp(1.125rem, 0.2282608696rem + 1.3043478261vw, 1.3125rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02__contents-right h3 {
    font-size: clamp(0.875rem, 0.2991741742rem + 1.2012012012vw, 1.125rem);
    margin-bottom: clamp(0.625rem, -0.2387387387rem + 1.8018018018vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right h3 {
    font-size: clamp(1rem, 0.8394004283rem + 0.8565310493vw, 1.25rem);
    margin-top: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
    text-align: center;
  }
}
.t-sec02__contents-right h3 span {
  font-size: 35px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec02__contents-right h3 span {
    font-size: clamp(1.75rem, -0.3423913043rem + 3.0434782609vw, 2.1875rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02__contents-right h3 span {
    font-size: clamp(1.3125rem, 0.3048048048rem + 2.1021021021vw, 1.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right h3 span {
    font-size: clamp(1.5rem, 1.1788008565rem + 1.7130620985vw, 2rem);
  }
}
.t-sec02__contents-right p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec02__contents-right p {
    font-size: clamp(1.625rem, 0.4293478261rem + 1.7391304348vw, 1.875rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02__contents-right p {
    font-size: clamp(1.375rem, 0.7991741742rem + 1.2012012012vw, 1.625rem);
    margin-bottom: clamp(1rem, -0.1516516517rem + 2.4024024024vw, 1.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right p {
    font-size: clamp(1rem, 0.5182012848rem + 2.5695931478vw, 1.75rem);
    margin-bottom: clamp(1.125rem, 0.2417023555rem + 4.7109207709vw, 2.5rem);
    text-align: center;
  }
}
.t-sec02__contents-right p span {
  color: #00b2bc;
}
.t-sec02__contents-right p span.min {
  font-size: 16px;
  color: #747474;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right p span.min {
    font-size: clamp(0.75rem, 0.5894004283rem + 0.8565310493vw, 1rem);
  }
}
.t-sec02__contents-right p .price {
  font-size: 51px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec02__contents-right p .price {
    font-size: clamp(2.8125rem, 1.0190217391rem + 2.6086956522vw, 3.1875rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02__contents-right p .price {
    font-size: clamp(2.5rem, 1.7802177177rem + 1.5015015015vw, 2.8125rem);
    margin-bottom: clamp(1.5625rem, 0.1229354354rem + 3.003003003vw, 2.1875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right p .price {
    font-size: clamp(1.5rem, 1.0182012848rem + 2.5695931478vw, 2.25rem);
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}
.t-sec02__contents-right ul li {
  font-size: 21px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec02__contents-right ul li {
    font-size: clamp(1.125rem, 0.2282608696rem + 1.3043478261vw, 1.3125rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02__contents-right ul li {
    font-size: clamp(0.875rem, 0.2991741742rem + 1.2012012012vw, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right ul li {
    font-size: clamp(0.875rem, 0.7144004283rem + 0.8565310493vw, 1.125rem);
    margin-bottom: 5px;
  }
  .t-sec02__contents-right ul li:last-child {
    margin-bottom: 0;
  }
}
.t-sec02__contents-right ul li ul li {
  line-height: 1;
  margin-bottom: 10px;
}
.t-sec02__contents-right ul li ul li span {
  display: inline-block;
  width: 170px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec02__contents-right ul li ul li span {
    width: clamp(7.1875rem, 2.149024024rem + 10.5105105105vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec02__contents-right ul li ul li span {
    width: clamp(7.8125rem, 6.8087526767rem + 5.3533190578vw, 9.375rem);
  }
}

.t-sec03 {
  padding: 50px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec03 {
    padding: clamp(1.875rem, -1.0041291291rem + 6.006006006vw, 3.125rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-sec03 {
    padding: clamp(2.1875rem, 0.983003212rem + 6.4239828694vw, 4.0625rem) 0;
  }
}
.t-sec03__contents ul {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec03__contents ul {
    margin-bottom: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec03__contents ul {
    margin-bottom: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.t-sec03__contents ul li {
  font-size: 25px;
  font-weight: 700;
  line-height: 2;
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec03__contents ul li {
    font-size: clamp(1.375rem, 0.4782608696rem + 1.3043478261vw, 1.5625rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec03__contents ul li {
    font-size: clamp(1.1875rem, 0.7556306306rem + 0.9009009009vw, 1.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec03__contents ul li {
    font-size: clamp(1rem, 0.8795503212rem + 0.6423982869vw, 1.1875rem);
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.t-sec03__contents ul li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #00b2bc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .t-sec03__contents ul li::before {
    top: 0.5em;
    transform: translateY(-50%);
  }
}

.t-sec04 {
  margin: 113px 0 73px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec04 {
    margin: clamp(5.1875rem, 0.8688063063rem + 9.009009009vw, 7.0625rem) 0 clamp(3.3125rem, 0.4333708709rem + 6.006006006vw, 4.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec04 {
    margin: clamp(2.1875rem, 0.983003212rem + 6.4239828694vw, 4.0625rem) 0;
  }
}
.t-sec04__contents-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7.5%;
  margin-bottom: 115px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec04__contents-block {
    margin-bottom: clamp(5.3125rem, 0.9938063063rem + 9.009009009vw, 7.1875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block {
    display: block;
    margin-bottom: clamp(2.8125rem, -0.0666291291rem + 6.006006006vw, 4.0625rem);
  }
}
.t-sec04__contents-block:last-of-type {
  margin-bottom: 96px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec04__contents-block:last-of-type {
    margin-bottom: clamp(4.125rem, -0.1936936937rem + 9.009009009vw, 6rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block:last-of-type {
    margin-bottom: clamp(2.875rem, 2.0720021413rem + 4.2826552463vw, 4.125rem);
  }
}
.t-sec04__contents-block.reverse {
  flex-direction: row-reverse;
}
.t-sec04__contents-block-left {
  width: 42.5%;
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block-left {
    width: 100%;
  }
}
.t-sec04__contents-block-left img {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block-left img {
    border-radius: 30px;
  }
}
.t-sec04__contents-block-right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block-right {
    width: 100%;
    margin-top: clamp(1.25rem, 1.0492505353rem + 1.0706638116vw, 1.5625rem);
  }
}
.t-sec04__contents-block-right h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec04__contents-block-right h3 {
    font-size: clamp(1.625rem, 0.4293478261rem + 1.7391304348vw, 1.875rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec04__contents-block-right h3 {
    font-size: clamp(1.375rem, 0.7991741742rem + 1.2012012012vw, 1.625rem);
    margin-bottom: clamp(1.5625rem, 0.1229354354rem + 3.003003003vw, 2.1875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block-right h3 {
    font-size: clamp(1.125rem, 0.9644004283rem + 0.8565310493vw, 1.375rem);
    margin-bottom: clamp(1.25rem, 1.0492505353rem + 1.0706638116vw, 1.5625rem);
  }
}
.t-sec04__contents-block-right p {
  font-size: 23px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec04__contents-block-right p {
    font-size: clamp(1.25rem, 0.3532608696rem + 1.3043478261vw, 1.4375rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec04__contents-block-right p {
    font-size: clamp(1.0625rem, 0.6306306306rem + 0.9009009009vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block-right p {
    font-size: clamp(0.9375rem, 0.8572002141rem + 0.4282655246vw, 1.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec04__contents-block_sp {
    margin-bottom: clamp(2.5rem, 2.9014989293rem - 2.1413276231vw, 1.875rem);
  }
  .t-sec04__contents-block_sp-title {
    background-color: #00b2bc;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px 30px 0 0;
    font-size: clamp(1.125rem, 1.0306064073rem + 0.4576659039vw, 1.25rem);
    position: relative;
  }
  .t-sec04__contents-block_sp-title::after {
    content: "";
    display: block;
    width: 10px;
    height: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #00b2bc;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .t-sec04__contents-block_sp-contents {
    border: 1px solid #e1e1e1;
    border-radius: 0 0 30px 30px;
    padding: 30px 20px 20px;
  }
  .t-sec04__contents-block_sp-img {
    margin-bottom: 15px;
  }
  .t-sec04__contents-block_sp-txt {
    font-size: clamp(0.875rem, 0.7144004283rem + 0.8565310493vw, 1.125rem);
  }
}

.t-sec05 {
  padding: 65px 0 105px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec05 {
    padding: clamp(2.8125rem, -0.0666291291rem + 6.006006006vw, 4.0625rem) 0 clamp(4.6875rem, 0.3688063063rem + 9.009009009vw, 6.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec05 {
    padding: clamp(2.1875rem, 0.983003212rem + 6.4239828694vw, 4.0625rem) 0;
  }
}
.t-sec05__title {
  text-align: center;
}
.t-sec05__title p {
  font-size: 21px;
  color: #00b2bc;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec05__title p {
    font-size: clamp(1.125rem, 0.2282608696rem + 1.3043478261vw, 1.3125rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec05__title p {
    font-size: clamp(0.875rem, 0.2991741742rem + 1.2012012012vw, 1.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec05__title p {
    font-size: clamp(0.875rem, 0.7144004283rem + 0.8565310493vw, 1.125rem);
  }
}
.t-sec05__title p img {
  width: 15px;
  max-width: 15px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec05__title p img {
    width: clamp(0.5625rem, -0.3012387387rem + 1.8018018018vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec05__title p img {
    width: clamp(0.5rem, 0.4197002141rem + 0.4282655246vw, 0.625rem);
  }
}
.t-sec05__title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec05__title h3 {
    font-size: clamp(1.625rem, 0.4293478261rem + 1.7391304348vw, 1.875rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec05__title h3 {
    font-size: clamp(1.375rem, 0.7991741742rem + 1.2012012012vw, 1.625rem);
    margin-bottom: clamp(1.5625rem, 0.1229354354rem + 3.003003003vw, 2.1875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec05__title h3 {
    font-size: clamp(1.375rem, 1.2144004283rem + 0.8565310493vw, 1.625rem);
  }
}
.t-sec05__contents {
  margin-top: 50px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec05__contents {
    margin-top: clamp(1.875rem, -1.0041291291rem + 6.006006006vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec05__contents {
    margin-top: clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
  }
}

.t-sec06 {
  margin: 70px 0 100px;
}
@media only screen and (max-width: 767px) {
  .t-sec06 {
    margin: clamp(2.1875rem, 0.983003212rem + 6.4239828694vw, 4.0625rem) 0;
  }
}
.t-sec06__title {
  text-align: center;
}
.t-sec06__title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-sec06__title h3 {
    font-size: clamp(1.625rem, 0.4293478261rem + 1.7391304348vw, 1.875rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-sec06__title h3 {
    font-size: clamp(1.375rem, 0.7991741742rem + 1.2012012012vw, 1.625rem);
    margin-bottom: clamp(1.5625rem, 0.1229354354rem + 3.003003003vw, 2.1875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-sec06__title h3 {
    font-size: clamp(1.375rem, 1.2144004283rem + 0.8565310493vw, 1.625rem);
  }
}
.t-sec06__contents {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .t-sec06__contents {
    margin-top: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.t-sec06__contents-img {
  max-width: 565px;
  margin: 0 auto 65px;
}
@media only screen and (max-width: 767px) {
  .t-sec06__contents-img {
    margin: 0 auto clamp(2.1875rem, 0.983003212rem + 6.4239828694vw, 4.0625rem);
  }
}

img {
  line-height: 1;
}

.-fit-img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: bottom;
}

.-max100-img img {
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.-cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.-vh-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.-squareImg {
  aspect-ratio: 1/1;
}

.-landscapeImg {
  aspect-ratio: 3/2;
}

.c-flex {
  display: flex;
}
.c-flex.-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-flex.-sp-wrap {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-flex.-sp-fxd-cr {
    flex-direction: column-reverse;
  }
}
.c-flex.-fxd-c {
  flex-direction: column;
}
.c-flex.-fxd-cr {
  flex-direction: column-reverse;
}
.c-flex.-fxd-r {
  flex-direction: row;
}
.c-flex.-fxd-rr {
  flex-direction: row-reverse;
}
.c-flex.-fxw-n {
  flex-wrap: nowrap;
}
.c-flex.-fxw-w {
  flex-wrap: wrap;
}
.c-flex.-fxw-wr {
  flex-wrap: wrap-reverse;
}
.c-flex.-jc-c {
  justify-content: center;
}
.c-flex.-jc-fe {
  justify-content: flex-end;
}
.c-flex.-jc-fs {
  justify-content: flex-start;
}
.c-flex.-jc-sa {
  justify-content: space-around;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-b {
  align-items: baseline;
}
.c-flex.-ai-c {
  align-items: center;
}
.c-flex.-ai-fe {
  align-items: flex-end;
}
.c-flex.-ai-fs {
  align-items: flex-start;
}
.c-flex.-ai-s {
  align-items: stretch;
}
.c-flex.-ac-c {
  align-content: center;
}
.c-flex.-ac-fe {
  align-content: flex-end;
}
.c-flex.-ac-fs {
  align-content: flex-start;
}
.c-flex.-ac-s {
  align-content: stretch;
}
.c-flex.-ac-sa {
  align-content: space-around;
}
.c-flex.-ac-sb {
  align-content: space-between;
}

.c-flex__item.-ord-1 {
  order: 1;
}
.c-flex__item.-ord-2 {
  order: 2;
}
.c-flex__item.-ord-3 {
  order: 3;
}
.c-flex__item.-ord-4 {
  order: 4;
}
.c-flex__item.-ord-5 {
  order: 5;
}
.c-flex__item.-ord-6 {
  order: 6;
}
.c-flex__item.-ord-7 {
  order: 7;
}
.c-flex__item.-ord-8 {
  order: 8;
}
.c-flex__item.-ord-9 {
  order: 9;
}
.c-flex__item.-ord-10 {
  order: 10;
}

.flexEvenly {
  flex: 1;
}

.-col02 {
  gap: 3%;
}
@media only screen and (max-width: 767px) {
  .-col02 {
    gap: 2%;
  }
}
.-col02 > li {
  width: 49.25%;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 767px) {
  .-col02 > li {
    width: 49%;
    margin-bottom: 2%;
  }
}
.-col02 > div {
  width: 49.25%;
  margin-bottom: 1.5%;
}

.-col03 {
  gap: 1.5%;
}
@media only screen and (max-width: 767px) {
  .-col03 {
    gap: 2%;
  }
}
.-col03 > li {
  width: 32.3333333333%;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 767px) {
  .-col03 > li {
    width: 49%;
    margin-bottom: 2%;
  }
}
.-col03 > div {
  width: 32.3333333333%;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 767px) {
  .-col03 > div {
    width: 49%;
    margin-bottom: 2%;
  }
}

.-col04 {
  gap: 1.5%;
}
@media only screen and (max-width: 767px) {
  .-col04 {
    gap: 2%;
  }
}
.-col04 > li {
  width: 23.875%;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 767px) {
  .-col04 > li {
    width: 49%;
    margin-bottom: 2%;
  }
}
.-col04 > div {
  width: 23.875%;
  margin-bottom: 1.5%;
}
@media only screen and (max-width: 767px) {
  .-col04 > div {
    width: 49%;
    margin-bottom: 2%;
  }
}

.-col05 {
  gap: 1%;
}
.-col05 > li {
  width: 19.2%;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .-col05 > li {
    width: 49%;
    margin-bottom: 2%;
  }
}
.-col05 > div {
  width: 19.2%;
  margin-bottom: 1%;
}
@media only screen and (max-width: 767px) {
  .-col05 > div {
    width: 49%;
    margin-bottom: 2%;
  }
}

.-gap30 {
  gap: 30px;
}

.-gap25 {
  gap: 25px;
}

.-gap20 {
  gap: 20px;
}

.-gap15 {
  gap: 15px;
}

.-gap10 {
  gap: 10px;
}

.-gap5 {
  gap: 10px;
}/*# sourceMappingURL=bandle.css.map */