@charset "UTF-8";
@media screen and (min-width: 768px) {
  .is-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: none;
  }
}
body {
  overflow-x: hidden;
}

body.is-scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.is-scrollLock {
    position: initial;
  }
}

.section__inner {
  padding: 0 4vw 0 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .section__inner {
    width: 100%;
    max-width: 1027px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0;
    margin-top: min(3.879vw, 53px);
  }
}

.btn,
a.btn,
button.btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  width: clamp(237px, 29.2825768668vw, 400px);
  height: clamp(68px, 8.78477306vw, 120px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .btn,
a.btn,
button.btn {
    font-size: min(1.75695vw, 24px);
    width: clamp(237px, 29.2825768668vw, 400px);
    height: clamp(68px, 8.78477306vw, 120px);
  }
}

a.btn-border-shadow,
a.btn-entry {
  padding: inherit;
  background: #fff;
  border: 1px solid #333;
}

a.btn-border-shadow:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #333;
  border-radius: 0.5rem;
  background: #f4f4f4;
  z-index: -10;
}

a.btn-border-shadow:hover {
  top: clamp(-1px, -0.0732064422vw, -0.76px);
  left: clamp(-1px, -0.0732064422vw, -0.76px);
}

button.btn-border-shadow--color,
a.btn-border-shadow--color,
a.btn-entry-color {
  border-radius: 0;
  background: #f45f5f;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}

.btn:hover .btn-border-shadow,
.btn:hover .button__arrow {
  transform: translateY(-50%) rotate(45deg);
}

.horizontal__title {
  display: contents;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .horizontal__title {
    display: flex;
    gap: 86px;
    padding-left: 46px;
  }
}

.titlecircle__text-business {
  margin-left: 25px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .titlecircle__text-business {
    margin: 0;
  }
}

.horizontal__text span {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.horizontal__text span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: #f45f5f;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .horizontal__text span::before {
    width: min(9.51vw, 130px);
    height: min(9.51vw, 130px);
  }
}

@media screen and (max-width: 374px) {
  .horizontal__text span::before {
    width: 70px;
    height: 70px;
  }
}
.horizontal__subtitle {
  font-size: 24px;
  margin-left: 10px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .horizontal__subtitle {
    font-size: 7.5rem;
    padding-top: 0;
    margin-left: 33px;
  }
}

@media screen and (max-width: 900px) {
  .horizontal__subtitle {
    margin-left: 0;
  }
}
.titlecircle__text {
  font-size: min(16vw, 60px);
  font-weight: bold;
  color: #f45f5f;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 6px;
  text-align: inherit;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .titlecircle__text {
    text-align: center;
    font-size: min(7.5642vw, 100px);
    letter-spacing: 10px;
    margin: 0;
  }
}

@media screen and (max-width: 374px) {
  .titlecircle__text {
    font-size: 44px;
  }
}
.titlecircle__wrap-01 {
  position: relative;
  z-index: 10;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .titlecircle__wrap-01 {
    display: flex;
    justify-content: flex-start;
  }
}

.button__text {
  width: 400px;
  height: 120px;
}

a.header__button-entry {
  position: relative;
  border: none;
}

.header__button-entry::after {
  content: "";
  position: absolute;
  background-image: url(../img/arrow_btn.png);
  background-repeat: no-repeat;
  background-size: 50%;
  width: 10%;
  height: 20%;
  right: 0%;
  top: 33%;
  display: block;
  transform: translate(-50%, 50%);
}

.splide {
  width: 100%;
}
.splide__track, .splide__slide {
  width: 100%;
  height: 100%;
}
.splide__track img, .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  transition: transform 0.5s;
  width: 40px;
  height: 23px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f45f5f;
  border-radius: 4px;
  transition: transform 0.5s;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  bottom: 0;
}

#menu01.active {
  transform: rotate(90deg);
}

#menu01 span {
  transition: transform 0.5s;
}

#menu01.active span:nth-of-type(1) {
  transition-delay: 0.8s;
  transform: translateY(10px) rotate(-65deg);
  background: #fff;
}

#menu01.active span:nth-of-type(2) {
  transition-delay: 0.8s;
  transform: translateY(-10px) rotate(65deg);
  background: #fff;
}

.header__inner {
  padding: 14px 11px;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0;
  }
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__container {
    justify-content: flex-end;
  }
}

.hamburger__nav-lists {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
}

.hamburger__nav-lists.panelactive {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 999;
  visibility: visible;
  top: 0;
  left: 0;
  transform: translateX(0px);
  pointer-events: unset;
}

.hamburger__item {
  position: fixed;
  z-index: 9999;
  top: auto;
  right: 0;
  transform: translate(-50%, -50%);
}

.hamburger__line01 {
  position: relative;
}
.hamburger__line01::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f45f5f;
  text-align: center;
  top: -1px;
  left: -18px;
  transition: transform 0.5s;
}

#menu01.active .hamburger__line01::before {
  transform: translate(14px, -12px);
  transition-delay: 0.8s;
  background: #fff;
}

.hamburger__line02 {
  position: relative;
}
.hamburger__line02::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f45f5f;
  text-align: center;
  top: -1px;
  left: -18px;
  transition: transform 0.5s;
}

#menu01.active .hamburger__line02::before {
  transition-delay: 0.8s;
  transform: translate(13px, 10px);
  background: #fff;
}

.hamburger__nav-lists {
  background: #f45f5f;
  padding: 29px 15.5px 50px;
}

.nav-list-item {
  border-bottom: 1px solid #fff;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  transition: 1.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.nav-list-item.panelactive {
  border-bottom: 1px solid #fff;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.sp-header-nav-item-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 48.86px;
  letter-spacing: 2.4px;
  color: #fff;
  position: relative;
  padding-left: 16px;
}
.sp-header-nav-item-link::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  top: 50%;
  left: 0;
}

.hamburger__entry-wrapper {
  display: block;
  margin-top: 16px;
}
.hamburger__entry-wrapper img {
  display: block;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .header__logo-SP {
    max-width: 120px;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .fv__inner {
    position: relative;
    padding-left: min(10.625rem, 170px);
  }
}

.fv__container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__container {
    margin: 0 0 0 auto;
    width: 100%;
    height: 100%;
  }
}

