@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
}

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  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 */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* 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;
}

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* 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: 0;
  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 */
}

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

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

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 */
}

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

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

/* # =================================================================
   # 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;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* 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] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  --color-00_black: #000000;
  --color-00_white: #ffffff;
  --color-01_black: #222222;
  --color-01_white: #f4f4f3;
  --color-01_gray: #d6d7d7;
  --color-01_pink: #f84157;
  --color-01_blue: #002cb1;
  --color-01-beige: #fff5b2;
  --color-01_yellow: #fff600;
  --color-01_red: #ee503d;
  --color-01_purple: #cc93f4;
  --color-01_green: #8ebbc0;
  --color-01_navy: #031c42;
  --color-01_aqua: #b2e5f4;
  --color-02_gray: #f4f4f3;
  --color-02_blue: #16428e;
  --color-02_white: #e9ecec;
  --color-02_green: #12a9a9;
  --color-02_yellow: #ffea00;
  --color-02_aqua: #eff8ff;
  --color-02_black: #403b3b;
  --color-03-gray: #707070;
  --color-03_blue: #1c5a80;
}

/* default setting */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: var(--color-00_white);
  color: var(--color-01_black);
  font-family: YakuHanJP, "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.933;
}
a {
  color: var(--color-01_navy);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ol,
ul,
dl,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

em,
i {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  display: block;
  height: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

/* SP style */
@media print, screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}
/* PC style */
@media print, screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}
/* inview */
/* plugins */
/* Slider */
/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  bottom: -25px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0px;
  height: 20px;
  line-height: 0px;
  outline: none;
  padding: 5px;
  width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

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

/* blocks */
/* --------------------
 * Area
 * -------------------- */
.Listed {
 width: calc(620 / 750 * 100%);
 margin: 10% auto;
}


/* --------------------
 * Area
 * -------------------- */
