@charset "UTF-8";
/*!
* ress.css • v4.0.0
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
 # 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;
}

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

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

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

[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;
  color: inherit;
}

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

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

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.u-pc {
  display: block;
}

.u-sp {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
}
p {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.cv {
  position: relative;
}

.outer {
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.wrapper {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wrapper {
    min-width: inherit;
  }
}

.btn {
  transition: filter 0.3s;
  display: block;
}
.btn:hover {
  filter: brightness(130%);
}

.header {
  background-color: #fff;
  padding: 16px 20px 18px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 751px) and (max-width: 1460px) {
  .header {
    padding: 1.095890411vw 1.3698630137vw 1.2328767123vw;
  }
}
@media screen and (max-width: 750px) {
  .header {
    position: fixed;
    transition: 1s;
    padding: 2.1333333333vw 4vw;
  }
}
.header > div {
  max-width: 1675px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header h1 {
  margin-right: 30px;
  width: 8.904109589vw;
  max-width: 130px;
}
@media screen and (min-width: 751px) and (max-width: 1460px) {
  .header h1 {
    margin-right: 2.0547945205vw;
  }
}
@media screen and (max-width: 750px) {
  .header h1 {
    width: 20.9333333333vw;
    max-width: 157px;
    margin-right: 2.6041666667vw;
  }
}
.header ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 486px;
  gap: 26px;
}
@media screen and (min-width: 751px) and (max-width: 1460px) {
  .header ul {
    gap: 1.7808219178vw;
    max-width: 33.2876712329vw;
  }
}
@media screen and (min-width: 751px) {
  .header ul li:nth-child(1) {
    width: 11.095890411vw;
    max-width: 162px;
  }
  .header ul li:nth-child(2) {
    width: 20vw;
    max-width: 292px;
  }
  .header ul li:nth-child(3) {
    width: 8.904109589vw;
    max-width: 130px;
  }
  .header ul li:nth-child(4) {
    width: 13.4246575342vw;
    max-width: 196px;
  }
}
.header ul li a {
  transition: 0.4s;
}
.header ul li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .header ul {
    display: none;
    max-width: 550px;
    width: 73.3%;
    position: absolute;
    top: 100%;
    right: 0;
    left: initial;
  }
}
.header .tel {
  z-index: 2;
  display: block;
  margin-left: auto;
  width: 14.2465753425vw;
  max-width: 208px;
}
.header .tel img {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .header .tel a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .header .tel a .icon {
    width: 1.9863013699vw;
    max-width: 29px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1460px) {
  .header .tel a .icon {
    margin-right: 0.3424657534vw;
  }
}
@media screen and (min-width: 751px) {
  .header .tel a span {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block;
    flex: 1 1 auto;
    text-align: center;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1460px) {
  .header .tel a span {
    font-size: 1.3698630137vw;
    line-height: 1.9178082192vw;
  }
}
@media screen and (max-width: 750px) {
  .header .tel {
    width: 7.3333333333vw;
  }
}
.header .tel .hours {
  display: block;
  width: 100%;
  max-width: 208px;
  margin: 3px auto 0 0;
}
@media screen and (max-width: 750px) {
  .header .tel .hours {
    display: none;
  }
}
.header .cv_5 {
  z-index: 2;
  margin: 0 0 0 24px;
  display: flex;
  width: 28.0821917808vw;
  max-width: 410px;
}
@media screen and (min-width: 751px) and (max-width: 1460px) {
  .header .cv_5 {
    margin: 0 0 0 1.6438356164vw;
  }
}
.header .cv_5 a:nth-child(1) {
  width: 13.698630137vw;
  max-width: 200px;
}
.header .cv_5 a:nth-child(2) {
  width: 13.698630137vw;
  max-width: 200px;
  margin-left: 0.625vw;
}
@media screen and (max-width: 750px) {
  .header .cv_5 {
    right: 10px;
    margin: 0 0 0 1.6vw;
    flex: 1 1 57.8666666667vw;
    max-width: 434px;
  }
  .header .cv_5 a:nth-child(1) {
    width: 26.6666666667vw;
  }
  .header .cv_5 a:nth-child(2) {
    width: 29.6vw;
    max-width: 222px;
    margin-left: 1.6vw;
  }
}

.header__wrap {
  width: 100% !important;
  flex-wrap: nowrap;
}

.fv {
  position: relative;
}
@media screen and (max-width: 750px) {
  .fv {
    padding-top: 11.7333333333vw;
  }
}
.fv .badge {
  position: absolute;
  left: 46.4%;
  top: 5.7%;
  width: 12.563%;
}
@media screen and (max-width: 750px) {
  .fv .badge {
    left: 60%;
    top: 55%;
    width: 36.563%;
  }
}

.cv01 {
  position: relative;
}
.cv01 .cv_btn01 {
  position: absolute;
  top: 39%;
  left: 23.5%;
  width: 25.4166666667%;
}
@media screen and (max-width: 750px) {
  .cv01 .cv_btn01 {
    top: 12vw;
    left: 50%;
    transform: translateX(-50%);
    width: 86.6666666667vw;
  }
}
.cv01 .cv_btn01 .btn_1_img {
  position: absolute;
  top: -68%;
  left: -7.5%;
  width: 33.606557377%;
}
.cv01 .cv_btn02 {
  position: absolute;
  top: 39%;
  right: 23.4%;
  width: 25.4166666667%;
}
@media screen and (max-width: 750px) {
  .cv01 .cv_btn02 {
    top: 37.3333333333vw;
    right: 50%;
    transform: translateX(50%);
    width: 86.6666666667vw;
  }
}

.cv02 {
  position: relative;
}
.cv02 .cv_btn01 {
  position: absolute;
  top: 69%;
  left: 23.5%;
  width: 25.4166666667%;
}
@media screen and (max-width: 750px) {
  .cv02 .cv_btn01 {
    top: 135.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 86.6666666667vw;
  }
}
.cv02 .cv_btn02 {
  position: absolute;
  top: 69%;
  right: 23.4%;
  width: 25.4166666667%;
}
@media screen and (max-width: 750px) {
  .cv02 .cv_btn02 {
    top: 159.4666666667vw;
    right: 50%;
    transform: translateX(50%);
    width: 86.6666666667vw;
  }
}

.cv03 {
  position: relative;
}
.cv03 .cv_btn01 {
  position: absolute;
  top: 53%;
  left: 23.5%;
  width: 25.4166666667%;
}
@media screen and (max-width: 750px) {
  .cv03 .cv_btn01 {
    top: 135.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 86.6666666667vw;
  }
}
.cv03 .cv_btn02 {
  position: absolute;
  top: 53%;
  right: 23.4%;
  width: 25.4166666667%;
}
@media screen and (max-width: 750px) {
  .cv03 .cv_btn02 {
    top: 159.4666666667vw;
    right: 50%;
    transform: translateX(50%);
    width: 86.6666666667vw;
  }
}
.cv03 .cv_btn03 {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: url(../img/pc/cv03_telbg.webp)no-repeat;
  background-size: 100%;
  padding: 3.5% 0;
}
@media screen and (max-width: 750px) {
  .cv03 .cv_btn03 {
    top: 184.0666666667vw;
    width: 86.6666666667vw;
    background: none;
    padding: 0;
  }
}
.cv03 .cv_teltext {
  font-weight: bold;
  font-size: 1.875vw;
  line-height: 1.555;
  letter-spacing: 0.05em;
  color: #FC647F;
  position: absolute;
  left: 35.29%;
  top: 30.65%;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .cv03 .cv_teltext {
    font-size: 36px;
  }
}

.sec04 {
  position: relative;
}
.sec04 .slider {
  width: 53.75%;
  position: absolute;
  left: 50%;
  top: 34%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .sec04 .slider {
    width: 84vw;
    top: 40.8vw;
  }
}
.sec04 .slick-prev,
.sec04 .slick-next {
  width: 0.7291666667vw;
  height: 1.6666666667vw;
  z-index: 2;
}
.sec04 .slick-prev:hover,
.sec04 .slick-next:hover {
  opacity: 0.7;
}
.sec04 .slick-prev {
  background-image: url(../img/pc/btn-prev2.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -1.9791666667vw;
}
.sec04 .slick-prev::before {
  content: none;
}
.sec04 .slick-next {
  background-image: url(../img/pc/btn-next2.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -1.9791666667vw;
}
.sec04 .slick-next::before {
  content: none;
}
.sec04 .slick-dots {
  bottom: -30px;
}
.sec04 .slick-dots li {
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  margin: 0 7.5px;
}
.sec04 .slick-dots li button {
  background-color: #fff;
  border: 1px solid #66b5e2;
  opacity: 1;
  border-radius: 50%;
  padding: 4px;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
}
.sec04 .slick-dots li button::before {
  content: none;
}
.sec04 .slick-dots li.slick-active button {
  background-color: #66b5e2;
}
.sec04 .slick-dots li.slick-active button::before {
  content: none;
}
.sec04 .slider-item {
  padding: 0 17px 17px;
}
.sec04 .slider-item img {
  filter: drop-shadow(0px 5.625px 4.5px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 750px) {
  .sec04 .slider {
    width: 86.6666666667vw;
    top: 34%;
  }
  .sec04 .slider .slick-slide {
    margin: 0 0;
  }
  .sec04 .slick-prev,
  .sec04 .slick-next {
    width: 2.4vw;
    height: 5.6vw;
  }
  .sec04 .slick-prev {
    left: -4vw;
    top: 47%;
  }
  .sec04 .slick-next {
    right: -4vw;
    top: 47%;
  }
  .sec04 .slick-dots {
    bottom: -6.6666666667vw;
  }
  .sec04 .slick-dots li {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0 2vw;
  }
  .sec04 .slick-dots li button {
    background-color: #fff;
    border: 1px solid #66b5e2;
    opacity: 1;
    border-radius: 50%;
    padding: 4px;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
  .sec04 .slider-item {
    padding: 0 0 2.6666666667vw;
  }
  .sec04 .slider-item img {
    filter: drop-shadow(0px 5.625px 4.5px rgba(0, 0, 0, 0.2));
  }
}/*# sourceMappingURL=style.css.map */

.lp_it_hojo {
  text-align: center;
  width: 100%;
  background: #fffdf5;
  padding: 6rem 0 0;

  img {
    width: 90%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
  }
}

.li_timecard_pr {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffeac8;
  color: #333;
  padding: 20px 0 10px;

  p {
    font-size: 16px;
    font-weight: bold;

    u {
      text-decoration: underline;
    }

    span {
      font-size: 26px;
    }

    b {
      font-size: 10px;
      font-weight: normal !important;
      color: #777;
    }
  }

  img {
    width: 350px;
    height: auto;
    margin-left: 20px;
  }
}

@media screen and (max-width: 750px) {
  .li_timecard_pr {
    display: block;
    text-align: center;

    p {
      text-align: center;
      font-size: 4vw;

      span {
        font-size: 6vw;
      }
    }

    img {
      width: 60%;
      margin: 0 auto;
    }
  }
}