.slogan {
  color: #f45f5f;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.25rem;
  width: 100%;
  overflow-x: initial;
}
@media screen and (min-width: 768px) {
  .slogan {
    font-size: clamp(6.875rem, 6.072rem + 1.67vw, 7.5rem);
    white-space: nowrap;
  }
}

@media screen and (max-width: 374px) {
  .slogan {
    font-size: 83px;
  }
}
.fv__slogan {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .fv__slogan {
    margin-top: 0;
    margin-left: 0;
    bottom: 11px;
  }
}

.fv__logo {
  vertical-align: initial;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .slogan__vertical--text {
    writing-mode: vertical-rl;
    margin-top: -40px;
    margin-left: min(-0.439238653vw, -6px);
    letter-spacing: min(0.9516837482vw, 13px);
  }
}

.slogan__horizontal {
  letter-spacing: 8.3px;
  text-align: end;
}
@media screen and (min-width: 768px) {
  .slogan__horizontal {
    letter-spacing: 21.3px;
  }
}

.slogan__horizontal--bottommidle {
  display: block;
  text-align: end;
  margin-top: 97px;
  margin-bottom: 117px;
}
@media screen and (min-width: 768px) {
  .slogan__horizontal--bottommidle {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .slogan__horizontal--bottom01 {
    margin-left: 0;
    margin-top: min(-0.3660322108vw, -5px);
    display: inherit;
    letter-spacing: min(1.0980966325vw, 15px);
  }
}

@media screen and (max-width: 768px) {
  .slogan__horizontal--bottom01 {
    letter-spacing: min(0.439238653vw, 6px);
  }
}
/* Custom Animate.css */
.wave {
  width: min(5.60224vw, 23px);
  height: min(5.60224vw, 23px);
  background: #f45f5f;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .wave {
    width: 40px;
    height: 40px;
    top: -20%;
    left: -20%;
  }
}

@media screen and (max-width: 399px) {
  .wave {
    width: 23px;
    height: 23px;
  }
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.4, 0.4, 0.4);
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.4, 0.4, 0.4);
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 0;
  }
}
/* ページネーションのスタイル */
.splide__pagination--custom button {
  background: #f45f5f;
  opacity: 0.6;
  height: 12px;
  width: 12px;
}

/* 現在表示されているページネーションのスタイル */
.splide__pagination--custom .is-active {
  background: #f45f5f;
  height: 12px;
  width: 12px;
  opacity: 1;
  transform: scale(1);
}

/* ページネーションの位置 */
.splide__pagination--custom {
  position: absolute;
  left: 0.25rem;
  bottom: -40px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .splide__pagination--custom {
    height: 12px;
    width: 12px;
    bottom: 75px;
    left: -116px;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

/* ページネーション間の余白 */
.splide__pagination--custom li {
  margin-bottom: 20px;
  margin-left: 8px;
}

/* スライドのサイズ調整 */
.splide__slide img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .splide__slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.FV-splide .splide__arrow {
  opacity: 1;
}

.FV-splide .splide__arrow.splide__arrow--prev {
  display: none;
  visibility: hidden;
}

.splide__arrows {
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .splide__arrows {
    position: relative;
  }
}

.FV-splide .splide__arrow.splide__arrow--next {
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #f45f5f;
  transform: initial;
  position: absolute;
  left: 0.3125rem;
  top: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .FV-splide .splide__arrow.splide__arrow--next {
    width: 30px;
    height: 30px;
    left: -7rem;
    top: 25px;
    transform: translate(-50%, -50%);
  }
}

.splide__arrow svg {
  fill: none;
}

.FV-splide .splide__arrow.splide__arrow--next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #f45f5f;
  border-bottom: 1px solid #f45f5f;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .FV-splide .splide__arrow.splide__arrow--next::after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 768px) {
  .splide__track {
    display: block;
    margin: 0 0 0 auto;
  }
}

.copyRight {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 80%;
  left: 10px;
  font-size: 13px;
  transform: rotate(90deg);
  transform-origin: left;
  color: #333;
  letter-spacing: initial;
  transform: rotate(90deg) translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .copyRight {
    left: -7.375rem;
    top: 65%;
  }
}

.copyRight__text {
  font-weight: 400;
}

.mt80 {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 108px;
  }
}

@media screen and (min-width: 768px) {
  .message__inner {
    padding: 0 min(5.1976573939vw, 71px) 0 min(5.0512445095vw, 69px);
  }
}

.message__title {
  justify-content: space-between;
  position: absolute;
  top: 36px;
  right: 0.625rem;
  gap: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .message__title {
    justify-content: space-between;
    position: absolute;
    top: 60px;
    right: 0;
    gap: 7.8125rem;
  }
}

@media screen and (max-width: 900px) {
  .message__title {
    display: block;
    position: static;
    padding-left: 46px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px) {
  .message__containe {
    position: relative;
  }
}

.message__container {
  position: relative;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .message__container {
    padding: 82px 0;
  }
}

.message__image {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .message__image {
    width: 100%;
    height: 100%;
    max-height: 570px;
    max-width: 800px;
    margin-right: 45px;
    margin-bottom: 0;
  }
}
.message__image img {
  height: 90%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .message__disctiption {
    max-width: 259px;
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (max-width: 900px) {
  .message__disctiption {
    width: 100%;
    max-width: 100%;
    padding: 24px;
  }
}
.message__discription-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .message__discription-text {
    top: 115%;
    line-height: 26px;
    margin-bottom: 18px;
  }
}

.message__box {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .message__box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

@media screen and (max-width: 900px) {
  .message__box {
    display: block;
  }
}
.business {
  z-index: 1;
  background: #f4f4f4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .business {
    padding: 52px 0 0;
  }
}

.business::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  background: url(../img/curve-pink-SP02.svg) no-repeat top center/contain;
  top: 5%;
}
@media screen and (min-width: 768px) {
  .business::before {
    left: 0;
    background: url(../img/curve-pink-PC-02.svg) no-repeat top center/contain;
    top: 10%;
  }
}

.business::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 24%;
  aspect-ratio: 375.05/255.38;
  background: url(../img/curve-pink-SP01.svg) no-repeat top center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .business::after {
    background: url(../img/curve-pink-PC-02.svg) no-repeat top center/contain;
    bottom: 0;
    transform: scale(1, -1);
  }
}

