@charset "UTF-8";
.is_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

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

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

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

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

/* ----------------------------------------- */
/* ----------------------------------------- */
.delayscroll_box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .fadeUp {
    opacity: 1;
    animation: none;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
.left-side {
  opacity: 0;
}
.left-side.left-side-anime {
  animation-name: leftAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}

.right-side {
  opacity: 0;
}
.right-side.right-side-anime {
  animation-name: rightAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes leftAnime {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightAnime {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
@keyframes kirariAnime {
  0% {
    left: 0;
    opacity: 1;
  }
  99% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 105%;
    opacity: 0;
  }
}
@keyframes revealText {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
.textanimation span {
  animation: showText 0.2s backwards;
  display: inline-block;
}
.textanimation > span {
  overflow: hidden;
}
.textanimation > span > span {
  animation: showTextFromBottom 0.2s backwards;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes Circle-animation {
  0% {
    width: 320px;
  }
  100% {
    width: 375px;
  }
}
@keyframes demo_kururi {
  from {
    stroke-dashoffset: 316;
    opacity: 0;
    stroke-width: 0px;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke-width: 10px;
  }
}
@keyframes demo_kururi-sp {
  from {
    stroke-dashoffset: 316;
    opacity: 0;
    stroke-width: 0px;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke-width: 5px;
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
@keyframes cwOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color-wave {
  0% {
    stop-color: rgba(255, 255, 255, 0);
  }
  100% {
    stop-color: #4477b1;
  }
}
@keyframes gradient-shift {
  0% {
    offset: 100%;
  }
  100% {
    offset: 0%;
  }
}
@keyframes cwOpacity02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color-wave02 {
  0% {
    stop-color: rgba(131, 168, 209, 0);
  }
  100% {
    stop-color: #83a8d1;
  }
}
@keyframes gradient-shift02 {
  0% {
    offset: 0%;
  }
  100% {
    offset: 100%;
  }
}
@keyframes cwOpacity03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color-wave03 {
  0% {
    stop-color: rgba(131, 168, 209, 0);
  }
  100% {
    stop-color: #4477b1;
  }
}
@keyframes gradient-shift03 {
  0% {
    offset: 0%;
  }
  100% {
    offset: 100%;
  }
}
@keyframes imgAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes infoAnimation {
  0% {
    opacity: 0;
    bottom: 17%;
  }
  100% {
    opacity: 1;
    bottom: 13%;
  }
}
@keyframes infoAnimationSp {
  0% {
    opacity: 0;
    margin-top: -30px;
  }
  100% {
    opacity: 1;
    margin-top: -50px;
  }
}
@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: "Higure Gothic";
  src: url("../font/HigureGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Higure Gothic";
  src: url("../font/HigureGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Higure Gothic";
  src: url("../font/HigureGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Higure Gothic";
  src: url("../font/HigureGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Higure Gothic";
  src: url("../font/HigureGothic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/helvetica-neue1.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../font/helvetica-neue-bold.ttf") format("truetype");
  font-weight: 600;
}
/* 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;
}

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

::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;
}

body {
  font-family: "SourceHanSansJP", sans-serif;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #f7f5ee;
  font-size: 25px;
  line-height: 1.6;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  body {
    font-size: clamp(1rem, -0.2956081081rem + 2.7027027027vw, 1.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: clamp(1rem, 0.9197002141rem + 0.4282655246vw, 1.125rem);
  }
}

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

ul {
  list-style: none;
}
ul.list-style {
  list-style: disc;
  margin-left: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  ul.list-style {
    margin-left: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  ul.list-style {
    margin-left: 15px;
  }
}

ol {
  list-style: none;
}
ol.list-style {
  list-style: decimal;
  margin-left: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  ol.list-style {
    margin-left: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  ol.list-style {
    margin-left: 15px;
  }
}

table {
  border-collapse: collapse;
}

label {
  cursor: pointer;
}

.ja {
  font-family: "SourceHanSansJP", sans-serif;
  font-weight: 500;
}

.sub {
  font-family: "Higure Gothic", sans-serif;
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.t-center {
  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;
  }
}

.headerBtn {
  transform: scale(1);
  transition: all 0.3s;
}
.headerBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 85px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .headerBtn a {
    width: clamp(11.25rem, -4.5852102102rem + 33.033033033vw, 18.125rem);
    height: clamp(4.0625rem, 1.1833708709rem + 6.006006006vw, 5.3125rem);
    font-size: clamp(1.125rem, 0.1173048048rem + 2.1021021021vw, 1.5625rem);
    border-radius: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .headerBtn a {
    width: clamp(5.625rem, -0.5982334047rem + 33.1905781585vw, 15.3125rem);
    height: clamp(1.875rem, 0.2690042827rem + 8.5653104925vw, 4.375rem);
    font-size: clamp(0.75rem, 0.4288008565rem + 1.7130620985vw, 1.25rem);
    border-radius: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
  }
}
.headerBtn a::after {
  content: "";
  display: block;
  width: 290px;
  height: 94px;
  background-color: #c35802;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  z-index: -1;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .headerBtn a::after {
    width: clamp(11.25rem, -4.5852102102rem + 33.033033033vw, 18.125rem);
    height: clamp(4.375rem, 0.7760885886rem + 7.5075075075vw, 5.9375rem);
    border-radius: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .headerBtn a::after {
    width: clamp(5.625rem, -0.5982334047rem + 33.1905781585vw, 15.3125rem);
    height: clamp(2.1875rem, 0.380754818rem + 9.6359743041vw, 5rem);
    border-radius: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
  }
}
.headerBtn a:hover {
  transform: translateY(3px);
}
.headerBtn a:hover::after {
  top: 0;
}

.commonBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 85px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  border-radius: 20px;
  margin: auto;
  position: relative;
  transition: transform 0.12s ease;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .commonBtn a {
    height: clamp(4.0625rem, 1.1833708709rem + 6.006006006vw, 5.3125rem);
    font-size: clamp(1.125rem, 0.1173048048rem + 2.1021021021vw, 1.5625rem);
    border-radius: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn a {
    height: clamp(4.0625rem, 3.2595021413rem + 4.2826552463vw, 5.3125rem);
    font-size: clamp(1.125rem, 0.8439507495rem + 1.4989293362vw, 1.5625rem);
    border-radius: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.commonBtn a::after {
  content: "";
  display: block;
  width: 290px;
  height: 94px;
  background-color: #c35802;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 20px;
  z-index: -1;
  transition: top 0.12s ease;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .commonBtn a::after {
    height: clamp(4.375rem, 0.7760885886rem + 7.5075075075vw, 5.9375rem);
    border-radius: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .commonBtn a::after {
    height: clamp(4.0625rem, 3.2595021413rem + 4.2826552463vw, 5.3125rem);
    border-radius: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.commonBtn a:hover {
  transform: translateY(3px);
}
.commonBtn a:hover::after {
  top: 0;
}

.subColorBtn {
  color: #fff;
  background-color: #ff6d00;
}

.send-btn {
  position: relative;
  max-width: 380px;
  width: 90%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .send-btn {
    max-width: clamp(17.5rem, 3.1043543544rem + 30.03003003vw, 23.75rem);
    height: clamp(3.25rem, 1.3785660661rem + 3.9039039039vw, 4.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  .send-btn {
    height: clamp(3.125rem, 1.6854354354rem + 3.003003003vw, 3.75rem);
  }
}
.send-btn input {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.send-btn input.-fs-22 {
  font-size: clamp(0.875rem, 0.0112612613rem + 1.8018018018vw, 1.25rem);
}
.send-btn.-input-arrow .arrow {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 48%;
  right: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.back-btn {
  display: block;
  position: relative;
  max-width: 200px;
  width: 50%;
  padding: 17px 5px 17px 5px;
  border: 1px solid #707070;
  border-radius: 50px;
  margin-top: 20px;
  text-align: center;
  background: #707070;
  color: #fff;
  line-height: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .back-btn {
    padding-top: clamp(0.625rem, -0.3826951952rem + 2.1021021021vw, 1.0625rem);
    padding-bottom: clamp(0.625rem, -0.3826951952rem + 2.1021021021vw, 1.0625rem);
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .back-btn {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.back-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
}
.back-btn:hover {
  background: #fff;
  color: #707070;
}
.back-btn:hover::after {
  border-color: #707070;
}

.top-btn {
  position: relative;
  max-width: 380px;
  width: 90%;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .top-btn {
    max-width: clamp(17.5rem, 3.1043543544rem + 30.03003003vw, 23.75rem);
    height: clamp(3.25rem, 1.3785660661rem + 3.9039039039vw, 4.0625rem);
  }
}
@media only screen and (max-width: 767px) {
  .top-btn {
    height: clamp(3.125rem, 1.6854354354rem + 3.003003003vw, 3.75rem);
  }
}
.top-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.top-btn a.-fs-22 {
  font-size: clamp(0.875rem, 0.0112612613rem + 1.8018018018vw, 1.25rem);
}
.top-btn.-input-arrow .arrow {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 48%;
  right: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

#openBtn {
  position: absolute;
  width: 45px;
  height: 25px;
  right: 0;
  top: 25px;
  transform: translateX(-100%);
  z-index: 9999;
}
#openBtn span {
  position: absolute;
  height: 1px;
  right: 0;
  background: #000000;
  transition: 0.3s ease;
  border-radius: 50px;
}
#openBtn span:nth-child(1) {
  width: 100%;
  top: 5px;
}
#openBtn span:nth-child(2) {
  width: 100%;
  top: 15px;
}
#openBtn span:nth-child(3) {
  width: 100%;
  top: 25px;
}
#openBtn.active span:nth-child(1) {
  transform: rotate(30deg);
  top: 15px;
}
#openBtn.active span:nth-child(2) {
  opacity: 0;
}
#openBtn.active span:nth-child(3) {
  transform: rotate(-30deg);
  top: 15px;
}

.pagination {
  margin-top: 130px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 25px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagination ul {
    gap: 1.5454545455vw;
    font-size: clamp(1.125rem, 0.1173048048rem + 2.1021021021vw, 1.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  .pagination ul {
    font-size: 14px;
    gap: 10px;
  }
}
.pagination ul li span {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagination ul li span {
    padding-left: 0.4545454545vw;
    padding-right: 0.4545454545vw;
  }
}
.pagination ul li span.current {
  position: relative;
}
.pagination ul li span.current::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #026abf;
  border-radius: 50px;
}
.pagination ul li span {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.pagination ul li span::after {
  transition: 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagination ul li span {
    padding-left: 0.4545454545vw;
    padding-right: 0.4545454545vw;
  }
}
.pagination ul li span.prev {
  position: relative;
}
.pagination ul li span.prev::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg) translateY(-50%);
}
.pagination ul li span.prev:hover::after {
  display: none;
}
.pagination ul li span.next {
  position: relative;
}
.pagination ul li span.next::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .pagination ul li span.next::before {
    right: clamp(0.625rem, 0.0491741742rem + 1.2012012012vw, 0.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .pagination ul li span.next::before {
    right: 10px;
    top: 45%;
  }
}
.pagination ul li span.next:hover::after {
  display: none;
}
.pagination ul li span.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 100%;
  left: 0;
}
.pagination ul li span:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s;
}
.pagination.singleNavi ul {
  gap: 60px;
}

.bread {
  margin-top: 20px;
  transition: 0.3s;
  transition-delay: 1s;
}
.bread ul {
  display: flex;
}
.bread ul li {
  position: relative;
  font-size: 13px;
  padding-right: 30px;
  margin-right: 30px;
}
.bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.bread ul li a {
  color: #026abf;
}
.bread ul li::after {
  content: ">";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.bread ul li:last-child:after {
  display: none;
}

.arrow-left {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-top {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-right {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.arrow-bottom {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.-fwB {
  font-weight: 700;
}

.-fwM {
  font-weight: 500;
}

.-fwR {
  font-weight: 400;
}

.-bgWhite {
  background: #fff;
}

.-bgMain {
  background: #026abf;
}

.-fcWhite {
  color: #fff;
}

.-fcMain {
  color: #026abf;
}

.firstSec {
  padding-top: 130px;
  padding-bottom: 55px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .firstSec {
    padding-top: clamp(5.625rem, -0.1332582583rem + 12.012012012vw, 8.125rem);
    padding-bottom: clamp(2.1875rem, -0.6916291291rem + 6.006006006vw, 3.4375rem);
  }
}
@media only screen and (max-width: 767px) {
  .firstSec {
    padding-top: 14.25vw;
    padding-bottom: clamp(2.1875rem, 1.3845021413rem + 4.2826552463vw, 3.4375rem);
  }
}

.commonSec {
  padding: 55px 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .commonSec {
    padding: clamp(2.1875rem, -0.6916291291rem + 6.006006006vw, 3.4375rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .commonSec {
    padding: clamp(2.1875rem, 1.3845021413rem + 4.2826552463vw, 3.4375rem) 0;
  }
}

.t-secTitle {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-secTitle {
    margin-bottom: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-secTitle {
    margin-bottom: clamp(0.9375rem, -0.6684957173rem + 8.5653104925vw, 3.4375rem);
  }
}
.t-secTitle-circle {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.t-secTitle-circle h4 {
  color: #ff6d00;
  font-size: 25px;
  font-family: "Higure Gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 50px auto 100px;
  position: relative;
  font-family: "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-secTitle-circle h4 {
    font-size: clamp(1.25rem, 0.5302177177rem + 1.5015015015vw, 1.5625rem);
    margin: clamp(1.875rem, -1.0041291291rem + 6.006006006vw, 3.125rem) auto clamp(5rem, 2.1208708709rem + 6.006006006vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-secTitle-circle h4 {
    font-size: clamp(1.125rem, 0.9242505353rem + 1.0706638116vw, 1.4375rem);
    margin: clamp(1.875rem, 1.0720021413rem + 4.2826552463vw, 3.125rem) auto clamp(5rem, 4.1970021413rem + 4.2826552463vw, 6.25rem);
  }
}
.t-secTitle-circle h4::after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border: 2px solid #ff6d00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-secTitle-circle h4::after {
    width: clamp(6.25rem, 3.3708708709rem + 6.006006006vw, 7.5rem);
    height: clamp(6.25rem, 3.3708708709rem + 6.006006006vw, 7.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-secTitle-circle h4::after {
    width: clamp(5.625rem, 4.6212526767rem + 5.3533190578vw, 7.1875rem);
    height: clamp(5.625rem, 4.6212526767rem + 5.3533190578vw, 7.1875rem);
  }
}
.t-secTitle-circle-img ul li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1330px) {
  .t-secTitle-circle-img ul li {
    width: 19.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .t-secTitle-circle-img ul li {
    width: 29.5vw;
  }
}
.t-secTitle-circle-img ul li img {
  vertical-align: bottom;
}
@media screen and (max-width: 1330px) {
  .t-secTitle-circle-img ul li img {
    width: 100%;
  }
}
.t-secTitle-circle-img ul li.item01 {
  left: 0;
}
.t-secTitle-circle-img ul li.item02 {
  right: 0;
}
.t-secTitle-main {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-secTitle-main {
    font-size: clamp(2.5rem, 0.1086956522rem + 3.4782608696vw, 3rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-secTitle-main {
    font-size: clamp(1.75rem, 0.0225225225rem + 3.6036036036vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-secTitle-main {
    font-size: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
    line-height: 1.3;
  }
}
.t-secTitle-sub {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-secTitle-sub {
    font-size: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin-top: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-secTitle-sub {
    font-size: clamp(1.125rem, 0.9242505353rem + 1.0706638116vw, 1.4375rem);
    margin-top: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}

.t-secTitle-circle h4 {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.t-secTitle-circle h4::after {
  opacity: 0;
  transition: transform 1s ease 0.6s, opacity 0.5s ease 0.6s;
}

/* アニメーション発火後 */
.t-secTitle-circle.is-show h4 {
  opacity: 1;
  transform: translateY(0);
}

.t-secTitle-circle.is-show h4::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.bgSec {
  background-color: #026abf;
  color: #fff;
  padding: 100px 0 150px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .bgSec {
    padding: clamp(3.75rem, -2.0082582583rem + 12.012012012vw, 6.25rem) 0 clamp(5.625rem, -3.0123873874rem + 18.018018018vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .bgSec {
    padding: clamp(3.75rem, 2.1440042827rem + 8.5653104925vw, 6.25rem) 0 clamp(5.625rem, 3.216006424rem + 12.8479657388vw, 9.375rem);
  }
}
.bgSec .t-secTitle-circle h4 {
  color: #fff;
}
.bgSec .t-secTitle-circle h4::after {
  border: 2px solid #fff;
}

.t-news__container {
  position: relative;
  background-color: #fff;
  padding: 45px 65px;
  border-radius: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__container {
    padding: clamp(2.1875rem, 0.7479354354rem + 3.003003003vw, 2.8125rem) clamp(3.4375rem, 1.9979354354rem + 3.003003003vw, 4.0625rem);
  }
}
.t-news__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.t-news__title h3 {
  font-size: 50px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #ff6d00;
  position: relative;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__title h3 {
    font-size: clamp(2.5rem, 1.0604354354rem + 3.003003003vw, 3.125rem);
  }
}
.t-news__title h3::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 7px white;
  text-shadow: 0 0 7px white;
}
.t-news__wrap ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__wrap ul li {
    margin-bottom: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
  }
}
.t-news__wrap ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.t-news__wrap-title {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__wrap-title {
    gap: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
.t-news__wrap-title .date {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__wrap-title .date {
    font-size: clamp(1.25rem, 0.5302177177rem + 1.5015015015vw, 1.5625rem);
  }
}
.t-news__wrap-title .cat {
  font-size: 15px;
  line-height: 1;
  background-color: #ff6d00;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 5px 20px;
  border-radius: 12px;
  flex-shrink: 0;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__wrap-title .cat {
    font-size: clamp(0.875rem, 0.7310435435rem + 0.3003003003vw, 0.9375rem);
  }
}
.t-news__wrap-title .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__wrap-title .title {
    font-size: clamp(1.125rem, 0.8370870871rem + 0.6006006006vw, 1.25rem);
  }
}
.t-news__wrap-title .arrow {
  position: relative;
  display: inline-block;
  width: 19.6px;
  height: 11.8px;
  margin-left: auto;
  transition: 0.3s;
}
.t-news__wrap-title .arrow.open {
  transform: rotate(180deg);
  transition: 0.3s;
}
.t-news__wrap-title .arrow::before,
.t-news__wrap-title .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 15px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}
.t-news__wrap-title .arrow::before {
  transform: rotate(45deg);
}
.t-news__wrap-title .arrow::after {
  transform: rotate(-45deg);
}
.t-news__wrap-contents.openArea {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.3s;
}
.t-news__wrap-contents.openArea.open {
  margin-top: 70px;
  transition: 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__wrap-contents.openArea.open {
    margin-top: clamp(2.5rem, -1.8186936937rem + 9.009009009vw, 4.375rem);
  }
}
.t-news__wrap-contents p {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-news__wrap-contents p {
    font-size: clamp(1.125rem, 0.8370870871rem + 0.6006006006vw, 1.25rem);
  }
}
.t-news__wrap-contents a {
  color: #026abf;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media only screen and (max-width: 767px) {
  .t-news__container_sp {
    position: relative;
    background-color: #fff;
    padding: clamp(1.25rem, 0.045503212rem + 6.4239828694vw, 3.125rem) clamp(0.9375rem, 0.5360010707rem + 2.1413276231vw, 1.5625rem);
    border-radius: 20px;
    margin-top: -7vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp ul li {
    padding-bottom: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
    margin-bottom: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
    border-bottom: 1px solid #e8e8e8;
  }
}
.t-news__wrap_sp ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp-title {
    display: flex;
    align-items: flex-start;
    gap: clamp(0.3125rem, -0.289748394rem + 3.2119914347vw, 1.25rem);
    position: relative;
    cursor: pointer;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .t-news__wrap_sp-title {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp-title .date {
    font-family: "Helvetica Neue", sans-serif;
    font-size: clamp(0.75rem, 0.2280513919rem + 2.7837259101vw, 1.5625rem);
    letter-spacing: 0.05em;
    line-height: 1;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp-title .cat {
    font-size: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem);
    line-height: 1;
    background-color: #ff6d00;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 5px clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
    border-radius: 12px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp-title .title {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .t-news__wrap_sp-title .title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp-title .arrow {
    position: relative;
    display: inline-block;
    width: clamp(0.96875rem, 0.804135439rem + 0.8779443255vw, 1.225rem);
    height: clamp(0.425rem, 0.2242505353rem + 1.0706638116vw, 0.7375rem);
    margin-left: auto;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 480px) {
  .t-news__wrap_sp-title .arrow {
    position: absolute;
    right: 0;
  }
}
.t-news__wrap_sp-title .arrow.open {
  transform: rotate(180deg);
  transition: 0.3s;
}
.t-news__wrap_sp-title .arrow::before,
.t-news__wrap_sp-title .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 15px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}
.t-news__wrap_sp-title .arrow::before {
  transform: rotate(45deg);
}
.t-news__wrap_sp-title .arrow::after {
  transform: rotate(-45deg);
}
.t-news__wrap_sp-contents.openArea {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp-contents.openArea.open {
    margin-top: clamp(0.9375rem, -0.4677462527rem + 7.4946466809vw, 3.125rem);
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .t-news__wrap_sp-contents p {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 1.8;
  }
}
.t-news__wrap_sp-contents a {
  color: #026abf;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.t-news__title_sp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .t-news__title_sp h3 {
    font-size: clamp(2rem, 1.2773019272rem + 3.8543897216vw, 3.125rem);
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #ff6d00;
    position: relative;
  }
}
.t-news__title_sp h3::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: white;
  -webkit-text-stroke: 7px white;
  text-shadow: 0 0 7px white;
}

.t-message {
  overflow: hidden;
}
.t-message.firstSec {
  padding-top: 270px;
  padding-bottom: 55px;
}
@media screen and (min-width: 1921px) {
  .t-message.firstSec {
    padding-top: 14.25vw;
  }
}
@media screen and (max-width: 1920px) {
  .t-message.firstSec {
    padding-top: 14.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-message.firstSec {
    padding-bottom: clamp(2.1875rem, 1.3845021413rem + 4.2826552463vw, 3.4375rem);
  }
}
.t-message .t-secTitle-main {
  font-size: 45px;
  line-height: 1.3;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .t-message .t-secTitle-main {
    font-size: clamp(2.25rem, -0.4402173913rem + 3.9130434783vw, 2.8125rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-message .t-secTitle-main {
    font-size: clamp(1.625rem, 0.1854354354rem + 3.003003003vw, 2.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-message .t-secTitle-main {
    font-size: clamp(1.25rem, 0.7280513919rem + 2.7837259101vw, 2.0625rem);
    line-height: 1.3;
  }
}
.t-message .t-secTitle-main span {
  font-family: "Helvetica Neue", sans-serif;
}
.t-message .bgSec {
  position: relative;
  padding-top: 45px;
}
.t-message .bgSec .bg__wave {
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
}
.t-message__container {
  position: relative;
}
.t-message__container-txt {
  max-width: 940px;
  width: 90%;
  margin: auto;
}
.t-message__container-txt span {
  color: #ffd800;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 1100px) {
  .t-message__container-img {
    display: none;
  }
}
.t-message__container-img ul li {
  position: absolute;
}
.t-message__container-img ul li img {
  vertical-align: bottom;
}
.t-message__container-img ul li.item01 {
  top: 95px;
  left: -118px;
}
.t-message__container-img ul li.item02 {
  top: 300px;
  left: -23px;
}
@media screen and (max-width: 1330px) {
  .t-message__container-img ul li.item02 {
    left: -60px;
  }
}
.t-message__container-img ul li.item03 {
  top: 440px;
  left: -87px;
}
.t-message__container-img ul li.item04 {
  top: 95px;
  right: -171px;
}
.t-message__container-img ul li.item05 {
  top: 300px;
  right: -30px;
}
@media screen and (max-width: 1330px) {
  .t-message__container-img ul li.item05 {
    right: -48px;
  }
}
.t-message__container-img ul li.item06 {
  top: 440px;
  right: -162px;
}
@media screen and (max-width: 1330px) {
  .t-message__container-img ul li.item06 {
    right: -82px;
  }
}
@media screen and (max-width: 1100px) {
  .t-message .t-secTitle {
    position: relative;
  }
}
.t-message .t-secTitle .t-message-title-img {
  display: none;
}
@media screen and (max-width: 1100px) {
  .t-message .t-secTitle .t-message-title-img {
    display: block;
  }
}
.t-message .t-secTitle .t-message-title-img ul li {
  position: absolute;
  top: -36px;
}
@media only screen and (max-width: 767px) {
  .t-message .t-secTitle .t-message-title-img ul li {
    top: -30px;
  }
}
.t-message .t-secTitle .t-message-title-img ul li:nth-child(1) {
  left: 0;
}
@media only screen and (max-width: 767px) {
  .t-message .t-secTitle .t-message-title-img ul li:nth-child(1) {
    width: clamp(3.125rem, 2.4424518201rem + 3.6402569593vw, 4.1875rem);
  }
}
.t-message .t-secTitle .t-message-title-img ul li:nth-child(2) {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .t-message .t-secTitle .t-message-title-img ul li:nth-child(2) {
    width: clamp(2.75rem, 2.0674518201rem + 3.6402569593vw, 3.8125rem);
  }
}
.t-message .t-secTitle .t-message-title-img ul li img {
  vertical-align: bottom;
}
@media only screen and (max-width: 767px) {
  .t-message .t-secTitle .t-message-title-img ul li img {
    width: 100%;
  }
}

.t-about__container-txt {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 85px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__container-txt {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
    margin-bottom: clamp(4.0625rem, 1.1833708709rem + 6.006006006vw, 5.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__container-txt {
    font-size: clamp(1rem, 0.8394004283rem + 0.8565310493vw, 1.25rem);
    margin-bottom: clamp(2.1875rem, 1.3042023555rem + 4.7109207709vw, 3.5625rem);
  }
}
.t-about__container-img {
  width: 95%;
  max-width: 993px;
  margin-left: auto;
  margin-right: auto;
}
.t-about__container-group {
  background-color: #b3ca00;
  padding: 40px 86px;
  border-radius: 32px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__container-group {
    padding: clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem) clamp(3rem, -2.4703453453rem + 11.4114114114vw, 5.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__container-group {
    padding: clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem) clamp(0.9375rem, -0.3874464668rem + 7.0663811563vw, 3rem);
  }
}
.t-about__container-group h5 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__container-group h5 {
    font-size: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin-bottom: clamp(1.875rem, -2.4436936937rem + 9.009009009vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__container-group h5 {
    font-size: clamp(1rem, 0.8394004283rem + 0.8565310493vw, 1.25rem);
    margin-bottom: clamp(0.9375rem, 0.335251606rem + 3.2119914347vw, 1.875rem);
  }
}
.t-about__container-group ul li {
  font-size: 30px;
  font-weight: 400;
  padding-left: 35px;
  position: relative;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__container-group ul li {
    font-size: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin-bottom: clamp(1.25rem, -0.9093468468rem + 4.5045045045vw, 2.1875rem);
    padding-left: clamp(1.5625rem, 0.1229354354rem + 3.003003003vw, 2.1875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__container-group ul li {
    font-size: clamp(1rem, 0.8394004283rem + 0.8565310493vw, 1.25rem);
    margin-bottom: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
    padding-left: clamp(1.25rem, 1.0492505353rem + 1.0706638116vw, 1.5625rem);
  }
}
.t-about__container-group ul li:last-child {
  margin-bottom: 0;
}
.t-about__container-group ul li::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__container-group ul li::after {
    width: clamp(0.75rem, 0.3181306306rem + 0.9009009009vw, 0.9375rem);
    height: clamp(0.75rem, 0.3181306306rem + 0.9009009009vw, 0.9375rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__container-group ul li::after {
    width: clamp(0.5rem, 0.3394004283rem + 0.8565310493vw, 0.75rem);
    height: clamp(0.5rem, 0.3394004283rem + 0.8565310493vw, 0.75rem);
  }
}
.t-about__gallery {
  margin-top: 120px;
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__gallery {
    margin-top: clamp(5.625rem, 1.3063063063rem + 9.009009009vw, 7.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__gallery {
    margin-top: clamp(3.4375rem, 2.6345021413rem + 4.2826552463vw, 4.6875rem);
  }
}
.t-about__gallery ul {
  display: flex;
  justify-content: center;
  gap: 55px;
}
.t-about__gallery ul li {
  width: 600px;
  flex-shrink: 0;
}
.t-about__gallery ul li:nth-child(2n) {
  margin-top: 75px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__gallery ul li:nth-child(2n) {
    margin-top: clamp(1.5625rem, -5.6353228228rem + 15.015015015vw, 4.6875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__gallery ul li:nth-child(2n) {
    margin-top: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}
.t-about__gallery ul li img {
  border-radius: 20px;
}
.t-about__gallery .slider .slick-slide {
  padding: 0 27.5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__gallery .slider .slick-slide {
    padding: 0 clamp(0.78125rem, -1.3780968468rem + 4.5045045045vw, 1.71875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__gallery .slider .slick-slide {
    padding: 0 10px;
  }
}
.t-about__gallery .slider .slick-list {
  margin: 0 -27.5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about__gallery .slider .slick-list {
    margin: 0 clamp(-0.78125rem, 1.3780968468rem - 4.5045045045vw, -1.71875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about__gallery .slider .slick-list {
    margin: 0 -10px;
  }
}
.t-about-inner {
  max-width: 993px;
  margin: 75px auto 0;
}
@media only screen and (max-width: 767px) {
  .t-about-inner {
    margin: clamp(3.4375rem, 0.5583708709rem + 6.006006006vw, 4.6875rem) auto 0;
  }
}
.t-about-inner p {
  font-size: 30px;
  font-weight: 400;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-about-inner p {
    font-size: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-about-inner p {
    font-size: clamp(1rem, 0.8394004283rem + 0.8565310493vw, 1.25rem);
  }
}

@media only screen and (max-width: 767px) {
  .t-schedule__lists {
    margin-top: clamp(5.625rem, 3.6175053533rem + 10.7066381156vw, 8.75rem);
  }
}
.t-schedule__lists ul li {
  margin-bottom: 150px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-schedule__lists ul li {
    margin-bottom: clamp(5.625rem, -3.0123873874rem + 18.018018018vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists ul li {
    margin-bottom: clamp(3.75rem, 1.341006424rem + 12.8479657388vw, 7.5rem);
  }
}
.t-schedule__lists ul li:last-child {
  margin-bottom: 0;
}
.t-schedule__lists ul li h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-schedule__lists ul li h4 {
    font-size: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin-bottom: clamp(0.9375rem, -0.5020645646rem + 3.003003003vw, 1.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists ul li h4 {
    font-size: clamp(1.125rem, 0.6432012848rem + 2.5695931478vw, 1.875rem);
    margin-bottom: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
    line-height: 1.3;
  }
}
.t-schedule__lists ul li p {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-schedule__lists ul li p {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists ul li p {
    font-size: clamp(1rem, 0.6386509636rem + 1.9271948608vw, 1.5625rem);
  }
}
.t-schedule__lists-items {
  display: flex;
  gap: 3%;
}
.t-schedule__lists-items-left {
  width: 35%;
  max-width: 360px;
  margin-top: -25px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists-items-left {
    width: auto;
    margin-top: clamp(-2.5rem, -0.8940042827rem - 8.5653104925vw, -5rem);
  }
}
.t-schedule__lists-items-left .circle {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.t-schedule__lists-items-left::after {
  content: "";
  display: block;
  width: 5px;
  height: 0;
  background-color: #ff6d00;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  transition: height 0.8s ease;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-schedule__lists-items-left::after {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists-items-left::after {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists-items-left .circle {
    width: clamp(6.25rem, 3.4395074946rem + 14.9892933619vw, 10.625rem);
    height: clamp(6.25rem, 3.4395074946rem + 14.9892933619vw, 10.625rem);
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #ff6d00;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.t-schedule__lists-items-left .circle h4 {
  color: #ff6d00;
  font-size: 35px;
  line-height: 1;
  background-color: #fff;
  border-radius: 37px;
  border: 5px solid #ff6d00;
  text-align: center;
  padding: 20px;
  margin-bottom: 0;
}
.t-schedule__lists-items-left .circle h4 span {
  font-family: "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-schedule__lists-items-left .circle h4 {
    font-size: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    padding: clamp(0.625rem, -0.8145645646rem + 3.003003003vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists-items-left .circle h4 {
    font-size: clamp(1.125rem, 0.6432012848rem + 2.5695931478vw, 1.875rem);
    border-radius: 0;
    padding: 0;
    border: none;
    background-color: none;
    line-height: 1.3;
  }
}
.t-schedule__lists-items-right {
  width: 65%;
  max-width: 800px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists-items-right {
    width: 75%;
  }
}
.t-schedule__lists-items-right h4 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.t-schedule__lists-items-right p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.t-schedule__lists-items.is-animated .t-schedule__lists-items-left .circle {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
}
.t-schedule__lists-items.is-animated .t-schedule__lists-items-left::after {
  height: calc(100% + 150px);
  transition-delay: 1.2s;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-schedule__lists-items.is-animated .t-schedule__lists-items-left::after {
    height: calc(100% + clamp(5.625rem, -3.0123873874rem + 18.018018018vw, 9.375rem));
  }
}
@media only screen and (max-width: 767px) {
  .t-schedule__lists-items.is-animated .t-schedule__lists-items-left::after {
    height: calc(100% + clamp(3.75rem, 1.341006424rem + 12.8479657388vw, 7.5rem));
  }
}
.t-schedule__lists-items.is-animated .t-schedule__lists-items-right h4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.t-schedule__lists-items.is-animated .t-schedule__lists-items-right p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.t-schedule__lists-items:last-child .t-schedule__lists-items-left::after {
  display: none;
}

.t-contents__title h4 {
  display: inline-block;
  font-size: 35px;
  vertical-align: bottom;
  font-weight: 700;
  line-height: 1;
  padding: 15px 37px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 32px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-contents__title h4 {
    font-size: clamp(1.5625rem, 0.1229354354rem + 3.003003003vw, 2.1875rem);
    padding: clamp(0.625rem, -0.0947822823rem + 1.5015015015vw, 0.9375rem) clamp(1.5625rem, -0.1649774775rem + 3.6036036036vw, 2.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-contents__title h4 {
    font-size: clamp(1.25rem, 0.647751606rem + 3.2119914347vw, 2.1875rem);
    padding: clamp(0.3125rem, -0.0889989293rem + 2.1413276231vw, 0.9375rem) clamp(1.5625rem, 1.0807012848rem + 2.5695931478vw, 2.3125rem);
  }
}
.t-contents__youtube {
  margin-bottom: 345px;
}
@media screen and (max-width: 1330px) {
  .t-contents__youtube {
    margin-bottom: 26vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-contents__youtube {
    margin-bottom: clamp(4.375rem, 2.7690042827rem + 8.5653104925vw, 6.875rem);
  }
}
.t-contents__youtube ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 90px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-contents__youtube ul {
    gap: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin-top: clamp(1.25rem, -1.6291291291rem + 6.006006006vw, 2.5rem);
    margin-bottom: clamp(3.75rem, -0.5686936937rem + 9.009009009vw, 5.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-contents__youtube ul {
    display: block;
    margin-top: clamp(0.9375rem, -0.0662473233rem + 5.3533190578vw, 2.5rem);
    margin-bottom: clamp(3.75rem, 2.545503212rem + 6.4239828694vw, 5.625rem);
  }
}
.t-contents__youtube ul li {
  width: calc((100% - 60px) / 3);
  overflow: hidden;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-contents__youtube ul li {
    width: calc((100% - clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem)) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .t-contents__youtube ul li {
    width: 100%;
    margin-bottom: clamp(2.5rem, 1.295503212rem + 6.4239828694vw, 4.375rem);
  }
  .t-contents__youtube ul li:last-child {
    margin-bottom: 0;
  }
}
.t-contents__youtube ul li iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  aspect-ratio: 380/200;
}
.t-contents__youtube-btnArea {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-contents__youtube-btnArea .bgImg {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.t-contents__youtube-btnArea .bgImg ul li {
  width: fit-content;
  position: absolute;
}
.t-contents__youtube-btnArea .bgImg ul li img {
  vertical-align: bottom;
}
@media screen and (max-width: 1330px) {
  .t-contents__youtube-btnArea .bgImg ul li img {
    width: 100%;
  }
}
.t-contents__youtube-btnArea .bgImg ul li:nth-child(1) {
  top: -15px;
  left: 0;
}
@media screen and (max-width: 1330px) {
  .t-contents__youtube-btnArea .bgImg ul li:nth-child(1) {
    width: 20vw;
    top: -1vw;
  }
}
.t-contents__youtube-btnArea .bgImg ul li:nth-child(2) {
  top: 200px;
  left: calc(50% + 30px);
  transform: translateX(-50%);
}
@media screen and (max-width: 1330px) {
  .t-contents__youtube-btnArea .bgImg ul li:nth-child(2) {
    width: 22vw;
    top: 16.5vw;
    left: calc(50% - 2.5vw);
  }
}
.t-contents__youtube-btnArea .bgImg ul li:nth-child(3) {
  top: 0;
  right: 0;
}
@media screen and (max-width: 1330px) {
  .t-contents__youtube-btnArea .bgImg ul li:nth-child(3) {
    width: 22vw;
  }
}
.t-contents__instagram ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 65px;
  margin-bottom: 120px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-contents__instagram ul {
    gap: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin-top: clamp(2.8125rem, -0.0666291291rem + 6.006006006vw, 4.0625rem);
    margin-bottom: clamp(5.625rem, 1.3063063063rem + 9.009009009vw, 7.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-contents__instagram ul {
    margin-top: clamp(0.9375rem, -0.0662473233rem + 5.3533190578vw, 2.5rem);
    margin-bottom: clamp(3.75rem, 2.545503212rem + 6.4239828694vw, 5.625rem);
    display: block;
  }
}
.t-contents__instagram ul li {
  width: calc((100% - 60px) / 3);
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .t-contents__instagram ul li {
    width: calc((100% - clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem)) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .t-contents__instagram ul li {
    width: 100%;
    margin-bottom: clamp(2.1875rem, 1.3845021413rem + 4.2826552463vw, 3.4375rem);
  }
  .t-contents__instagram ul li:last-child {
    margin-bottom: 0;
  }
}
.t-contents__instagram ul li .fit-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 380/507;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.t-contents__instagram ul li .fit-img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.t-contents__instagram ul li .fit-img img {
  aspect-ratio: 380/507;
  border-radius: 20px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.t-contents__instagram ul li .fit-img img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.secTitle {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .secTitle {
    margin-bottom: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .secTitle {
    margin-bottom: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.secTitle h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  .secTitle h3 {
    font-size: clamp(2.5rem, 0.1086956522rem + 3.4782608696vw, 3rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .secTitle h3 {
    font-size: clamp(1.75rem, 0.0225225225rem + 3.6036036036vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .secTitle h3 {
    font-size: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
    line-height: 1.3;
    gap: clamp(0.625rem, 0.2235010707rem + 2.1413276231vw, 1.25rem);
  }
}
.secTitle h3 span {
  font-size: 30px;
  font-weight: 500;
  font-weight: "Helvetica Neue", sans-serif;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .secTitle h3 span {
    font-size: clamp(1.25rem, -0.1895645646rem + 3.003003003vw, 1.875rem);
    margin-top: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .secTitle h3 span {
    font-size: clamp(1.125rem, 0.9242505353rem + 1.0706638116vw, 1.4375rem);
    margin-top: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}

.contact_container {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .contact_container {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .contact_container {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}

.form-block {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .form-block {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.form-block_item {
  margin-bottom: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .form-block_item {
    width: 100%;
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}
.form-block_item .label {
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block_item .label {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .form-block_item .label {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}
.form-block_item .address {
  margin-bottom: 10px;
}
.form-block_item .address span {
  margin-right: 5px;
}
.form-block input[type=text] {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block input[type=text] {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=text] {
    padding: 5px;
  }
}
.form-block input[type=email] {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block input[type=email] {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=email] {
    padding: 5px;
  }
}
.form-block input[type=checkbox] {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block input[type=checkbox] {
    width: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
    height: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
.form-block textarea {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block textarea {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block textarea {
    padding: 5px;
  }
}
.form-block .checbox {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form-block .checbox.-ai-c {
    align-items: flex-start;
  }
  .form-block .checbox.-ai-c label {
    line-height: 1.3;
  }
  .form-block .checbox.-ai-c input {
    margin-top: 2px;
  }
}
.form-block input::placeholder {
  color: #e8e8e8;
}

.max-width {
  width: 100%;
}

.min-width {
  width: 200px;
  max-width: 100%;
}

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

.required {
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  background: red;
  padding: 3px 10px;
  margin-left: 10px;
  line-height: 1;
  font-size: 14px;
}

#conf .form-block_item {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 20px;
}
#conf .form-block_item .label {
  font-weight: bold;
}

.privacy-check {
  margin-bottom: 50px;
  font-size: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .privacy-check {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacy-check {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}
.privacy-check a {
  display: inline-block;
  color: #026abf;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-right: 2px;
}

.privacy {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .privacy {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacy {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}
.privacy a {
  color: #026abf;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .privacy {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacy {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}
.privacy_container {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy_container {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.privacy_container h4 {
  font-size: 25px;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .privacy_container h4 {
    font-size: clamp(1.25rem, 0.5302177177rem + 1.5015015015vw, 1.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacy_container h4 {
    font-size: clamp(1.125rem, 0.9242505353rem + 1.0706638116vw, 1.4375rem);
  }
}
.privacy_container ol li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .privacy_container ol li {
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}
.privacy_container ol li ul {
  margin-top: 10px;
}
.privacy_container ol li ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.privacy_container ol li ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.privacy_container ol li:last-child {
  margin-bottom: 0;
}

.form-block {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .form-block {
    margin-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.form-block_item {
  margin-bottom: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .form-block_item {
    width: 100%;
    margin-bottom: clamp(1.25rem, 0.4470021413rem + 4.2826552463vw, 2.5rem);
  }
}
.form-block_item .label {
  margin-bottom: 5px;
  font-size: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block_item .label {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .form-block_item .label {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}
.form-block_item .address {
  margin-bottom: 10px;
}
.form-block_item .address span {
  margin-right: 5px;
}
.form-block input[type=text] {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block input[type=text] {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=text] {
    padding: 5px;
  }
}
.form-block input[type=email] {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block input[type=email] {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=email] {
    padding: 5px;
  }
}
.form-block input[type=checkbox] {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block input[type=checkbox] {
    width: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
    height: clamp(0.9375rem, 0.2177177177rem + 1.5015015015vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .form-block input[type=checkbox] {
    width: 15px;
    height: 15px;
  }
}
.form-block textarea {
  border: 1px solid #707070;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .form-block textarea {
    padding: 0.9090909091vw;
  }
}
@media only screen and (max-width: 767px) {
  .form-block textarea {
    padding: 5px;
  }
}
.form-block .checbox {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form-block .checbox.-ai-c {
    align-items: flex-start;
  }
  .form-block .checbox.-ai-c label {
    line-height: 1.3;
  }
  .form-block .checbox.-ai-c input {
    margin-top: 2px;
  }
}
.form-block input::placeholder {
  color: #e8e8e8;
}

.max-width {
  width: 100%;
}

.min-width {
  width: 200px;
  max-width: 100%;
}

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

.required {
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  background: red;
  padding: 3px 10px;
  margin-left: 10px;
  line-height: 1;
  font-size: 14px;
}

#conf .form-block_item {
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 20px;
}
#conf .form-block_item .label {
  font-weight: bold;
}

.privacy-check {
  margin-bottom: 50px;
  font-size: 20px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .privacy-check {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacy-check {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}
.privacy-check a {
  display: inline-block;
  color: #026abf;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-right: 2px;
}

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

/*
  Flex
-----------------------------------------------------*/
.c-flex {
  display: flex;
}
.c-flex.-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-flex.-sp-wrap {
    flex-wrap: wrap;
  }
}
.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;
}

.-bg-white {
  background: #fff;
}

.-bg-main {
  background: #026abf;
}

.-fc-white {
  color: #fff;
}

.-fc-main {
  color: #026abf;
}

.commonInner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .commonInner {
    padding-left: 0;
    padding-right: 0;
  }
}

.contactInner {
  max-width: 950px;
  width: 90%;
  margin: auto;
  padding: 60px 40px;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .contactInner {
    padding: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .contactInner {
    padding: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem) clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
    border-radius: clamp(1.875rem, 1.0720021413rem + 4.2826552463vw, 3.125rem);
  }
}

.privacyInner {
  max-width: 1360px;
  width: 90%;
  margin: auto;
  padding: 60px 40px;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .privacyInner {
    padding: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacyInner {
    padding: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem) clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
    border-radius: clamp(1.875rem, 1.0720021413rem + 4.2826552463vw, 3.125rem);
  }
}

.side-outo {
  margin: 0 auto;
}

.-mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .-mt-70 {
    margin-top: 6.3636363636vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-70 {
    margin-top: 40px;
  }
}

.-mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .-mt-50 {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-50 {
    margin-top: 40px;
  }
}

.-mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .-mt-40 {
    margin-top: 3.6363636364vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-40 {
    margin-top: 30px;
  }
}

.-mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .-mt-30 {
    margin-top: 2.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-30 {
    margin-top: 20px;
  }
}

.-mt-25 {
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .-mt-25 {
    margin-top: 2.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-25 {
    margin-top: 17px;
  }
}

.-mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .-mt-20 {
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-20 {
    margin-top: 15px;
  }
}

.-gap-10 {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .-gap-10 {
    gap: 5px;
  }
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.op0 {
  opacity: 0;
}

.maxVh {
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .header {
  display: block;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
}
header .header.change {
  transition: all 0.3s;
  height: 120px;
  background-color: #fff;
  z-index: -2;
  position: sticky;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  header .header.change {
    height: clamp(5rem, -0.7582582583rem + 12.012012012vw, 7.5rem);
  }
}
@media only screen and (max-width: 767px) {
  header .header.change {
    height: clamp(3.125rem, 0.3145074946rem + 14.9892933619vw, 7.5rem);
  }
}
header .header.change .Logo a {
  font-size: 90%;
  transition: 0.3s;
}
header .header.change .headerBtn {
  transform: scale(0.8);
  transition: all 0.3s;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  header .header {
    height: clamp(5.625rem, -3.0123873874rem + 18.018018018vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  header .header {
    height: clamp(3.75rem, 0.136509636rem + 19.2719486081vw, 9.375rem);
  }
}
header .headerInner {
  width: 95%;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1921px) {
  header .headerInner {
    max-width: inherit;
  }
}
header .headerInner .Logo {
  color: #026abf;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 1100px) and (max-width: 1330px) {
  header .headerInner .Logo {
    font-size: clamp(2.375rem, 0.2826086957rem + 3.0434782609vw, 2.8125rem);
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  header .headerInner .Logo {
    font-size: clamp(1.75rem, 0.3104354354rem + 3.003003003vw, 2.375rem);
  }
}
@media only screen and (max-width: 767px) {
  header .headerInner .Logo {
    font-size: clamp(1rem, 0.1970021413rem + 4.2826552463vw, 2.25rem);
  }
}
header .headerInner .Logo a {
  display: inline-block;
  vertical-align: bottom;
  transition: all 0.3s;
  font-size: 100%;
}

.headerHeight {
  display: block;
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .headerHeight.is_pc {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .headerHeight {
    height: clamp(5.625rem, -3.0123873874rem + 18.018018018vw, 9.375rem);
  }
}
@media only screen and (max-width: 767px) {
  .headerHeight {
    height: clamp(3.75rem, 0.136509636rem + 19.2719486081vw, 9.375rem);
  }
}

.footer {
  padding: 20px 0 35px;
  text-align: center;
  background-color: #026abf;
  color: #fff;
  position: relative;
  margin-top: 210px;
}
@media screen and (min-width: 1921px) {
  .footer {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 1920px) {
  .footer {
    margin-top: 11vw;
  }
}
.footer .footer__wave {
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
}
.footer .Logo {
  margin-bottom: 85px;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer .Logo {
    margin-bottom: clamp(2.8125rem, -2.9457582583rem + 12.012012012vw, 5.3125rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer .Logo {
    margin-bottom: clamp(1.5625rem, 0.7595021413rem + 4.2826552463vw, 2.8125rem);
  }
}
.footer .Logo h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer .Logo h2 {
    font-size: clamp(2rem, -0.5912162162rem + 5.4054054054vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer .Logo h2 {
    font-size: clamp(1.25rem, 0.7682012848rem + 2.5695931478vw, 2rem);
  }
}
.footer .Logo h2 a {
  display: inline-block;
  vertical-align: bottom;
}
.footer .copyright p {
  font-size: 16px;
  line-height: 1;
  font-family: "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer .copyright p {
    font-size: clamp(0.875rem, 0.5870870871rem + 0.6006006006vw, 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright p {
    font-size: 12px;
  }
}

.mv {
  position: relative;
}
.mvTxt {
  position: absolute;
  top: 30px;
  left: 222px;
}
@media screen and (min-width: 1921px) {
  .mvTxt {
    top: 1.5vw;
    left: 11.5vw;
  }
}
@media screen and (max-width: 1920px) {
  .mvTxt {
    left: 11.5vw;
    top: 1.5vw;
  }
}
.mvTxt h2 {
  font-size: 100px;
  font-family: "Higure Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media screen and (min-width: 1921px) {
  .mvTxt h2 {
    font-size: 5.25vw;
  }
}
@media screen and (max-width: 1920px) {
  .mvTxt h2 {
    font-size: 5.25vw;
  }
}
.mvTxt h2 .color-sub {
  color: #ff6d00;
  display: inline-block;
  vertical-align: bottom;
}
.mvTxt h2 .color-sub .char {
  color: inherit;
}
.mvTxt h2.is-animating {
  opacity: 1;
}
.mvTxt h2.is-animating .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpChar 1.6s ease forwards;
}
.mvImg {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 64px;
}
@media screen and (min-width: 1921px) {
  .mvImg {
    gap: 3.25vw;
  }
}
@media screen and (max-width: 1920px) {
  .mvImg {
    gap: 3.25vw;
  }
}
.mvImg__left {
  width: 40%;
}
.mvImg__left img {
  display: block;
  width: 568px;
  margin-left: auto;
}
@media screen and (min-width: 1921px) {
  .mvImg__left img {
    width: 29.25vw;
  }
}
@media screen and (max-width: 1920px) {
  .mvImg__left img {
    width: 29.25vw;
  }
}
.mvImg__right {
  width: 56.5%;
}
.mvImg__right img {
  border-radius: 35px 0 0 35px;
}
.mvTxt_sp h2 {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .mvTxt_sp h2 {
    font-size: clamp(1.5rem, -0.1461456103rem + 8.7794432548vw, 4.0625rem);
    margin-top: clamp(2.5rem, 1.295503212rem + 6.4239828694vw, 4.375rem);
    margin-bottom: clamp(0.3125rem, -0.891996788rem + 6.4239828694vw, 2.1875rem);
    font-family: "Higure Gothic", sans-serif;
    font-weight: 700;
    line-height: 1.5;
  }
}
.mvTxt_sp h2 .color-sub {
  color: #ff6d00;
  display: inline-block;
  vertical-align: bottom;
}
.mvTxt_sp h2 .color-sub .char {
  color: inherit;
}
.mvTxt_sp h2.is-animating .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUpChar 0.6s ease forwards;
}

@keyframes fadeInUpChar {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-contact {
  background-image: url(../img/common/contact_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    background-image: url(../img/common/contact_bg_sp.png);
    background-size: contain;
    background-position: bottom;
    margin-top: clamp(5.625rem, 3.0152569593rem + 13.9186295503vw, 9.6875rem);
  }
}
.footer-contact.commonSec {
  padding: 90px 0;
}
@media screen and (min-width: 1921px) {
  .footer-contact.commonSec {
    padding: 4.5vw 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer-contact.commonSec {
    padding: clamp(3.75rem, -0.5686936937rem + 9.009009009vw, 5.625rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact.commonSec {
    padding: 0;
  }
}
.footer-contact__block {
  width: 90%;
  max-width: 650px;
  height: 280px;
  margin: auto;
  border: 3px solid #000000;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 27px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer-contact__block {
    max-width: 386px;
    height: clamp(8.75rem, 5.8993576017rem + 15.2034261242vw, 13.1875rem);
    padding: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem) clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem);
  }
}
.footer-contact__block:hover {
  transition: 0.3s;
  background-color: #ff6d00;
}
.footer-contact__block:hover a {
  color: #fff;
}
.footer-contact__block:hover a .t-right .arrow {
  background-color: #fff;
}
.footer-contact__block:hover a .t-right .arrow::after {
  background-color: #fff;
}
.footer-contact__block:hover a .t-right .arrow::before {
  background-color: #fff;
}
.footer-contact__block a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
.footer-contact__block a h4 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  font-family: "Helvetica Neue", sans-serif;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer-contact__block a h4 {
    font-size: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact__block a h4 {
    font-size: clamp(1.25rem, 0.2462526767rem + 5.3533190578vw, 2.8125rem);
    margin-bottom: clamp(0.9375rem, 0.5360010707rem + 2.1413276231vw, 1.5625rem);
  }
}
.footer-contact__block a p {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (min-width: 767px) and (max-width: 1100px) {
  .footer-contact__block a p {
    font-size: clamp(1rem, 0.4241741742rem + 1.2012012012vw, 1.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact__block a p {
    font-size: clamp(0.875rem, 0.6341006424rem + 1.2847965739vw, 1.25rem);
  }
}
.footer-contact__block a .t-right {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.footer-contact__block a .t-right p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-contact__block a .t-right p {
    font-size: clamp(0.8125rem, 0.7322002141rem + 0.4282655246vw, 0.9375rem);
    padding-right: 10px;
  }
}
.footer-contact__block a .t-right .arrow {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (max-width: 767px) {
  .footer-contact__block a .t-right .arrow {
    width: 30px;
  }
}
.footer-contact__block a .t-right .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .footer-contact__block a .t-right .arrow::after {
    width: 15px;
  }
}
.footer-contact__block a .t-right .arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 2px) 50%;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .footer-contact__block a .t-right .arrow::before {
    width: 15px;
  }
}/*# sourceMappingURL=bandle.css.map */