.Area {
  background: var(--color-02_aqua) url(../images/area_bg.webp) no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding-bottom:30%;
  position: relative;
}
.Area .Area__inner {
  padding: 0 clamp(10.6666666667px, 3.3333333333vw, 25px);
}
.Area .Area__textNet {
  padding: 10% 0 5% 0;
  color: var(--color-01_blue);
  font-weight: 700;
  font-size: clamp(24px, calc((48 / 690) * 100vw), 48px);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
}
.Area .Area__textNet span {
  font-size: clamp(20px, calc((40 / 690) * 100vw), 40px);
}
.Area .Area__map {
  margin-bottom: 5%;
}
.Area .Area__text1 {
  color: var(--color-01_navy);
  font-size: clamp(9.3866666667px, 2.9333333333vw, 22px);
  line-height: 1.5;
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  padding-left: 1em;
  text-indent: -1em;
}
.Area .Area__text1:before {
  content: "※";
}
.Area .Area__content {
  background-color: var(--color-00_white);
  padding: clamp(21.3333333333px, 6.6666666667vw, 50px) clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Area .Area__title {
  background-color: var(--color-01_blue);
  color: var(--color-00_white);
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: clamp(2.1333333333px, 0.6666666667vw, 5px);
  padding: clamp(3.4133333333px, 1.0666666667vw, 8px) clamp(4.2666666667px, 1.3333333333vw, 10px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Area .Area__text2 {
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  font-weight: 400;
  line-height: 2;
  margin-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.Area .Area__text2:last-child {
  margin-bottom: 0;
}

/* --------------------
 * Cta
 * -------------------- */
.Main .Cta {
  margin-top: -8%;
}
.Cta {
  position: relative;
  z-index: 2;
}
.Cta .Cta__bg {
  margin-top: -1%;
  padding: 3% 0 10% 0;
  background-color: #007ef3;
}

.Cta .Cta__wave svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.Cta .Cta__wave_main {
  fill: #007ef3;
  fill-rule: evenodd;
  stroke-width: 0px;
}
.Cta__btn {
  position: relative;
  margin-top: -4%;
  margin-bottom: 5%;
  z-index: 2;
}
.Cta .Cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(630 / 750 * 100vw), 630px);
  height: min(calc(167 / 750 * 100vw), 167px);
  margin: 0 auto;
  padding-left: 15%;
  padding-bottom: 1%;
  background: url(../images/btn_cv.webp) no-repeat;
  background-size: contain;
  font-size: clamp(35px, calc((70 / 690) * 100vw), 75px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.Cta .Cta__main {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
  padding: 5% 0;
  background-color: #fff;
  border-radius: clamp(20px, calc((40 / 750)* 100vw), 40px);
}
.Cta .Cta__note {
  margin: 0 0 2% 4%;
  font-size: clamp(8px, calc((16 / 690) * 100vw), 16px);
}
.Cta .Cta__txt01 {
  width: calc(616 / 690 * 100%);
  margin: 0 auto 5% auto;
}
.Cta .Cta__price {
  background-color: #eff8ff;
  width: calc(630 / 690 * 100%);
  margin: 0 auto 2% auto;
  padding: 5%;
}
.Cta .Cta__price_txt {
  margin-bottom: 5%;
  text-align: center;
  font-size: clamp(17.5px, calc((35 / 690) * 100vw), 35px);
  font-weight: bold;
  line-height: 1;
}
.Cta .Cta__price_txt span {
  font-size: clamp(14px, calc((28 / 690) * 100vw), 28px);
}

.Cta .Cta__txtBox {
  display: flex;
  width: calc(640 / 690 * 100%);
  margin: 0 auto 5% auto;
}
.Cta .Cta__txtBox_inner:first-child {
  border-right: 1px solid #999;
  padding-right: 2%;
}
.Cta .Cta__txtBox_inner:last-child {
  padding-left: 2%;
}
.Cta .Cta__txtBox_head {
  margin-bottom: 8%;
  color: #ff4c00;
  font-weight: bold;
  font-size: clamp(16px, calc((32 / 690) * 100vw), 32px);
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
}
.Cta .Cta__txtBox_main {
  font-size: clamp(11px, calc((22 / 690) * 100vw), 22px);
  line-height: 1.8;
}
.Cta .Cta__txt03 {
  width: calc(630 / 690 * 100%);
  margin: 0 auto 5% auto;
  padding: 3% 0;
  background-color: #eff8ff;
  color: #002cb1;
  font-size: clamp(17.5px, calc((35 / 690) * 100vw), 35px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.Cta .Cta__txt04 {
  width: calc(630 / 690 * 100%);
  margin: 0 auto 2% auto;
}


/* --------------------
 * Trouble
 * -------------------- */

.Trouble {
  position: relative;
  z-index: 2;
}

.Trouble .Cta {
  margin-top: 7%;
}

.Trouble .Trouble__header {
  position: relative;
  z-index: 2;
  margin-top: -4%;
}
.Trouble .Trouble__list_head {
  display: flex;
  align-items: center;
  font-size: clamp(21px, calc((42 / 690) * 100vw), 42px);
  font-weight: 800;
  line-height: 1.4;
}
.Trouble .Trouble__list_icn {
  width: calc(197 / 690 * 100%);
  margin-right: 3%;
}

.Trouble .Trouble__list_head span {
  color: #002cb1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, var(--color-02_yellow)));
  background: linear-gradient(transparent 60%, var(--color-02_yellow) 0%);
  display: inline;
}
.Trouble .Trouble__list_img {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}

.Trouble .Trouble__header02 {
  padding: 6% 0;
  background-color: #002cb1;
  color: #fff;
  font-weight: 700;
  font-size: clamp(24px, calc((48 / 690) * 100vw), 48px);
  text-align: center;
  line-height: 1.4;
}
.Trouble .Trouble__header02_color {
  color: var(--color-02_yellow);
}
.Trouble .Trouble__header02_small {
  font-size: clamp(18.5px, calc((37 / 690) * 100vw), 37px);
}
.Trouble .Trouble__contents {
  width: calc(690 / 750 * 100%);
  margin: 7% auto 14% auto;
}
.Trouble .Trouble__contents02 {
  width: calc(690 / 750 * 100%);
  margin: 5% auto;
}
.Trouble .Trouble__contents03 {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}
.Trouble .Trouble__contents04 {
  width: calc(451 / 750 * 100%);
  margin: 0 auto;
}
.Trouble .Trouble__contents_txt {
  margin: 6% 0 4% 0;
  color: #002cb1;
  font-weight: 700;
  font-size: clamp(20px, calc((40 / 690) * 100vw), 40px);
  text-align: center;
  line-height: 1;
}

.Trouble .Trouble__price {
  position: relative;
}
.Trouble .Trouble__price_txt {
  position: absolute;
  top: 11%;
  left: 3%;
  width: calc(568 / 750 * 100%);
  background-color: #fff;
  padding: 2% 0;
  text-align: center;
  font-size: clamp(17.5px, calc((35 / 690) * 100vw), 35px);
  font-weight: bold;
  line-height: 1;
}







/* --------------------
 * Fixed
 * -------------------- */
.Fixed {
  background-color: var(--color-02_blue);
  bottom: 0;
  height: clamp(68.2666666667px, 21.3333333333vw, 160px);
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: clamp(320px, 100vw, 750px);
  z-index: 10;
}
.Fixed.-show {
  opacity: 1;
  pointer-events: auto;
}
.Fixed .Fixed__inner {
  /* gap: clamp(4.2666666667px, 1.3333333333vw, 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; */
  padding: clamp(4.2666666667px, 1.3333333333vw, 10px);
  width: clamp(320px, 100vw, 750px);
}
.Fixed .Fixed__cta {
  display: block;
  position: relative;
}
.Fixed .Fixed__ctaButton {
  display: block;
}
.Fixed .Fixed__ctaButtonMain {
  background-color: #ff6220;
  border: clamp(2.56px, 0.8vw, 6px) solid #031c42;
  border-radius: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-shadow: inset 0 0 clamp(14.9333333333px, 4.6666666667vw, 35px) rgba(217, 116, 18, 0.8);
  box-shadow: inset 0 0 clamp(14.9333333333px, 4.6666666667vw, 35px) rgba(217, 116, 18, 0.8);
  -webkit-filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) 0 #031c42);
  filter: drop-shadow(0 clamp(4.2666666667px, 1.3333333333vw, 10px) 0 #031c42);
  height: clamp(59.7333333333px, 18.6666666667vw, 140px);
  position: relative;
  /* width: clamp(213.3333333333px, 66.6666666667vw, 500px); */
  z-index: 10;
}
.Fixed .Fixed__ctaButtonInner {
  border: clamp(2.56px, 0.8vw, 6px) solid #fff;
  border-radius: clamp(5.9733333333px, 1.8666666667vw, 14px);
  height: 100%;
  width: 100%;
}
.Fixed .Fixed__ctaButtonBase {
  margin-left: clamp(4.2666666667px, 1.3333333333vw, 10px);
  margin-top: clamp(4.2666666667px, 1.3333333333vw, 10px);
  width: clamp(340px, calc((680 / 750) * 100vw), 680px);
}
.Fixed .Fixed__ctaButtonTel {
  top: clamp(25px, calc((50 / 750) * 100vw), 50px);
  -webkit-filter: drop-shadow(clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(0.8533333333px, 0.2666666667vw, 2px) 0 #fff) drop-shadow(clamp(-2px, -0.2666666667vw, -0.8533333333px) clamp(-2px, -0.2666666667vw, -0.8533333333px) 0 #fff) drop-shadow(clamp(-2px, -0.2666666667vw, -0.8533333333px) clamp(0.8533333333px, 0.2666666667vw, 2px) 0 #fff) drop-shadow(clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(-2px, -0.2666666667vw, -0.8533333333px) 0 #fff);
  filter: drop-shadow(clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(0.8533333333px, 0.2666666667vw, 2px) 0 #fff) drop-shadow(clamp(-2px, -0.2666666667vw, -0.8533333333px) clamp(-2px, -0.2666666667vw, -0.8533333333px) 0 #fff) drop-shadow(clamp(-2px, -0.2666666667vw, -0.8533333333px) clamp(0.8533333333px, 0.2666666667vw, 2px) 0 #fff) drop-shadow(clamp(0.8533333333px, 0.2666666667vw, 2px) clamp(-2px, -0.2666666667vw, -0.8533333333px) 0 #fff);
  position: absolute;
  right: clamp(12.8px, 4vw, 30px);
}
.Fixed .Fixed__ctaButtonTel > span {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f5ec01), to(#cbc403));
  background: linear-gradient(180deg, #f5ec01 0%, #cbc403 100%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  /* font-family: "Open Sans", sans-serif; */
  font-optical-sizing: auto;
  font-size: clamp(25px, calc((53 / 690) * 100vw), 56px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
.Fixed .Fixed__area {
  background: linear-gradient(120deg, rgb(76, 217, 100) 0%, rgb(24, 181, 54) 100%);
  border-bottom: clamp(2.56px, 0.8vw, 6px) solid #fff;
  border-left: clamp(2.56px, 0.8vw, 6px) solid #fff;
  border-radius: clamp(5.9733333333px, 1.8666666667vw, 14px) 0 0 clamp(5.9733333333px, 1.8666666667vw, 14px);
  border-top: clamp(2.56px, 0.8vw, 6px) solid #fff;
  height: clamp(55.4666666667px, 17.3333333333vw, 130px);
  margin-top: clamp(2.56px, 0.8vw, 6px);
  position: relative;
  width: clamp(98.1333333333px, 30.6666666667vw, 230px);
}
.Fixed .Fixed__areaText {
  position: absolute;
  top: 15%;
  left: 1%;
  width: 33%;
  max-width: 228px;
  text-align: center;
  color: var(--color-00_white);
  -webkit-filter: drop-shadow(0 clamp(-2px, -0.2666666667vw, -0.8533333333px) 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 clamp(-2px, -0.2666666667vw, -0.8533333333px) 0 rgba(0, 0, 0, 0.2));
  font-size: clamp(9.3866666667px, 2.9333333333vw, 22px);
  font-weight: 700;
  line-height: 1;
  z-index: 20;
}
.Fixed .Fixed__areaBase {
  bottom: clamp(1.28px, 0.4vw, 3px);
  left: clamp(6.4px, 2vw, 15px);
  position: absolute;
  width: clamp(84.0533333333px, 26.2666666667vw, 197px);
}

/* --------------------
 * Flow
 * -------------------- */
.Flow {
  background-color: var(--color-01_blue);
  overflow: hidden;
  padding-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
  position: relative;
}
.Flow:before {
  background-color: var(--color-01_aqua);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  display: block;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  margin-bottom: clamp(10.6666666667px, 3.3333333333vw, 25px);
  width: 100%;
}
.Flow .Flow__inner {
  padding: 0 clamp(10.6666666667px, 3.3333333333vw, 25px);
}
.Flow .Flow__arrow {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  width: clamp(93.8666666667px, 29.3333333333vw, 220px);
}
.Flow .Flow__content {
  -webkit-filter: drop-shadow(0 0 clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(6, 0, 1, 0.4));
  filter: drop-shadow(0 0 clamp(4.2666666667px, 1.3333333333vw, 10px) rgba(6, 0, 1, 0.4));
  margin-bottom: clamp(12.8px, 4vw, 30px);
  position: relative;
}
.Flow .Flow__content::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(59.7333333333px, 18.6666666667vw, 140px);
  left: clamp(-20px, -2.6666666667vw, -8.5333333333px);
  position: absolute;
  top: clamp(-30px, -4vw, -12.8px);
  width: clamp(59.7333333333px, 18.6666666667vw, 140px);
}
.Flow .Flow__content.-flow1::before {
  background-image: url("../images/flow_no1.webp");
}
.Flow .Flow__content.-flow2::before {
  background-image: url("../images/flow_no2.webp");
}
.Flow .Flow__content.-flow3::before {
  background-image: url("../images/flow_no3.webp");
}
.Flow .Flow__content::after {
  background-color: var(--color-00_white);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  margin-top: clamp(-0.2px, -0.0266666667vw, -0.0853333333px);
  width: 100%;
}
.Flow .Flow__content.-flow3::after {
  content: none;
}
.Flow .Flow__base {
  background-color: var(--color-00_white);
  padding-bottom: clamp(12.8px, 4vw, 30px);
}
.Flow .Flow__title {
  margin: clamp(-30px, -4vw, -12.8px) auto clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.Flow .Flow__title.-flow1 {
  width: clamp(98.1333333333px, 30.6666666667vw, 230px);
}
.Flow .Flow__title.-flow2 {
  width: clamp(183.4666666667px, 57.3333333333vw, 430px);
}
.Flow .Flow__title.-flow3 {
  width: clamp(102.4px, 32vw, 240px);
}
.Flow .flow__text1 {
  color: var(--color-01_navy);
  font-size: clamp(17.92px, 5.6vw, 42px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  padding: 0 clamp(4.2666666667px, 1.3333333333vw, 10px) 0 clamp(17.0666666667px, 5.3333333333vw, 40px);
}
.Flow .flow__text1.-flow3 {
  -webkit-transform: scaleX(0.96);
  transform: scaleX(0.96);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  white-space: nowrap;
}
.Flow .flow__text1 em {
  color: var(--color-01_red);
}
.Flow .flow__text2 {
  font-size: clamp(11.0933333333px, 3.4666666667vw, 26px);
  line-height: 1.5;
  padding: 0 clamp(17.0666666667px, 5.3333333333vw, 40px);
}
.Flow .Flow__anshin1 {
  margin: 0 auto clamp(8.5333333333px, 2.6666666667vw, 20px);
  width: clamp(153.6px, 48vw, 360px);
}
.Flow .Flow__anshin2 {
  position: relative;
}
.Flow .Flow__badge {
  -webkit-filter: drop-shadow(0 clamp(2.56px, 0.8vw, 6px) 0 rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 clamp(2.56px, 0.8vw, 6px) 0 rgba(0, 0, 0, 0.2));
  height: clamp(94.72px, 29.6vw, 222px);
  left: clamp(12.8px, 4vw, 30px);
  position: absolute;
  top: clamp(-10px, -1.3333333333vw, -4.2666666667px);
  width: clamp(68.2666666667px, 21.3333333333vw, 160px);
}

/* --------------------
 * Footer
 * -------------------- */
.Footer {
  background-color: var(--color-02_blue);
  padding-bottom: clamp(68.2666666667px, 21.3333333333vw, 160px);
}
.Footer .Footer__inner {
  background-color: var(--color-00_white);
  padding: clamp(21.3333333333px, 6.6666666667vw, 50px) 0;
}
.Footer .Footer__logo {
  margin: 0 auto;
  margin-bottom: clamp(12.8px, 4vw, 30px);
  width: clamp(155.3066666667px, 48.5333333333vw, 364px);
}
.Footer .Footer__menu {
  text-align: center;
}
.Footer .Footer__menu a {
  font-size: clamp(11.0933333333px, 3.4666666667vw, 26px);
  line-height: 1;
  text-align: center;
}
.Footer .Footer__copyright {
  background-color: var(--color-02_blue);
  color: var(--color-00_white);
  display: block;
  font-size: clamp(9.3866666667px, 2.9333333333vw, 22px);
  line-height: 1;
  padding: clamp(10.6666666667px, 3.3333333333vw, 25px) 0;
  text-align: center;
}

/* --------------------
 * Header
 * -------------------- */
.Header .Header__main img {
  display: block;
}


/* --------------------
 * Main
 * -------------------- */
.Main {
  background-color: var(--color-01_blue);
  overflow: hidden;
  position: relative;
}
.Main .Main__area {
  position: absolute;
  left: clamp(15px, calc((30 / 750) * 100vw), 30px);
  top: clamp(15px, calc((30 / 750) * 100vw), 30px);
  padding: clamp(7px, calc((14 / 750) * 100vw), 14px);
  background-color: #ff4c00;
  border-radius: clamp(5px, calc((10 / 750) * 100vw), 10px);
  overflow: hidden;
  text-align: center;
}
.Main .Main__areaText {
  display: block;
  color: var(--color-01_yellow);
  font-size: clamp(30px, calc((60 / 750) * 100vw), 60px);
  font-weight: 700;
  line-height: 1;
}


/* --------------------
 * Measures
 * -------------------- */
.Measures {
  background-color: var(--color-01_blue);
  overflow: hidden;
  padding-bottom: clamp(34.1333333333px, 10.6666666667vw, 80px);
  position: relative;
}
.Measures:before {
  background-color: var(--color-02_blue);
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  content: "";
  display: block;
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  margin-bottom: clamp(10.6666666667px, 3.3333333333vw, 25px);
  width: 100%;
}
.Measures .Measures__inner {
  padding: 0 clamp(10.6666666667px, 3.3333333333vw, 25px);
}
.Measures .Measures__header {
  height: clamp(109.6533333333px, 34.2666666667vw, 257px);
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px) clamp(25.6px, 8vw, 60px) 0;
  position: relative;
}
.Measures .Measures__header::before {
  background-image: url("../images/staff1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: clamp(109.6533333333px, 34.2666666667vw, 257px);
  position: absolute;
  right: clamp(8.5333333333px, 2.6666666667vw, 20px);
  width: clamp(114.7733333333px, 35.8666666667vw, 269px);
}
.Measures .Measures__text1 {
  text-decoration-thickness: clamp(0.8533333333px, 0.2666666667vw, 2px) !important;
  text-underline-offset: clamp(4.2666666667px, 1.3333333333vw, 10px);
  color: var(--color-00_white);
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  line-height: 2.2;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--color-00_white);
  text-decoration-color: var(--color-00_white);
  -webkit-text-decoration-style: dashed;
  text-decoration-style: dashed;
}
.Measures .Measures__content {
  background-image: url("../images/bg_paper1.webp");
  background-position: left top;
  background-repeat: repeat;
  background-size: clamp(8.5333333333px, 2.6666666667vw, 20px) clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-shadow: clamp(3.4133333333px, 1.0666666667vw, 8px) clamp(3.4133333333px, 1.0666666667vw, 8px) 0 rgba(3, 28, 66, 0.5);
  box-shadow: clamp(3.4133333333px, 1.0666666667vw, 8px) clamp(3.4133333333px, 1.0666666667vw, 8px) 0 rgba(3, 28, 66, 0.5);
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px);
}
.Measures .Measures__item {
  gap: clamp(12.8px, 4vw, 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: clamp(4.2666666667px, 1.3333333333vw, 10px);
  width: 100%;
}
.Measures .Measures__item:last-child {
  margin-bottom: 0;
}
.Measures .Measures__item span {
  color: var(--color-02_blue);
  font-size: clamp(13.6533333333px, 4.2666666667vw, 32px);
  font-weight: 700;
  line-height: 1.5;
}
.Measures .Measures__item span em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, var(--color-01_yellow)));
  background: linear-gradient(transparent 60%, var(--color-01_yellow) 0%);
  display: inline;
}
.Measures .Measures__item:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(51.6266666667px, 16.1333333333vw, 121px);
  width: clamp(51.6266666667px, 16.1333333333vw, 121px);
}
.Measures .Measures__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.Measures .Measures__item:nth-child(1):before {
  background-image: url("../images/measures_icon1.webp");
}
.Measures .Measures__item:nth-child(2):before {
  background-image: url("../images/measures_icon2.webp");
}
.Measures .Measures__item:nth-child(3):before {
  background-image: url("../images/measures_icon3.webp");
}

/* --------------------
 * Payment
 * -------------------- */
.Payment {
  padding: 8% 0 5% 0;
}
.Payment .Payment__inner {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}
.Payment .Payment__head {
  margin-bottom: 7%;
  font-weight: 700;
  font-size: clamp(32.5px, calc((65 / 690) * 100vw), 65px);
  text-align: center;
  line-height: 1.2;
  color: var(--color-01_blue);
}
.Payment .Payment__head_small {
  font-size: clamp(24px, calc((48 / 690) * 100vw), 48px);
}
.Payment .Payment__head_small02 {
  font-size: clamp(20px, calc((40 / 690) * 100vw), 40px);
  color: #000;
}

.Payment .Payment__txt01 {
  margin: 5% 0;
  text-align: center;
  font-size: clamp(17px, calc((34 / 690) * 100vw), 34px);
  line-height: 1.6;
}
.Payment .Payment__txt02 {
  margin: 5% 0 0 0;
  font-size: clamp(13px, calc((26 / 690) * 100vw), 26px);
  line-height: 1.8;
}
.Payment .Payment__txt01 span,
.Payment .Payment__txt02 span {
  color: var(--color-01_red);
  font-weight: 700;
}


/* --------------------
 * Support
 * -------------------- */
.Support {
  margin-top: -5%;
}
.Support .Support__inner {
  padding: 3% 0 10% 0;
  background-color: #007ef3;
}
.Support em {
  color: var(--color-01_red);
  font-weight: 700;
}
.Support .Support__box {
  width: calc(690 / 750 * 100%);
  margin: 5% auto 0 auto;
  padding: 5%;
  border-radius: clamp(10px, calc((20 / 750)* 100vw), 20px);
  background: #fff;
}
.Support .Support__box_head {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-bottom: 7%;
}
.Support .Support__box_img {
  width: calc(188 / 750 * 100%);
}
.Support .Support__box_head p {
  padding: 5% 0;
  font-weight: 700;
  font-size: clamp(27.5px, calc((55 / 690) * 100vw), 55px);
  text-align: center;
  line-height: 1.2;
}
.Support .Support__box_txt {
  font-size: clamp(13px, calc((26 / 690) * 100vw), 26px);
  line-height: 1.8;
}
.Support .Support__box_note {
  margin-top: 3%;
  font-size: clamp(8px, calc((16 / 690) * 100vw), 16px);
}


/* --------------------
 * QA
 * -------------------- */
.QA {
  background-color: var(--color-01_blue);
  padding-top: 10%;
  padding-bottom: clamp(46.9333333333px, 14.6666666667vw, 110px);
  position: relative;
}
.QA .QA__head {
 width: calc(378 / 750 * 100%);
 margin: 0 auto 10% auto;
}
.QA .QA__inner {
  padding: 0 clamp(10.6666666667px, 3.3333333333vw, 25px);
}
.QA .QA__content {
  background-color: var(--color-00_white);
  margin-bottom: clamp(12.8px, 4vw, 30px);
}
.QA .QA__content:last-child {
  margin-bottom: 0;
}
.QA .QA__content.-open .QA__icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.QA .QA__inner2.-q {
  display: block;
}
.QA .QA__inner2.-a {
  display: none;
}
.QA .QA__question {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px) clamp(12.8px, 4vw, 30px);
}
.QA .QA__question:before {
  background-image: url("../images/qa_question.webp");
}
.QA .QA__answer {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: clamp(0.8533333333px, 0.2666666667vw, 2px) dashed var(--color-01_blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: clamp(17.0666666667px, 5.3333333333vw, 40px);
}
.QA .QA__answer:before {
  background-image: url("../images/qa_answer.webp");
}
.QA .QA__question:before,
.QA .QA__answer:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(21.3333333333px, 6.6666666667vw, 50px);
  flex: 0 0 clamp(21.3333333333px, 6.6666666667vw, 50px);
  height: clamp(21.3333333333px, 6.6666666667vw, 50px);
  width: clamp(21.3333333333px, 6.6666666667vw, 50px);
}
.QA .QA__questionText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  font-weight: 400;
  line-height: 1.6;
  margin-top: clamp(1.28px, 0.4vw, 3px);
}
.QA .QA__questionText em {
  color: var(--color-01_red);
  font-weight: 700;
}
.QA .QA__answerText {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: clamp(11.9466666667px, 3.7333333333vw, 28px);
  font-weight: 400;
  line-height: 1.6;
  margin-top: clamp(1.28px, 0.4vw, 3px);
}
.QA .QA__answerText em {
  color: var(--color-01_red);
  font-weight: 700;
}
.QA .QA__answerText .-small {
  font-size: clamp(9.3866666667px, 2.9333333333vw, 22px);
}
.QA .QA__icon {
  background-image: url("../images/qa_arrow.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(11.9466666667px, 3.7333333333vw, 28px);
  flex: 0 0 clamp(11.9466666667px, 3.7333333333vw, 28px);
  height: clamp(6.4px, 2vw, 15px);
  margin-top: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: clamp(11.9466666667px, 3.7333333333vw, 28px);
}


/* --------------------
 * Root
 * -------------------- */
.Root {
  background-color: #fff;
  -webkit-box-shadow: 0 0 clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 clamp(8.5333333333px, 2.6666666667vw, 20px) rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  width: clamp(320px, 100vw, 750px);
  z-index: 1;
}


/* --------------------
 * Title1
 * -------------------- */
.Title1 {
  background-color: #fff;
  display: block;
  font-size: clamp(20px, 7vw, 60px);
  font-weight: 900;
  line-height: 1;
  margin: 0 auto clamp(12.8px, 4vw, 30px);
  padding: clamp(4.2666666667px, 1.3333333333vw, 10px) clamp(12.8px, 4vw, 30px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.Title1.-red {
  background-color: var(--color-01_red);
  color: var(--color-00_white);
  text-shadow: 0 clamp(-1px, -0.1333333333vw, -0.4266666667px) 0 rgba(0, 0, 0, 0.4);
}
.Title1.-yellow {
  background-color: var(--color-02_yellow);
  color: var(--color-02_blue);
  text-shadow: 0 clamp(0.4266666667px, 0.1333333333vw, 1px) 0 rgba(255, 255, 255, 0.8);
}
.Title1.-blue {
  background-color: var(--color-01_blue);
  color: var(--color-00_white);
  text-shadow: 0 clamp(-1px, -0.1333333333vw, -0.4266666667px) 0 rgba(0, 0, 0, 0.4);
}
.Title1.-white {
  background-color: var(--color-00_white);
  color: var(--color-01_blue);
  text-shadow: 0 clamp(-1px, -0.1333333333vw, -0.4266666667px) 0 rgba(0, 0, 0, 0.4);
}

/* --------------------
 * Title2
 * -------------------- */
.Title2 {
  gap: clamp(4.2666666667px, 1.3333333333vw, 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-01_navy);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0 clamp(0.4266666667px, 0.1333333333vw, 1px) 0 rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0 clamp(0.4266666667px, 0.1333333333vw, 1px) 0 rgba(255, 255, 255, 0.8));
  font-size: clamp(21.3333333333px, 6.6666666667vw, 50px);
  font-weight: 900;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: clamp(21.3333333333px, 6.6666666667vw, 50px);
  text-align: center;
}
.Title2::before, .Title2::after {
  background-color: var(--color-01_navy);
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: clamp(1.7066666667px, 0.5333333333vw, 4px);
}
.Title2 .Title2__text {
  display: block;
}

/* --------------------
 * Voice
 * -------------------- */
.Voice {
  background: url(../images/voice_bg.webp) no-repeat;
  background-size: cover;
  padding-bottom: clamp(25.6px, 8vw, 60px);
  position: relative;
}
.Voice .Voice__inner {
  padding: 0 clamp(10.6666666667px, 3.3333333333vw, 25px);
}
.Voice .Voice__head {
  width: calc(441 / 750* 100%);
  margin: 0 auto 8% auto;
  padding-top: 10%;
}
.Voice .Voice__text1 {
  color: var(--color-01_navy);
  font-size: clamp(11.0933333333px, 3.4666666667vw, 26px);
  line-height: 1.5;
  margin-bottom: clamp(12.8px, 4vw, 30px);
  text-align: center;
}
.Voice .Voice__content {
  background-color: #fff;
  background-position: left top;
  background-repeat: repeat;
  background-size: clamp(8.5333333333px, 2.6666666667vw, 20px) clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-shadow: 0px 0 min(calc((30 / 750)* 100vw), 30px) 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0 min(calc((30 / 750)* 100vw), 30px) 0px rgba(0, 0, 0, 0.35);
  margin: 0 clamp(17.0666666667px, 5.3333333333vw, 40px) clamp(8.5333333333px, 2.6666666667vw, 20px);
  padding: clamp(12.8px, 4vw, 30px);
  width: clamp(285.8666666667px, 89.3333333333vw, 670px);
}
.Voice .Voice__header {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: clamp(1px, calc((2 / 750) * 100vw), 2px) solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
  padding-bottom: clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.Voice .Voice__header::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(64px, 20vw, 150px);
  flex: 0 0 clamp(64px, 20vw, 150px);
  height: clamp(64px, 20vw, 150px);
  width: clamp(64px, 20vw, 150px);
}
.Voice .Voice__header.-voice1::before {
  background-image: url("../images/voice_photo1.webp");
}
.Voice .Voice__header.-voice2::before {
  background-image: url("../images/voice_photo2.webp");
}
.Voice .Voice__header.-voice3::before {
  background-image: url("../images/voice_photo3.webp");
}
.Voice .Voice__header.-voice4::before {
  background-image: url("../images/voice_photo4.webp");
}
.Voice .Voice__header.-voice5::before {
  background-image: url("../images/voice_photo5.webp");
}
.Voice .Voice__header p {
  color: #333;
  font-size: clamp(14.08px, 4.4vw, 33px);
  font-weight: 900;
  line-height: 1.3;
}
.Voice .Voice__header p em {
  color: var(--color-01_red);
  font-weight: 700;
}
.Voice .Voice__text2 {
  color: var(--color-02_black);
  font-size: clamp(10.24px, 3.2vw, 24px);
  line-height: 1.8;
  padding: 0 clamp(4.2666666667px, 1.3333333333vw, 10px);
}
.Voice .Voice__sliderWrapper {
  position: relative;
}
.Voice .Voice__slider {
  margin-bottom: 0;
}
.Voice .Voice__arrow .slick-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--color-01_blue);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: clamp(25.6px, 8vw, 60px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: clamp(128px, 40vw, 300px);
  width: clamp(25.6px, 8vw, 60px);
}
.Voice .Voice__arrow .slick-arrow:before {
  background-image: url("../images/slider_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: clamp(14.5066666667px, 4.5333333333vw, 34px);
  opacity: 1;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: clamp(8.96px, 2.8vw, 21px);
}
.Voice .Voice__arrow .slick-prev {
  left: clamp(4.2666666667px, 1.3333333333vw, 10px);
}
.Voice .Voice__arrow .slick-prev:before {
  margin-left: clamp(-4px, -0.5333333333vw, -1.7066666667px);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.Voice .Voice__arrow .slick-next {
  right: clamp(4.2666666667px, 1.3333333333vw, 10px);
}
.Voice .Voice__dots {
  margin-top: clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.Voice .Voice__dots .slick-dots {
  gap: clamp(8.5333333333px, 2.6666666667vw, 20px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.Voice .Voice__dots .slick-dots li,
.Voice .Voice__dots .slick-dots button {
  display: block;
  height: clamp(8.5333333333px, 2.6666666667vw, 20px);
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.Voice .Voice__dots .slick-dots button {
  font-size: 0;
}
.Voice .Voice__dots .slick-dots button::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: clamp(8.5333333333px, 2.6666666667vw, 20px);
  opacity: 1;
  width: clamp(8.5333333333px, 2.6666666667vw, 20px);
}
.Voice .Voice__dots .slick-dots .slick-active button::before {
  background-color: var(--color-01_blue);
}