.business__section-inner {
  padding-top: 80px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .business__section-inner {
    padding: 0 min(5.1976573939vw, 71px) 0 min(5.0512445095vw, 69px);
  }
}

.business__container {
  position: relative;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .business__container {
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .business__subtitle {
    margin-left: 8px;
  }
}

.title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 24px;
    padding-left: 1.625rem;
  }
}

.title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f45f5f;
  text-align: center;
  top: 50%;
  left: -1%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .title::before {
    top: 50%;
    left: 8px;
    width: 13px;
    height: 13px;
  }
}

.business__box {
  margin-top: 4.9048316252vw;
}

.discription__text {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .discription__text {
    padding-top: min(2.9282576867vw, 40px);
  }
}

.container {
  display: flex;
  margin-bottom: 80px;
}

.container:nth-child(even) {
  display: flex;
}
@media screen and (min-width: 768px) {
  .container:nth-child(even) {
    flex-direction: row-reverse; /*左右入れ替え*/
    gap: 2.5rem;
    margin-bottom: 40px;
  }
}

.thumbnail {
  height: 100%;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .thumbnail {
    width: 50.15%;
    max-width: 445px;
  }
}

.even-container {
  padding-left: 0;
}

.even-image {
  border-top-left-radius: 100px;
  padding-left: 0;
}

.odd-image {
  margin-top: 28px;
  border-top-right-radius: 68px;
}
@media screen and (min-width: 768px) {
  .odd-image {
    border-top-right-radius: 100px;
  }
}

.contents {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .contents {
    width: 49.85%;
    max-width: 512px;
    margin-left: 5.5636896047vw;
  }
}

.even-contents {
  padding-left: 0;
  margin-right: 40px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    width: 100%;
  }
  .thumbnail {
    height: 100%;
    width: 100%;
  }
  .contents {
    display: contents;
    margin-left: 0;
  }
  .title__description {
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin: 16px 10px;
    order: -1;
  }
  .text {
    margin: 40px 0;
    line-height: 28px;
  }
}
.title__description::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f45f5f;
  text-align: center;
  top: 50%;
  left: -1%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .title__description::before {
    left: 8px;
  }
}

.title__description-02 {
  margin-top: 0;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .title__description-02 {
    margin: 0;
  }
}

.pickup {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .pickup {
    margin-top: 80px;
  }
}

.section__pickup {
  margin-top: min(14.3721vw, 190px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .section__pickup {
    width: 100%;
    max-width: 1226px;
    margin: auto;
  }
}

.pickup__line-right {
  position: relative;
  width: min(22.6928vw, 300px);
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .pickup__line-right {
    padding-top: 77px;
  }
}

.pickup__line-right::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: min(26.6666vw, 100px);
  height: 1px;
  top: -1rem;
  right: 0;
  background-color: #f45f5f;
}
@media screen and (min-width: 768px) {
  .pickup__line-right::before {
    width: min(14.6412884334vw, 200px);
    margin-left: 0%;
    top: 2.0625rem;
    right: 0;
  }
}

.pickup__line-right::after {
  content: "";
  position: absolute;
  width: min(40vw, 150px);
  display: inline-block;
  height: 1px;
  top: -0.4375rem;
  right: 0;
  background-color: #f45f5f;
}
@media screen and (min-width: 768px) {
  .pickup__line-right::after {
    width: min(22.692vw, 300px);
    top: 3.0625rem;
    right: 0;
  }
}

.pickup__line-left {
  position: relative;
  padding-top: 77px;
  width: min(22.6928vw, 300px);
}

.pickup__line-left::before {
  content: "";
  position: absolute;
  width: min(26.6666vw, 100px);
  display: inline-block;
  height: 1px;
  top: 1.25rem;
  background-color: #f45f5f;
}
@media screen and (min-width: 768px) {
  .pickup__line-left::before {
    width: min(14.6412884334vw, 200px);
    top: 4.25rem;
    left: 0;
  }
}

.pickup__line-left::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: min(40vw, 150px);
  height: 1px;
  top: 0.625rem;
  background-color: #f45f5f;
}
@media screen and (min-width: 768px) {
  .pickup__line-left::after {
    width: min(22.692vw, 300px);
    top: 3.0625rem;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .pickup__text,
.pickup__virtical {
    writing-mode: tb-rl;
  }
}

.pickup__text {
  margin-left: 26px;
}
@media screen and (min-width: 768px) {
  .pickup__text {
    margin-top: 10px;
    margin-left: 0;
  }
}

.pickup__virtical {
  position: relative;
  font-size: 16px;
  line-height: 2.36;
  font-weight: 700;
  margin-left: 20px;
  padding: 20px 0 5px;
  letter-spacing: 2;
}
@media screen and (min-width: 768px) {
  .pickup__virtical {
    margin-right: 2rem;
    padding: 0;
    letter-spacing: 0.375rem;
  }
}

.pickup__virtical::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f45f5f;
  text-align: center;
  top: 43%;
  left: -22px;
  transform: translate(50%, 50%);
}
@media screen and (min-width: 768px) {
  .pickup__virtical::before {
    top: -17%;
    left: 16%;
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 374px) {
  .pickup__virtical::before {
    left: -10%;
  }
}
.pickup__text span {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.pickup__text span::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 22%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #f45f5f;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .pickup__text span::before {
    top: 15%;
    left: 55%;
    width: min(9.51vw, 130px);
    height: min(9.51vw, 130px);
  }
}

@media screen and (max-width: 374px) {
  .pickup__text span::before {
    width: 64px;
    height: 64px;
  }
}
.pickup__box {
  display: block;
  margin-top: 39px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pickup__box {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
  }
}

.pickup__boxs {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .pickup__boxs {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.4641288433vw;
  }
}

.youtube__box {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
  border: none; /* フレームのボーダーを削除 */
}
@media screen and (min-width: 768px) {
  .youtube__box {
    position: relative;
    margin-top: 1.25rem;
    overflow: hidden;
    width: 100%;
    border: none;
    max-width: 800px;
  }
}

.youtube__box::before {
  content: "";
  display: block;
  padding-top: 61.75%;
}

.youtube__box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pickup__container {
  position: relative;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .pickup__container {
    padding: 31px 100px 0;
  }
}

.section__pickup::after {
  content: "";
  position: absolute;
  background: url(../img/img-logo-01-PC.png) no-repeat center/contain;
  width: 17%;
  bottom: 0;
  right: 16px;
  aspect-ratio: 147/128;
  transform: rotate(-20deg);
}
@media screen and (min-width: 768px) {
  .section__pickup::after {
    bottom: 18%;
    right: 20px;
    width: 12.5%;
    transform: rotate(-22deg);
  }
}

/* color section */
.horizontal__noFlex {
  display: block;
}

.colorItem__img {
  height: auto;
  margin-top: 42px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .colorItem__img {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .colorTitle {
    padding-left: 9px;
  }
}

.color__image-PC {
  border-bottom-left-radius: 45px;
  border-top-right-radius: 45px;
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .color__image-PC {
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}

img.color__image-PC {
  width: 100%;
  max-width: 473px;
}

.color__note {
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .section_color {
    margin-top: 74px;
    padding: 0 min(5.1976573939vw, 71px) 0 min(5.0512445095vw, 69px);
  }
}

@media screen and (min-width: 768px) {
  .color__smallCircle {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .color__titleCircle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: static;
  }
}

.color__wrap01 {
  display: flex;
}
@media screen and (min-width: 768px) {
  .color__wrap01 {
    flex: 1;
  }
}

.flow__circle {
  margin-left: 33px;
}
@media screen and (min-width: 768px) {
  .flow__circle {
    margin-left: 0;
  }
}

.clear__text {
  position: relative;
  text-align: inherit;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .clear__text {
    margin-left: 40px;
  }
}

.clear__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f45f5f;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .clear__text::before {
    top: 50%;
    left: 5%;
    width: min(9.51vw, 130px);
    height: min(9.51vw, 130px);
  }
}

@media screen and (max-width: 374px) {
  .clear__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 7%;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #f45f5f;
    z-index: -1;
  }
}
.horizontal__subtitle-noFlex {
  padding-left: 10px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .horizontal__subtitle-noFlex {
    padding-left: 0;
    padding-top: 33px;
  }
}

.color__title {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 24px;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .color__title {
    margin-top: 1.5625rem;
  }
}

.color__title::before {
  left: 1%;
}

.color__title-sub {
  font-size: 18px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .color__title-sub {
    font-size: 24px;
  }
}

.color__description {
  margin: 48px 0 60px;
  line-height: 28px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .color__description {
    line-height: 1.75;
    margin-bottom: 1.25rem;
    margin-top: 2.6875rem;
  }
}

.color__box {
  display: grid;
  position: relative;
}
@media screen and (min-width: 768px) {
  .color__box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 22px;
  }
}

.color__container {
  display: block;
  position: relative;
  padding-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .color__container {
    padding: 30px 0 15px;
    padding-right: 39px;
    padding-left: 10px;
  }
}

:not(:last-child).color__container::after {
  background-color: #f45f5f;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 96.1013645224%;
}

@media screen and (max-width: 767px) {
  .color__container::after {
    background-color: #f45f5f;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 96.1013645224%;
  }
}

.color__order02::after {
  background-color: #f45f5f;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  width: 96.1013645224%;
}

.color__order01 {
  order: 1;
  padding-top: 19px;
}
@media screen and (min-width: 768px) {
  .color__order01 {
    padding-top: 0;
  }
}

.color__order02 {
  order: 3;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .color__order02 {
    padding: 43px 0 47px;
    padding-right: 39px;
    padding-left: 10px;
  }
}

.color__order03 {
  order: 5;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .color__order03 {
    padding-left: 52px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-top: 37px;
  }
}

.color__order04 {
  order: 4;
  padding-top: 38px;
}
@media screen and (min-width: 768px) {
  .color__order04 {
    padding-left: 52px;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.color__order05 {
  order: 6;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .color__order05 {
    padding-left: 52px;
    padding-right: 0;
    padding-top: 36px;
    padding-bottom: 52px;
  }
}

.color__titleOrder05::before {
  left: 1%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .color__titleOrder05::before {
    top: 55%;
    left: 1%;
  }
}

.color__order06 {
  order: 2;
  padding-top: 36px;
  padding-left: 2px;
}
@media screen and (min-width: 768px) {
  .color__order06 {
    padding-left: 50px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 35px;
  }
}

.color__box-left,
.color__box-right {
  display: contents;
}
@media screen and (min-width: 768px) {
  .color__box-left,
.color__box-right {
    display: block;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .color__box-left {
    border-right: 1px solid #f45f5f;
    padding-top: 52px;
  }
}

@media screen and (min-width: 768px) {
  .color__box-right {
    padding-top: 60px;
  }
}

.jobInfo__logoBox {
  position: relative;
}

.jobInfo__logoBox::after {
  content: "";
  position: absolute;
  background: url(../img/img-logo-jobinfo-SP.svg) no-repeat center/contain;
  aspect-ratio: 1.5/1;
  bottom: -12%;
  right: 0;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .jobInfo__logoBox::after {
    bottom: -5%;
    right: 3%;
    width: 17%;
  }
}

.l-line {
  position: relative;
}

.l-line::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 375.05/255.38;
  left: 0;
  background: url(../img/curve-pink-SP02.svg) no-repeat top center/contain;
  top: 29%;
}
@media screen and (min-width: 768px) {
  .l-line::before {
    aspect-ratio: 688.03/1364.94;
    left: 0;
    background: url(../img/curve-pink-PC-02.svg) no-repeat top center/contain;
    top: 14%;
  }
}

.l-line::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -8%;
  right: 0;
  aspect-ratio: 375.05/255.38;
  background: url(../img/curve-pink-SP01.svg) no-repeat top center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-line::after {
    background: url(../img/line-PC.png) no-repeat top center/contain;
    bottom: -23%;
    left: 0;
    width: 100%;
    transform: scale(1, -1);
  }
}

.section__jobInfo {
  margin-top: 80px;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .section__jobInfo {
    position: relative;
    padding: 180px min(5.1976573939vw, 71px) 0 min(5.0512445095vw, 69px);
  }
}

.section__jobInfo::after {
  background-color: #f4f4f4;
  content: "";
  height: 1075px;
  height: 68%;
  position: absolute;
  left: 0;
  top: 19px;
  width: 812px;
  width: 70%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section__jobInfo::after {
    background-color: #f4f4f4;
    content: "";
    height: 1075px;
    height: 58%;
    position: absolute;
    left: 0;
    top: 19px;
    width: 812px;
    width: 59%;
    z-index: -1;
  }
}

.jobInfo__container {
  margin: 30px auto;
  max-width: 866px;
}
@media screen and (min-width: 768px) {
  .jobInfo__container {
    margin: 0;
  }
}

.jobInfo__text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .jobInfo__text {
    padding-left: 0;
  }
}

.jobInfo__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #f45f5f;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .jobInfo__text::after {
    top: 50%;
    left: 5%;
    width: min(9.51vw, 130px);
    height: min(9.51vw, 130px);
  }
}

@media screen and (max-width: 374px) {
  .jobInfo__text::after {
    width: 64px;
    height: 64px;
  }
}
.jobInfo__text span {
  color: #fff;
  position: relative;
}

.jobInfo__text span::after {
  content: "o";
  color: #f45f5f;
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.jobInfo__box {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .jobInfo__box {
    margin: 3.375rem auto;
  }
}

#table01 {
  margin: 0 auto;
}

/* table01 */
#table01 th,
#table01 td {
  font-size: 13px;
  padding: 20px 16px 15px 0px;
}
@media screen and (min-width: 768px) {
  #table01 th,
#table01 td {
    padding: 40px 0 40px 20px;
    font-size: 16px;
  }
}

#table01 th {
  border-bottom: 3px dotted #f45f5f;
  width: 30%;
}

#table01 td {
  border-bottom: 3px dotted #cecdcd;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  #table01 td {
    line-height: 26px;
  }
}

.section__seniorVoice {
  position: relative;
  margin-top: min(44.81792vw, 160px);
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .section__seniorVoice {
    margin-top: 240px;
    padding-top: 0;
  }
}

.seniorVoice__entrybutton {
  margin: 80px 0;
}
@media screen and (min-width: 768px) {
  .seniorVoice__entrybutton {
    padding: 0;
  }
}

.seniorVoice__container {
  position: relative;
  background-color: #f4f4f4;
  padding: 24px 0 20px;
  content: "";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .seniorVoice__container {
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    margin: 190px 0 0;
  }
}

.seniorVoice__title-img img {
  aspect-ratio: 2/1;
  width: min(59.3837vw, 400px);
  height: auto;
  transform: translateY(-47%);
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .seniorVoice__title-img img {
    right: calc(50% + min(8.8579795022vw, 121px));
    transform: translateY(-47%);
    width: 100%;
    max-width: 400px;
    top: 0;
    left: 12%;
  }
}

@media screen and (min-width: 768px) {
  .seniroVoice__title-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}

.seniorVoice__title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .seniorVoice__title {
    font-size: 120px;
  }
}

@media screen and (max-width: 374px) {
  .seniorVoice__title {
    font-size: 30px;
  }
}
.seniorVoice {
  margin-top: 1.51285vw;
  margin-bottom: 2.26928vw;
}

#splide02-slide03 {
  width: 10px;
}

.senior__item img {
  display: flex;
  margin: auto;
  aspect-ratio: 247.79/286.92;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .senior__item img {
    max-width: 499px;
    width: 100%;
    height: 100%;
    top: 0;
  }
}

.seniorVoice__title-wrapper-bottom {
  transform: rotate(180deg);
  text-align: center;
}

.seniorVoice__title-bottom {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.splide__arrow {
  background: none;
}

.seniorVoice-SP .splide__arrow {
  opacity: 1;
}

.seniorVoice-SP .splide__arrow.splide__arrow--prev {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #f45f5f;
  transform: initial;
  position: absolute;
  top: 50%;
  transform: translate(-50% -100%);
}
@media screen and (min-width: 768px) {
  .seniorVoice-SP .splide__arrow.splide__arrow--prev {
    left: -86px;
    top: 100%;
    width: 30px;
    height: 30px;
  }
}

.seniorVoice-SP .splide__arrow.splide__arrow--next {
  display: inline-block;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border: 1px solid #f45f5f;
  transform: initial;
  position: absolute;
  top: 50%;
  transform: translate(-50% -100%);
}
@media screen and (min-width: 768px) {
  .seniorVoice-SP .splide__arrow.splide__arrow--next {
    left: -86px;
    top: 100%;
    width: 30px;
    height: 30px;
  }
}

.splide__arrow svg {
  fill: none;
}

.seniorVoice-SP .splide__arrow.splide__arrow--prev::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #f45f5f;
  border-bottom: 1px solid #f45f5f;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.seniorVoice-SP .splide__arrow.splide__arrow--next::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #f45f5f;
  border-bottom: 1px solid #f45f5f;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.seniorVoice__button {
  display: flex;
  justify-content: center;
  margin: 40px;
}
@media screen and (min-width: 768px) {
  .seniorVoice__button {
    margin: 80px auto;
  }
}

.section__inner-seniorVoice {
  padding-top: 49px;
}
@media screen and (min-width: 768px) {
  .section__inner-seniorVoice {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .flow__titlecircle {
    margin-top: 20px;
  }
}

.faq__wrap {
  padding: 25px 0 0;
}
@media screen and (min-width: 768px) {
  .faq__wrap {
    padding: 15px 0 0;
    padding-left: 52px;
  }
}

.flow__box {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flow__box {
    flex-direction: inherit;
  }
}

.flow__subtitle {
  display: flex;
  align-items: flex-end;
  font-size: 16px;
  padding-top: 35px;
  margin-left: 0px;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .flow__subtitle {
    margin-left: 40px;
  }
}

.flow__titleBox {
  display: flex;
}

.flow__text {
  text-align: inherit;
}

.flow__virtical {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  font-weight: bold;
  padding-left: 18px;
  letter-spacing: 3px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .flow__virtical {
    writing-mode: tb-rl;
  }
}

.flow__virtical::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f45f5f;
  text-align: center;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .flow__virtical::before {
    top: -20%;
    left: 75%;
  }
}

.section__flow {
  margin-top: 180px;
  margin-bottom: 280px;
  padding: 0 min(5.1976573939vw, 71px) 80px min(5.0512445095vw, 69px);
}
@media screen and (min-width: 768px) {
  .section__flow {
    margin-top: 160px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.flow-line {
  position: relative;
  margin-top: 98px;
}
@media screen and (min-width: 768px) {
  .flow-line {
    margin-top: 130px;
  }
}

.flow-line::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 375.05/255.38;
  left: 0;
  background: url(../img/curve-pink-SP02.svg) no-repeat top center/contain;
  top: 29%;
}
@media screen and (min-width: 768px) {
  .flow-line::before {
    aspect-ratio: 688.03/1364.94;
    left: 0;
    background: url(../img/curve-pink-PC-02.svg) no-repeat top center/contain;
    top: 8%;
  }
}

@media screen and (min-width: 768px) {
  .section__inner-flow {
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1028px;
    width: 100%;
  }
}

.flow__container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flow__container {
    flex-direction: row;
    position: relative;
  }
}

.flow__container::after {
  content: "";
  position: absolute;
  aspect-ratio: 316.36/241.34;
  background: url(../img/flow/img-flow-irasuto.png) no-repeat 50%/contain;
  right: 20%;
  width: 60%;
  top: 94%;
}
@media screen and (min-width: 768px) {
  .flow__container::after {
    width: min(23.1595900439vw, 313px);
    top: 78%;
    right: -45px;
  }
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  .flow__container::after {
    content: "";
    position: absolute;
    width: min(23.1595900439vw, 200px);
    right: 0;
    top: 110%;
    transform: translate(-50%, -50%);
  }
}
.flow__lists {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .flow__lists {
    position: relative;
    margin-left: 45px;
    margin-top: -20px;
  }
}

.flow__lists::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 78%;
  margin-left: 23px;
  background: #f45f5f;
  z-index: -1;
  top: 20%;
}
@media screen and (min-width: 768px) {
  .flow__lists::after {
    top: 28px;
    height: 100%;
    margin-left: 50px;
  }
}

.flow__list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: min(6.051437vw, 80px);
}

.flow__list-number {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .flow__list-number {
    width: 100%;
    max-width: 100px;
  }
}

@media screen and (min-width: 768px) {
  .flow__number-image img {
    width: 100%;
  }
}

.flow__contents {
  margin-left: 20px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .flow__contents {
    margin-left: 110px;
  }
}

.flow__contents-title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow__contents-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

span.flow__content-sideLine {
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-bottom: 8px;
  margin-left: min(2.269288vw, 30px);
  background: #333;
}
@media screen and (min-width: 768px) {
  span.flow__content-sideLine {
    margin-bottom: min(0.75642vw, 10px);
  }
}

.flow__contents-text {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.75;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .flow__contents-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.section__faq {
  background: #f4f4f4;
  margin-top: 77px;
}
@media screen and (min-width: 768px) {
  .section__faq {
    margin-top: 130px;
    margin-bottom: 55px;
  }
}

.faq__inner {
  padding: 57px 0 26px;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    padding: 40px min(5.1976573939vw, 71px) 60px min(5.0512445095vw, 69px);
  }
}

.faq__text {
  text-transform: uppercase;
  position: relative;
  text-align: inherit;
}
@media screen and (min-width: 768px) {
  .faq__text {
    text-align: center;
  }
}

.faq__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f45f5f;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .faq__text::before {
    width: min(9.51vw, 130px);
    height: min(9.51vw, 130px);
  }
}

@media screen and (max-width: 374px) {
  .faq__text::before {
    width: 64px;
    height: 64px;
  }
}
.accordion__container {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .accordion__container {
    padding: 54px 0;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .accordion-area {
    margin: 0;
  }
}

.accordion-area li {
  margin-bottom: 33px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .accordion-area li {
    margin: 10px 0;
    font-size: 16px;
  }
}

/*アコーディオンタイトル*/
.accordion__q {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 3% 3% 3% 44px;
  border-bottom: 3px dotted #cecdcd;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .accordion__q {
    padding: 3% 3% 3% 50px;
  }
}

/*アイコンQ*/
.accordion__q::before {
  position: absolute;
  content: "Q,";
  font-family: "Noto Sans JP", sans-serif;
  color: #f45f5f;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .accordion__q::before {
    font-size: 24px;
  }
}

.accordion__q::after {
  position: absolute;
  content: "";
  color: #f45f5f;
}

.accordion__q::before {
  top: 15%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .accordion__q::before {
    top: 30%;
    left: 15px;
  }
}

.accordion__q::after {
  top: 30%;
  left: 15px;
}

/*　アイコンA　エリア*/
.accordion__a {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 7% 3% 3% 50px;
  border-bottom: 3px dotted #cecdcd;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .accordion__a {
    line-height: 1.75;
    padding: 3% 0 3% 58px;
    font-size: 16px;
  }
}

.accordion__a::before {
  position: absolute;
  content: "A,";
  font-family: "Noto Sans JP", sans-serif;
  color: #f45f5f;
  font-size: 18px;
  font-weight: bold;
  top: 30%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .accordion__a::before {
    left: 15px;
    font-size: 24px;
  }
}

/*アコーディオンで現れるエリア*/
.accordion__box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .accordion__box {
    padding: 1% 0 3% 3%;
  }
}

.accordion__box-original {
  background: #f3f3f3;
}
@media screen and (min-width: 768px) {
  .accordion__box-original {
    padding: 1% 0 3% 3%;
  }
}

.accordion__entry {
  border-bottom: 1px solid #333;
}

.l-line-top {
  position: relative;
}

.section__company {
  padding: 18px 0;
}
@media screen and (min-width: 768px) {
  .section__company {
    padding: 18px min(5.1976573939vw, 71px) 0 min(5.0512445095vw, 69px);
  }
}

.l-line-top::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 375.05/255.38;
  left: 0;
  background: url(../img/curve-pink-SP02.svg) no-repeat top center/contain;
  top: 29%;
}
@media screen and (min-width: 768px) {
  .l-line-top::before {
    aspect-ratio: 688.03/1364.94;
    left: 0;
    background: url(../img/curve-pink-PC-02.svg) no-repeat top center/contain;
    top: 11%;
  }
}

.company__box {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .company__box {
    padding: 56px 75px 0;
  }
}

@media screen and (min-width: 768px) {
  .company__title {
    gap: 26px;
  }
}

#table02 {
  width: 100%;
}

#table02 th {
  border-bottom: 3px dotted #f45f5f;
  width: 30%;
  vertical-align: inherit;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #table02 th {
    padding: 4%;
    vertical-align: initial;
    font-size: 16px;
  }
}

.company__description {
  border-bottom: 2px dashed #cecdcd;
  font-size: 13px;
  font-weight: 400;
  padding: 20px min(1.46412vw, 20px);
  padding-left: 0;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .company__description {
    font-size: 16px;
    line-height: 1.75;
    padding: 37px min(2.708638vw, 37px);
  }
}

.section__entry {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .section__entry {
    margin-top: 160px;
  }
}

/* ドット基本 */
.bg_dot {
  background-color: #f4f4f4;
  background-size: 50px 50px;
}

.is-small {
  background-image: radial-gradient(#f45f5f 6%, transparent 6%);
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  .is-small {
    padding: 12% 0;
  }
}

.horizontal__pl {
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .horizontal__pl {
    padding-left: 0;
  }
}

.entryForm__box {
  padding-top: 80px;
}

.entryForm__tr {
  width: 100%;
}

.Form__ex {
  font-size: 13px;
  padding-top: 11px;
}

.entry__inner {
  font-family: "Noto Sans JP", sans-serif;
  width: 90%;
  max-width: 1026px;
  margin: 0 auto;
  background-color: #fcfcfc;
  padding-top: 151px;
  border-radius: 0 75px 0 75px;
  position: relative;
  padding: 75px 0px 15px;
}
@media screen and (min-width: 768px) {
  .entry__inner {
    padding: 192px 42px 89px;
    border-radius: 0 100px 0 100px;
  }
}

.form__wrap {
  margin-top: 14%;
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .form__wrap {
    margin-top: 0;
  }
}

.entry__inner::after {
  content: none;
  background: none;
}
@media screen and (min-width: 768px) {
  .entry__inner::after {
    content: "";
    position: absolute;
    background: url(../img/img-logo-01-PC.png) no-repeat center/contain;
    height: auto;
    aspect-ratio: 147/91;
    transform: rotate(12deg);
    width: 20%;
    bottom: -2%;
    right: -4%;
  }
}

.form__content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}

@media screen and (min-width: 768px) {
  .Form__agree {
    margin-top: 7%;
    text-align: center;
  }
}

.Form__agree-text a {
  text-decoration: underline;
}

.Form__agree-text {
  margin-bottom: 6%;
  font-size: 13px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .Form__agree-text {
    font-size: 16px;
  }
}

.Form__agree-label {
  display: block;
  text-align: center;
}

.Form__ex-address {
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .Form__ex-address {
    margin-top: 0;
  }
}

/* チェックボックスデザイン */
input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #333;
  width: 16px; /*チェックボックスの横幅*/
  height: 16px; /*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

input[type=checkbox]::after {
  content: ✔️;
  border-bottom: 2px solid #f45f5f; /*チェックの太さ*/
  border-left: 2px solid #f45f5f; /*チェックの太さ*/
  opacity: 0; /*チェック前は非表示*/
  height: 6px; /*チェックの高さ*/
  width: 11px; /*チェックの横幅*/
  transform: rotate(-45deg);
  top: -5px; /*チェック時の位置調整*/
  left: 7px; /*チェック時の位置調整*/
}

input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}

.Form {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0px;
  padding-bottom: min(10.6666vw, 40px);
}
@media screen and (min-width: 768px) {
  .Form-Item {
    padding-top: 20px;
    padding-bottom: 32px;
  }
}

.From__Item-content {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .pt-80 {
    padding-top: 10px;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: initial;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 13px;
  font-weight: bold;
  margin-right: 100px;
}
@media screen and (min-width: 768px) {
  .Form-Item-Label {
    font-size: 16px;
    max-width: 162px;
    margin-right: 42px;
    margin-bottom: 26px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-right: 0;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  margin-left: 6%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  text-align: center;
  color: #f45f5f;
  font-size: 13px;
}

.Form__text {
  margin-left: auto;
  display: none;
  color: #f45f5f;
  display: none;
  padding-top: 10px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 13px;
  }
}
.Form-Item-Input {
  border: 1px solid #333;
  border-radius: 4px;
  padding-left: 4px;
  padding-right: 4px;
  height: 40px;
  flex: 1;
  width: 100%;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 13px;
    height: 40px;
    flex: inherit;
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }
}
.p-postal-code {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .p-postal-code {
    width: 44%;
  }
}

.adress-Item {
  align-items: start;
}

.Form-Item-Textarea {
  border: 1px solid #333;
  border-radius: 4px;
  margin-top: 1.125rem;
  height: 120px;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 16px;
  padding: 4px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 125px;
    flex: inherit;
    font-size: 13px;
  }
}
.text-area {
  height: 240px;
}
@media screen and (min-width: 768px) {
  .text-area {
    margin-top: 0;
  }
}

.entry__button-wrapper {
  margin: min(10.66666vw, 40px) 0;
}
@media screen and (min-width: 768px) {
  .entry__button-wrapper {
    margin-top: 70px;
    position: relative;
  }
}

.entry__button-shadow {
  margin: 0 auto;
  background-color: #f4f4f4;
  width: clamp(237px, 29.2825768668vw, 400px);
  height: clamp(68px, 8.78477306vw, 120px);
  border: 1px solid #333;
}

.entry__border-shadow {
  padding: 0;
  bottom: 61%;
  left: 53%;
  transform: translate(-50%, 50%);
  position: absolute;
}

.entry__border-shadow::after {
  content: "";
  background-image: url(../img/arrow_btn.png);
  background-size: 70%;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .entry__border-shadow::after {
    background-size: 50%;
    width: 10%;
    height: 20%;
    right: 0%;
    top: 33%;
    transform: translate(-50%, 50%);
  }
}

.entry__border-shadow:hover {
  left: 50%;
  bottom: 52%;
}

a.entry__border-shadowColor,
button.entry__border-shadowColor {
  border-radius: 0;
  background: #f45f5f;
  padding: 0;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  a.entry__border-shadowColor,
button.entry__border-shadowColor {
    font-size: min(1.7569546vw, 24px);
  }
}

button.btn-border-shadow--color {
  border-radius: 0;
}

.form__submit:disabled {
  pointer-events: none;
  background-color: #cecdcd;
}

.entryBtn_wrapper {
  margin: 98px 0 80px;
}
@media screen and (min-width: 768px) {
  .entryBtn_wrapper {
    margin: 80px 0;
  }
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.modal-scroll {
  height: 100%;
}

.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
  background-color: #f45f5f;
  width: 20px;
  border-radius: 50px;
}

.simplebar-track.simplebar-vertical {
  background-color: #d9d9d9;
  width: 22px;
}

.document {
  height: 100%;
  overflow-y: scroll;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .document {
    padding: 40px;
  }
}

.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.modal__container {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1094px;
  width: 100%;
  height: 80%;
  z-index: 1;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .modal__container {
    height: 60%;
  }
}

.modal__cursor {
  cursor: pointer;
}

.modalPrivacyPolicy__item {
  line-height: 2;
  font-size: 13px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modalPrivacyPolicy__list--level2 {
  list-style-position: inside;
  list-style-type: decimal;
  text-indent: -1em;
  padding-left: 1.3em;
}

.modalPrivacyPolicy__list--level3 {
  list-style-position: inside;
  list-style-type: lower-alpha;
  text-indent: -1em;
  padding-left: 1.3em;
}

.modalPrivacyPolicy__list--level4 {
  list-style-position: inside;
  list-style-type: lower-roman;
  text-indent: -1em;
  padding-left: 1.3em;
}

.footer__inner {
  position: relative;
}

.oneArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 768px) {
  .oneArea {
    background: linear-gradient(90deg, #cecdcd 0%, #cecdcd 36%, #f45f5f 36%, #f45f5f 100%);
  }
}

.footer__wrap {
  align-items: center;
  flex-direction: column;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    flex-direction: inherit;
    justify-content: space-around;
    height: min(27.5318vw, 487px);
  }
}

.footer__wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer__wrap::before {
    background: url(../img/footer/img-footer-back-PC.png) no-repeat center center/cover;
  }
}

.footer__left {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: auto;
  background: url(../img/footer/Group_9_1.png) no-repeat top center/cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer__left {
    width: 30%;
    margin-left: 5.1244509517vw;
    background: none;
  }
}

.footer__left-center {
  margin-top: 80px;
  margin-left: 4.40336vw;
  padding-bottom: 80px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .footer__left-center {
    margin-top: 35px;
    margin-left: 0;
    padding-bottom: 0;
  }
}

.footer__company {
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  margin-bottom: clamp(40px, 4.50112vw, 78px);
}

.footer__adress {
  margin-bottom: 17px;
}

.footer__right {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../img/footer/img-footer-SP02.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .footer__right {
    width: 100%;
    max-width: 63%;
    background: none;
  }
}

.footerBtn-border-shadow--color {
  background: #fff;
  border-radius: 0;
}

.footerBtn-border-shadow {
  position: relative;
  border: 1px solid #333;
  padding: 0;
}

.footerBtn-border-shadow::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid #333;
  background: #d9d9d9;
  z-index: -10;
}

a.button__text-footer {
  font-size: 20px;
  font-weight: bold;
  color: #f45f5f;
  background: #fff;
  width: clamp(333px, 29.2825768668vw, 400px);
  height: clamp(100px, 8.78477306vw, 120px);
}
@media screen and (min-width: 768px) {
  a.button__text-footer {
    font-size: min(1.7569546vw, 24px);
  }
}

@media screen and (max-width: 374px) {
  a.button__text-footer {
    width: clamp(280px, 29.2825768668vw, 300px);
    height: clamp(80px, 8.78477306vw, 100px);
  }
}
.footer__button-shadow {
  margin: 0 auto;
  background-color: #d9d9d9;
  width: clamp(333px, 29.2825768668vw, 400px);
  height: clamp(100px, 8.78477306vw, 120px);
  border: 1px solid black;
}

@media screen and (max-width: 374px) {
  .footer__button-shadow {
    width: clamp(280px, 29.2825768668vw, 300px);
    height: clamp(80px, 8.78477306vw, 100px);
  }
}
.button__text-footer::after {
  content: "";
  background-image: url(../img/footer/img-footer-arrow.png);
  background-size: 70%;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  display: block;
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .button__text-footer::after {
    background-size: 80%;
    right: 5%;
    top: 35%;
    transform: translate(-50%, 50%);
  }
}

.page-top {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  right: 3%;
  bottom: 3%;
}
@media screen and (min-width: 768px) {
  .page-top {
    right: min(80%, 40px);
    bottom: min(80%, 40px);
  }
}

.page-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.entryColumn {
  padding-top: 80px;
}

.entryColumn__container {
  width: 100%;
  max-width: 1027px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 200px;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.message__imgLogo {
  width: 10%;
}

.thanks__image {
  display: flex;
  justify-content: center;
  align-items: center;
}