@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.fadeUp {
  transform: translateY(0);
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 599px) {
  .fadeUp {
    animation-duration: 0.3s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
@media screen and (max-width: 599px) {
  .delay-time02 {
    animation-delay: 0.1s;
  }
}

.delay-time025 {
  animation-delay: 0.25s;
}
@media screen and (max-width: 599px) {
  .delay-time025 {
    animation-delay: 0.15s;
  }
}

.delay-time03 {
  animation-delay: 0.3s;
}
@media screen and (max-width: 599px) {
  .delay-time03 {
    animation-delay: 0.2s;
  }
}

.delay-time035 {
  animation-delay: 0.35s;
}
@media screen and (max-width: 599px) {
  .delay-time035 {
    animation-delay: 0.25s;
  }
}

.delay-time04 {
  animation-delay: 0.4s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.2s;
  }
}

.delay-time04 {
  animation-delay: 0.5s;
}
@media screen and (max-width: 599px) {
  .delay-time04 {
    animation-delay: 0.25s;
  }
}

.delay-time06 {
  animation-delay: 0.6s;
}
@media screen and (max-width: 599px) {
  .delay-time06 {
    animation-delay: 0.3s;
  }
}

.delay-time08 {
  animation-delay: 0.8s;
}
@media screen and (max-width: 599px) {
  .delay-time08 {
    animation-delay: 0.4s;
  }
}

.delay-time10 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time10 {
    animation-delay: 0.5s;
  }
}

.delay-time12 {
  animation-delay: 1.2s;
}
@media screen and (max-width: 599px) {
  .delay-time12 {
    animation-delay: 0.6s;
  }
}

.delay-time14 {
  animation-delay: 1.4s;
}
@media screen and (max-width: 599px) {
  .delay-time14 {
    animation-delay: 0.7s;
  }
}

.delay-time1 {
  animation-delay: 1s;
}
@media screen and (max-width: 599px) {
  .delay-time1 {
    animation-delay: 0.5s;
  }
}

.btn_wrapper {
  display: flex;
  max-width: clamp(760px, 40.625vw, 780px);
  margin: 40px auto 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 850px) {
  .btn_wrapper {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 599px) {
  .btn_wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
.btn_wrapper .btn {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .btn_wrapper .btn {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .btn_wrapper .btn:first-of-type {
    margin-top: 20px;
  }
}
.btn_wrapper .btn p {
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  position: relative;
  margin: 0 auto 12px auto;
}
@media screen and (max-width: 599px) {
  .btn_wrapper .btn p {
    font-size: 16px;
  }
}
.btn_wrapper .btn p::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2rem;
  background: url(../images/text-left.svg) center center/cover;
  width: 21px;
  height: 20px;
}
.btn_wrapper .btn p::after {
  position: absolute;
  content: "";
  top: 0;
  right: -2rem;
  background: url(../images/text-right.svg) center center/cover;
  width: 21px;
  height: 20px;
}
.btn_wrapper .btn a {
  display: inline-block;
}
.btn_wrapper .btn .tel-btn {
  display: inline-block;
  align-items: center;
  max-width: 350px;
  height: 58px;
}
@media screen and (max-width: 599px) {
  .btn_wrapper .btn .tel-btn {
    max-width: 100%;
    width: 100%;
  }
}
.btn_wrapper .btn .tel-btn a {
  border: 2px solid #191C1B;
  border-radius: 5px;
  background-color: #fff;
  color: #191C1B;
  padding: 15px 60px 12px 60px;
  white-space: nowrap;
  font-size: 28px;
  font-family: "Akshar", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 599px) {
  .btn_wrapper .btn .tel-btn a {
    font-size: 22px;
    padding: initial;
    justify-content: center;
    height: 100%;
  }
}
.btn_wrapper .btn .tel-btn a:hover {
  background-color: #191C1B;
  color: #fff;
}
.btn_wrapper .btn .tel-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.btn_wrapper .btn .tel-btn a img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.btn_wrapper .btn .demo-btn {
  border-radius: 5px;
  background-color: #FF9900;
  color: #fff;
  display: inline-block;
  align-items: center;
  max-width: 350px;
  height: 58px;
}
@media screen and (max-width: 599px) {
  .btn_wrapper .btn .demo-btn {
    max-width: 100%;
    width: 100%;
  }
}
.btn_wrapper .btn .demo-btn a {
  padding: 19px 70px;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .btn_wrapper .btn .demo-btn a {
    font-size: 16px;
    padding: 19px 70px;
    width: 100%;
    justify-content: center;
  }
}
.btn_wrapper .btn .demo-btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../images/btn_arrow.png) center center/cover;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

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

.scroll {
  opacity: 0;
}

.active {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.br_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .br_sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .br_pc {
    display: none;
  }
}

.orange_text {
  color: #FFBF00;
}

.cta-btn_wrap {
  max-width: 905px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .cta-btn_wrap {
    flex-direction: column;
    gap: 50px;
  }
}
.cta-btn_wrap .tel-btn_wrap,
.cta-btn_wrap .mail-btn_wrap {
  position: relative;
  height: 82px;
  flex: 1;
}
.cta-btn_wrap .tel-btn_wrap .balloon1_wrap,
.cta-btn_wrap .tel-btn_wrap .balloon2_wrap,
.cta-btn_wrap .mail-btn_wrap .balloon1_wrap,
.cta-btn_wrap .mail-btn_wrap .balloon2_wrap {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 3;
}
.cta-btn_wrap .tel-btn_wrap .balloon1,
.cta-btn_wrap .tel-btn_wrap .balloon2,
.cta-btn_wrap .mail-btn_wrap .balloon1,
.cta-btn_wrap .mail-btn_wrap .balloon2 {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  min-width: 220px;
  max-width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  background: #FFBF00;
  border-radius: 999px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .cta-btn_wrap .tel-btn_wrap .balloon1,
  .cta-btn_wrap .tel-btn_wrap .balloon2,
  .cta-btn_wrap .mail-btn_wrap .balloon1,
  .cta-btn_wrap .mail-btn_wrap .balloon2 {
    font-size: 14px;
  }
}
.cta-btn_wrap .tel-btn_wrap .balloon1:before,
.cta-btn_wrap .tel-btn_wrap .balloon2:before,
.cta-btn_wrap .mail-btn_wrap .balloon1:before,
.cta-btn_wrap .mail-btn_wrap .balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 12px solid #FFBF00;
}
.cta-btn_wrap .tel-btn_wrap .balloon1 p,
.cta-btn_wrap .mail-btn_wrap .balloon1 p {
  margin: 0;
  padding: 0;
}
.cta-btn_wrap .tel-btn_wrap a,
.cta-btn_wrap .mail-btn_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #363636;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: -0.03em;
  padding: 20px 30px;
  font-family: "Cantarell", sans-serif;
  border-radius: 999px;
  min-height: 82px;
  transition: all 0.3s;
  box-sizing: border-box;
  box-shadow: 0px 5.872px 11.744px 0px rgba(28, 54, 50, 0.08);
}
@media screen and (max-width: 599px) {
  .cta-btn_wrap .tel-btn_wrap a,
  .cta-btn_wrap .mail-btn_wrap a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.cta-btn_wrap .tel-btn_wrap a img,
.cta-btn_wrap .mail-btn_wrap a img {
  display: inline-block;
  width: 25px;
  height: auto;
  flex-shrink: 0;
}
.cta-btn_wrap .tel-btn_wrap a:hover,
.cta-btn_wrap .mail-btn_wrap a:hover {
  opacity: 0.7;
}
.cta-btn_wrap .tel-btn_wrap a {
  letter-spacing: -0.03em;
  font-weight: 700;
}
.cta-btn_wrap .mail-btn_wrap .balloon2 {
  background: #363636;
}
.cta-btn_wrap .mail-btn_wrap .balloon2:before {
  border-top: 12px solid #363636;
}
.cta-btn_wrap .mail-btn_wrap a {
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #FFBF00;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bubblePop {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bubblePopMobile {
  0% {
    transform: scale(0) translateX(-50%);
    opacity: 0;
  }
  80% {
    transform: scale(1.1) translateX(-50%);
  }
  100% {
    transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}
.fv__text_wrap .top {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
.fv__text_wrap .top::after {
  opacity: 0;
  animation: bubblePop 0.6s ease-out 0.8s forwards;
}
@media screen and (max-width: 768px) {
  .fv__text_wrap .top::after {
    animation: bubblePopMobile 0.6s ease-out 0.8s forwards;
  }
}
.fv__text_wrap .copy {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.4s forwards;
}
.fv__text_wrap .text_img_wrap {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.6s forwards;
}
.fv__text_wrap .text_img_wrap .text_img {
  transition: transform 0.3s ease;
}
.fv__text_wrap .text_img_wrap .text_img:hover {
  transform: scale(1.05);
}
.fv__text_wrap .orange_text {
  opacity: 0;
  animation: fadeInUp 0.8s ease-out 0.8s forwards;
  transition: color 0.3s ease;
}
.fv__text_wrap .orange_text:hover {
  color: #E09600;
}
.fv__text_wrap .it_copy {
  opacity: 0;
  animation: scaleIn 0.6s ease-out 1s forwards;
}
.fv__img_wrap {
  opacity: 0;
  animation: fadeInRight 1s ease-out 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .fv__img_wrap {
    animation: fadeInUp 1s ease-out 0.8s forwards;
  }
}

/*************************************************
top
*************************************************/
html {
  scroll-behavior: smooth;
  scroll-margin: 100px;
}

body {
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 599px) {
  .is_pc {
    display: none !important;
  }
}

.is_sp {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .is_sp {
    display: block !important;
  }
}

/*************************************************
ヘッダー
*************************************************/
.header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
  transition: background-color 0.3s;
}
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
}
.header__inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 25px 44px 25px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    justify-content: flex-start;
  }
}

.logo_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.logo_wrap .logo {
  width: 184px;
  height: auto;
}
.logo_wrap .logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .logo_wrap .logo {
    width: 120px;
  }
}
.logo_wrap .cyboze_logo {
  width: 131px;
  height: auto;
  display: inline-block;
}
.logo_wrap .cyboze_logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .logo_wrap .cyboze_logo {
    width: 100px;
  }
}

.headerbtn__wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .headerbtn__wrap {
    display: none;
  }
}
.headerbtn__wrap-tel {
  width: 160px;
  height: 50px;
}
.headerbtn__wrap-tel a {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  background-color: #FFBF00;
  padding: 12px 18px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
.headerbtn__wrap-tel a:hover {
  opacity: 0.7;
}
.headerbtn__wrap-tel a span {
  font-size: clamp(12px, 1.2vw, 14px);
}
.headerbtn__wrap-tel a img {
  width: 25px;
  height: auto;
  margin-right: 15px;
}
.headerbtn__wrap-contact {
  width: 160px;
  height: 50px;
}
.headerbtn__wrap-contact a {
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  border-radius: 5px;
  padding: 12px 16px;
  transition: all 0.3s;
  white-space: nowrap;
}
.headerbtn__wrap-contact a:hover {
  opacity: 0.7;
}
.headerbtn__wrap-contact a span {
  font-size: clamp(12px, 1.2vw, 14px);
}
.headerbtn__wrap-contact a img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

/*************************************************
FV
*************************************************/
.fv {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}
.fv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: url("../images/development/mv_bg_top.png") no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .fv::after {
    height: 130px;
  }
}
.fv__inner {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  padding: max(223px, 11.6145833333vw) 10% 0 10%;
  margin: 0 auto;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .fv__inner {
    padding: 223px 5% 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .fv__inner {
    padding: 223px 20px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .fv__inner {
    display: block;
    padding: 120px 20px 0 20px;
  }
}
.fv__text_wrap {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.fv__text_wrap .top {
  font-size: clamp(30px, 2.3958333333vw, 46px);
  font-weight: 700;
  position: relative;
  padding: 0 30px 25px 30px;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap .top {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.fv__text_wrap .top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/development/mv_text_bubble.svg) no-repeat center center;
  background-size: cover;
  width: 26.1979166667vw;
  max-width: 503px;
  height: 3.1770833333vw;
  max-height: 61px;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap .top::after {
    width: 82.0512820513vw;
    height: 10vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
  }
}
.fv__text_wrap .top span {
  font-size: clamp(24px, 1.9791666667vw, 38px);
}
.fv__text_wrap .copy {
  font-size: clamp(40px, 3.2291666667vw, 62px);
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap .copy {
    font-size: 36px;
    text-align: center;
  }
}
.fv__text_wrap .copy span {
  font-size: clamp(32px, 2.8645833333vw, 55px);
}
.fv__text_wrap .text_img_wrap {
  display: flex;
  align-items: flex-end;
  font-size: clamp(32px, 2.8645833333vw, 55px);
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap .text_img_wrap {
    justify-content: center;
  }
}
.fv__text_wrap .text_img_wrap .text_img {
  width: 24.6875vw;
  max-width: 474px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap .text_img_wrap .text_img {
    max-width: 270px;
    width: 100%;
  }
}
.fv__text_wrap .orange_text {
  font-size: clamp(40px, 3.2291666667vw, 62px);
  font-weight: 700;
  color: #FFBF00;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap .orange_text {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.fv__text_wrap .it_copy {
  width: 25.5208333333vw;
  height: auto;
  margin: -20px 0 0 auto;
}
@media screen and (max-width: 599px) {
  .fv__text_wrap .it_copy {
    width: 100%;
  }
}
.fv__img_wrap {
  width: 50%;
  height: auto;
}
.fv__img_wrap img {
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  .fv__img_wrap {
    width: 100%;
  }
}

.fix_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 12px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .fix_btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .fix_btn.is-visible {
    opacity: 1;
    transform: translateY(0);
    display: flex;
  }
}
.fix_btn__contact, .fix_btn__tel {
  width: calc(50% - 5px);
}
.fix_btn__contact a, .fix_btn__tel a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
}
.fix_btn__contact a img, .fix_btn__tel a img {
  width: 18px;
  height: auto;
}
.fix_btn__contact a {
  background-color: #ff9900;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s;
}
.fix_btn__contact a:hover {
  opacity: 0.7;
}
.fix_btn__tel a {
  color: #ff9900;
  border-radius: 5px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ff9900;
  transition: all 0.3s;
  font-family: "Akshar", sans-serif;
}
.fix_btn__tel a:hover {
  opacity: 0.7;
}

/*************************************************
こんなことでお困り
*************************************************/
.content_01 {
  position: relative;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 599px) {
  .content_01 {
    padding-top: 60px;
    padding-bottom: 30px;
    background: #FEFAE8;
  }
}
.content_01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 70%;
  z-index: 1;
  background: url(../images/development/section1_bg.png) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .content_01::after {
    content: none;
  }
}
.content_01__inner {
  text-align: center;
  max-width: 1100px;
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.content_01__inner .trouble_wrap h2 {
  font-size: 36px;
  color: #000000;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 599px) {
  .content_01__inner .trouble_wrap h2 {
    font-size: 24px;
  }
}
.content_01__inner .trouble_wrap .card-container {
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .content_01__inner .trouble_wrap .card-container {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.content_01__inner .trouble_wrap .card-container .card-item {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  padding: 27px 16px;
  flex: 1;
  flex-basis: 0;
}
@media screen and (max-width: 599px) {
  .content_01__inner .trouble_wrap .card-container .card-item {
    padding: 15px;
  }
}
.content_01__inner .trouble_wrap .card-container .card-item .card-title {
  color: #FFBF00;
  font-size: 26px;
  font-weight: 700;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-image {
  margin: 20px auto 0 auto;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-image_01 {
  width: 75px;
  height: auto;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-image_02 {
  width: 100px;
  height: auto;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-image_03 {
  width: 47px;
  height: auto;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-image_04 {
  width: 121px;
  height: auto;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-content {
  margin-top: 16px;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-list {
  display: inline-block;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-list li {
  padding-left: 20px;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-list li:last-child {
  margin-bottom: 0;
}
.content_01__inner .trouble_wrap .card-container .card-item .card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background-color: #FFBF00;
}
.content_01__inner .solution_wrap h2 {
  font-size: 36px;
  font-weight: 700;
  justify-content: center;
}
.content_01__inner .solution_wrap h2 .kintone_text {
  width: 15.5729166667vw;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .content_01__inner .solution_wrap h2 .kintone_text {
    width: 41.0256410256vw;
    margin-right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .content_01__inner .solution_wrap h2 {
    font-size: 26px;
    line-height: 1.7;
    margin: 50px 0 30px;
  }
}
.content_01__inner .solution_wrap .card-container_02 {
  padding-top: 73px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .content_01__inner .solution_wrap .card-container_02 {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.content_01__inner .solution_wrap .card-container_02 .card-item {
  flex: 1;
  flex-basis: 0;
  background-color: #FFDF80;
  padding: 25px;
  border-radius: 5px;
  height: auto;
  min-height: auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .content_01__inner .solution_wrap .card-container_02 .card-item {
    padding: 15px;
    font-size: 14px;
  }
}
.content_01__inner .solution_wrap .card-container_02 .card-item::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(../images/development/arrow_orange.svg) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 23px;
}
.content_01__inner .solution_wrap .card-container_02 .card-item .card-text {
  text-align: left;
  line-height: 1.688;
}

/*************************************************
JBが開発します・CTA
*************************************************/
.cta {
  padding: 100px 0 120px 0;
}
@media screen and (max-width: 599px) {
  .cta {
    padding: 50px 20px;
  }
}
.cta__inner {
  max-width: 1295px;
  margin: 0 auto;
  position: relative;
}
.cta__inner .cta__block_01 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .cta__inner .cta__block_01 {
    font-size: 16px;
  }
}
.cta__inner .cta__block_01 .under_line {
  background: linear-gradient(transparent 70%, #FFDF80 70%);
  padding: 0 2px;
  display: inline;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .cta__inner .cta__block_01 .under_line {
    font-size: 16px;
  }
}
.cta__inner .cta__block_02 {
  padding: 70px 0 100px 0;
}
.cta__inner .cta__block_02 .fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .cta__inner .cta__block_02 .fukidashi {
    font-size: 14px;
    gap: 10px;
  }
}
.cta__inner .cta__block_02 .fukidashi::before {
  content: "";
  width: 38px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #000000;
}
.cta__inner .cta__block_02 .fukidashi::after {
  content: "";
  width: 38px;
  height: 2px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #000000;
}
.cta__inner .cta__block_02 .under_line_wrap {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.cta__inner .cta__block_02 .under_line_wrap .under_line {
  background: linear-gradient(transparent 70%, #FFDF80 70%);
  padding: 0 2px;
  display: inline;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .cta__inner .cta__block_02 .under_line_wrap .under_line {
    font-size: 16px;
  }
}
.cta__inner .img_wrap_left {
  position: absolute;
  top: 10%;
  left: 0;
  width: 198px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .cta__inner .img_wrap_left {
    display: none;
  }
}
.cta__inner .img_wrap_right {
  position: absolute;
  top: 20%;
  right: 0;
  width: 197px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .cta__inner .img_wrap_right {
    display: none;
  }
}

/*************************************************
3つのポイント
*************************************************/
.content_02 {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 599px) {
  .content_02 {
    padding: 50px 0px;
  }
}
.content_02 .title_box {
  max-width: 687px;
  margin: 0 auto;
  --x-gradient: linear-gradient(90deg, #FFC722 0 4px, transparent 0 calc(100% - 4px), #FFC722 calc(100% - 4px));
  --y-gradient: linear-gradient(#FFC722 0 4px, transparent 0 calc(100% - 4px), #FFC722 calc(100% - 4px));
  padding: 20px 28px;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 30px, 30px 100%, 100% 30px, 30px 100%;
  background-position: top, right, bottom, left;
}
@media screen and (max-width: 599px) {
  .content_02 .title_box {
    max-width: 80%;
  }
}
.content_02 .title_box .point_title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .content_02 .title_box .point_title {
    font-size: 24px;
  }
}
.content_02 .title_box .point_title .small {
  font-size: 32px;
}
@media screen and (max-width: 599px) {
  .content_02 .title_box .point_title .small {
    font-size: 20px;
  }
}
.content_02 .title_box .point_title .black {
  background-color: #000000;
  padding: 2px 10px 4px;
  color: #ffffff;
  margin-right: 10px;
  border-radius: 3px;
}
.content_02 .title_box .point_title img {
  margin-bottom: 16px;
  width: 67px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .content_02 .title_box .point_title img {
    width: 50px;
    margin-bottom: 10px;
  }
}
.content_02__inner .right-bg {
  position: relative;
}
.content_02__inner .right-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50vw + 650px);
  height: 100%;
  background: #EFEEEB;
  border-radius: 20px 0 0 20px;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .content_02__inner .right-bg::before {
    margin-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .content_02__inner .right-bg::before {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
}
.content_02__inner .left-bg {
  position: relative;
}
.content_02__inner .left-bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50vw + 650px);
  height: 100%;
  background: #EFEEEB;
  border-radius: 0 20px 20px 0;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .content_02__inner .left-bg::before {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .content_02__inner .left-bg::before {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
  }
}
.content_02__inner .content01 {
  position: relative;
  z-index: 2;
  margin-top: 170px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01 {
    flex-direction: column-reverse;
    margin-top: 100px;
    gap: 30px;
    padding: 20px 20px;
  }
}
.content_02__inner .content01::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 60px;
  background: url(../images/development/point01.svg) no-repeat center center;
  background-size: cover;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01::after {
    width: 70px;
    height: 70px;
    left: 20px;
    top: -20px;
  }
}
.content_02__inner .content01 .text-content {
  padding: 100px 0 0 100px;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01 .text-content {
    padding: 0;
  }
}
.content_02__inner .content01 .text-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01 .text-content h3 {
    font-size: 20px;
  }
}
.content_02__inner .content01 .text-content h3 .orange_text {
  color: #FFBF00;
}
.content_02__inner .content01 .text-content h3 img {
  width: 183px;
  height: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01 .text-content h3 img {
    width: 150px;
  }
}
.content_02__inner .content01 .text-content p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.625;
}
.content_02__inner .content01 .text-content p .color_text {
  color: #BF8F00;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01 .text-content p {
    font-size: 14px;
  }
}
.content_02__inner .content01 .image-content {
  margin-top: -70px;
  width: 550px;
  height: auto;
  min-height: auto;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01 .image-content {
    width: 100%;
    margin-top: 0;
  }
}
.content_02__inner .illustration_wrap {
  max-width: 1100px;
  width: min(100% - 60px, 1100px);
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1140px) {
  .content_02__inner .illustration_wrap {
    margin: 0 20px 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .content_02__inner .illustration_wrap {
    margin: 0 auto;
    padding: 30px 0;
  }
  .content_02__inner .illustration_wrap .plus_sp {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
}
.content_02__inner .content01.reverse {
  flex-direction: row-reverse;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01.reverse {
    flex-direction: column-reverse;
  }
}
.content_02__inner .content01.reverse::after {
  content: "";
  position: absolute;
  top: -50px;
  right: 60px;
  background: url(../images/development/point02.svg) no-repeat center center;
  background-size: cover;
  width: 100px;
  height: 100px;
  left: initial;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01.reverse::after {
    width: 70px;
    height: 70px;
    right: 20px;
    top: -20px;
  }
}
.content_02__inner .content01.reverse .text-content {
  padding: 100px 100px 0 0;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .content_02__inner .content01.reverse .text-content {
    padding: 0;
  }
}
.content_02__inner .point3 {
  position: relative;
  padding-bottom: 50px;
}
.content_02__inner .point3::after {
  background: url(../images/development/point03.svg) no-repeat center center;
  background-size: cover;
}

/*************************************************
費用
*************************************************/
.content_03 {
  background-color: #FEFAE8;
  padding: 100px 0;
}
@media screen and (max-width: 599px) {
  .content_03 {
    padding: 50px 0;
  }
}
.content_03__inner {
  max-width: 1100px;
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  text-align: center;
}
.content_03__inner .title {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 50px;
}
.content_03__inner .content_03__text {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}
.content_03__inner .content_03__text .bold {
  font-weight: 700;
}
.content_03__inner .price_wrap {
  margin: 66px auto 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 599px) {
  .content_03__inner .price_wrap {
    flex-direction: column;
  }
}
.content_03__inner .price_wrap .price_left,
.content_03__inner .price_wrap .price_right {
  background-color: #ffffff;
  border: 3px solid #FFC722;
  border-radius: 20px;
  flex: 1;
}
.content_03__inner .price_wrap .price_left .box-title,
.content_03__inner .price_wrap .price_right .box-title {
  font-size: 28px;
  background: #FFC722;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 17px 17px 0 0;
}
@media screen and (max-width: 599px) {
  .content_03__inner .price_wrap .price_left .box-title,
  .content_03__inner .price_wrap .price_right .box-title {
    font-size: 22px;
  }
}
.content_03__inner .price_wrap .price_left .box-text,
.content_03__inner .price_wrap .price_right .box-text {
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content_03__inner .price_wrap .price_left .box-text .price,
.content_03__inner .price_wrap .price_right .box-text .price {
  font-size: 84px;
  letter-spacing: -0.03em;
  font-family: "Cantarell", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .content_03__inner .price_wrap .price_left .box-text .price,
  .content_03__inner .price_wrap .price_right .box-text .price {
    font-size: 62px;
  }
}
.content_03__inner .price_wrap .price_left .box-text .price span,
.content_03__inner .price_wrap .price_right .box-text .price span {
  font-size: 34px;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .content_03__inner .price_wrap .price_left .box-text .price span,
  .content_03__inner .price_wrap .price_right .box-text .price span {
    font-size: 28px;
    font-weight: 700;
  }
}
.content_03__inner .price_wrap .price_left .box-text .annotation,
.content_03__inner .price_wrap .price_right .box-text .annotation {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding-top: 30px;
  line-height: normal;
}
.content_03__inner .price_wrap .price_left .box-text .annotation a,
.content_03__inner .price_wrap .price_right .box-text .annotation a {
  text-decoration: underline;
  transition: all 0.3s;
}
.content_03__inner .price_wrap .price_left .box-text .annotation a:hover,
.content_03__inner .price_wrap .price_right .box-text .annotation a:hover {
  opacity: 0.6;
}
.content_03__inner .price_wrap .price_right {
  border: 3px solid #FF7B00;
}
.content_03__inner .price_wrap .price_right .box-title {
  background: #FF7B00;
}
.content_03__inner .banner_wrap {
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 68px;
}

/*************************************************
フロー
*************************************************/
.flow {
  margin: 120px 0 0;
  padding: 100px 0;
  background: #fff7ef;
}
@media screen and (max-width: 599px) {
  .flow {
    margin: 0;
  }
}
.flow h2 {
  font-size: clamp(24px, 2.0833333333vw, 50px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .flow h2 {
    margin-bottom: 40px;
  }
}
.flow .inner {
  width: 50%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .flow .inner {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
.flow .inner img {
  width: 100%;
}
.flow .inner .flow_wrapper {
  max-width: 885px;
  width: 100%;
  margin: 0 auto;
}
.flow .inner .flow_wrapper .flow_inner {
  position: relative;
  display: block;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .flow .inner .flow_wrapper .flow_inner {
    margin-bottom: 40px;
  }
}
.flow .inner .flow_wrapper .flow_inner .flow_inner_txt {
  flex-basis: 65%;
}
.flow .inner .flow_wrapper .flow_inner .flow_inner_txt h3 {
  font-size: 1.7708333333vw;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .flow .inner .flow_wrapper .flow_inner .flow_inner_txt h3 {
    font-size: 4.6153846154vw;
    line-height: 1.5;
  }
}
.flow .inner .flow_wrapper .flow_inner .flow_inner_txt h3 span {
  font-size: clamp(40px, 3vw, 70px);
  display: inline-block;
  color: #f9a600;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .flow .inner .flow_wrapper .flow_inner .flow_inner_txt h3 span {
    margin-right: 10px;
  }
}
.flow .inner .flow_wrapper .flow_inner .flow_inner_txt p {
  line-height: 1.8;
  font-size: 16px;
}
.flow .inner .flow_wrapper .flow_inner .flow_inner_img {
  flex-basis: 30%;
}
.flow .inner .flow_wrapper .flow_inner .flow_inner_img img {
  height: auto;
}
.flow .inner .flow_wrapper .flow_inner::after {
  content: "";
  background-image: url(../images/flow_after.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.flow .inner .flow_wrapper .flow_inner:last-child::after {
  content: "";
  background-image: url(../images/flow_after_07.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 32px;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}

/*************************************************
事例
*************************************************/
.case {
  width: 103.125vw;
  margin: 0 auto;
  padding: 5.2083333333vw 0 2.6041666667vw;
}
@media screen and (max-width: 599px) {
  .case {
    padding: 80px 0 50px 0;
    width: 100%;
  }
}
.case h2 {
  font-size: clamp(24px, 2.0833333333vw, 50px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.6458333333vw;
}
@media screen and (max-width: 599px) {
  .case h2 {
    margin-bottom: 10.2564102564vw;
  }
}
.case .case_inner {
  max-width: 900px;
  margin: 0 auto 50px;
  position: relative;
  background-color: #ffeb3c;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (max-width: 940px) {
  .case .case_inner {
    margin: 0 20px 50px 20px;
  }
}
@media screen and (max-width: 599px) {
  .case .case_inner {
    padding: 20px;
  }
}
.case .case_inner .title_wrap {
  width: 100%;
  background-color: #ffeb3c;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .case .case_inner .title_wrap {
    font-size: 20px;
  }
}
.case .case_inner .price_wrap {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #f9a600;
  color: #fff;
  text-align: center;
  padding: 18px 8px;
}
@media screen and (max-width: 599px) {
  .case .case_inner .price_wrap {
    top: -10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
}
.case .case_inner .price_wrap p {
  font-size: 13px;
}
@media screen and (max-width: 599px) {
  .case .case_inner .price_wrap p {
    font-size: 12px;
  }
}
.case .case_inner .price_wrap .price {
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .case .case_inner .price_wrap .price {
    font-size: 14px;
  }
}
.case .case_inner .price_wrap .price .big {
  font-size: 40px;
  font-family: "Cantarell", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .case .case_inner .price_wrap .price .big {
    font-size: 32px;
  }
}
.case .case_inner .case_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 58px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap {
    padding: 50px 20px 30px;
  }
}
.case .case_inner .case_wrap .case_content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .case_content {
    flex-direction: column-reverse;
  }
}
.case .case_inner .case_wrap .case_content .img-wrap {
  width: 97px;
  height: auto;
  margin-right: 30px;
}
.case .case_inner .case_wrap .case_content .img-wrap img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .case_content .img-wrap {
    margin-top: 24px;
    margin-right: initial;
  }
}
.case .case_inner .case_wrap .case_content .text_wrap {
  width: 40.5208333333vw;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .case_content .text_wrap {
    width: 100%;
  }
}
.case .case_inner .case_wrap .case_content .text_wrap .sub-title {
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #fff;
  border-radius: 7px;
  padding: 8px 20px;
  position: absolute;
  top: -18px;
  left: 34px;
  z-index: 2;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .case_content .text_wrap .sub-title {
    font-size: 17px;
  }
}
.case .case_inner .case_wrap .case_content .text_wrap .case_text {
  background-color: #f4f2f2;
  border-radius: 10px;
  padding: 31px 45px 31px 35px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .case_content .text_wrap .case_text {
    font-size: 14px;
  }
}
.case .case_inner .case_wrap .case_content .text_wrap .case_text .bold {
  font-weight: 700;
}
.case .case_inner .case_wrap .case_content .text_wrap .case_text:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 14px;
  top: 50%;
  left: -33px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 30px solid #f4f2f2;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .case_content .text_wrap .case_text:before {
    top: initial;
    bottom: -33px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 30px solid #f4f2f2;
  }
}
.case .case_inner .case_wrap .case_content .text_wrap .case_test_div {
  background-color: #f9a600;
  color: #fff;
}
.case .case_inner .case_wrap .case_content .text_wrap .case_test_div::before {
  border-right: 30px solid #f9a600;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .case_content .text_wrap .case_test_div::before {
    top: initial;
    bottom: -33px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 30px solid #f9a600;
  }
}
.case .case_inner .case_wrap .development {
  margin-top: 50px;
  margin-left: -24px;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .development {
    margin-left: initial;
  }
}
.case .case_inner .case_wrap .development .img-wrap {
  width: 144px;
  height: auto;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .development .img-wrap {
    margin-right: initial;
  }
}
.case .case_inner .case_wrap .development .img-wrap img {
  height: auto;
}
.case .case_inner .case_wrap .case_arrow {
  text-align: center;
  margin: 24px auto;
  width: 44px;
  height: 15px;
}
.case .case_inner .case_wrap .result {
  margin-left: -30px;
  margin-right: -30px;
  border: 2px solid #cccccc;
  border-radius: 10px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .result {
    margin-left: 0;
    margin-right: 0;
  }
}
.case .case_inner .case_wrap .result .sub-title {
  display: inline-block;
  background-color: #f9a600;
  color: #fff;
  border-radius: 7px;
  padding: 8px 20px;
  position: absolute;
  top: -18px;
  left: 34px;
  z-index: 2;
  font-size: 19px;
  font-weight: 600;
}
.case .case_inner .case_wrap .result .result_wrap {
  display: flex;
  width: calc(100% - 60px);
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .result .result_wrap {
    flex-direction: column;
    width: 90%;
  }
}
.case .case_inner .case_wrap .result .result_wrap .img-wrap {
  width: 144px;
  height: 116px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .result .result_wrap .img-wrap {
    margin-right: initial;
  }
}
.case .case_inner .case_wrap .result .result_wrap .img-wrap02 {
  width: 96px;
  height: 136px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .result .result_wrap .img-wrap02 {
    margin-right: initial;
  }
}
.case .case_inner .case_wrap .result .result_wrap .img-wrap03 {
  width: 80px;
  height: 105px;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .result .result_wrap .img-wrap03 {
    margin-right: initial;
  }
}
.case .case_inner .case_wrap .result .result_wrap .text_wrap {
  flex: 1;
}
.case .case_inner .case_wrap .result .result_wrap .text_wrap ul {
  display: flex;
}
.case .case_inner .case_wrap .result .result_wrap .text_wrap ul li {
  margin-right: 30px;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .result .result_wrap .text_wrap ul li {
    margin-top: 10px;
    margin-right: 8px;
    font-size: clamp(12px, 0.7291666667vw, 14px);
  }
}
.case .case_inner .case_wrap .result .result_wrap .text_wrap ul li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f9a600;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.case .case_inner .case_wrap .result .result_wrap .text_wrap .case_text {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .case .case_inner .case_wrap .result .result_wrap .text_wrap .case_text {
    font-size: 17px;
    padding-top: 10px;
  }
}
.case .case_inner .case_wrap .result .result_wrap .text_wrap .case_text .orange {
  color: #f9a600;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .case .case_inner .case_wrap .result .result_wrap .text_wrap .case_text .br_pc {
    display: none;
  }
}
.case .case_inner .case_wrap .result .result_wrap .text_wrap .pt12 {
  padding-top: 12px;
}

/*************************************************
よくある質問
*************************************************/
.qa {
  background-image: linear-gradient(180deg, rgb(255, 196, 0), rgb(255, 225, 0));
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 90px 0 100px 0;
}
.qa .content_inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1980px;
}
@media screen and (max-width: 599px) {
  .qa .content_inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .qa .content_inner {
    background-image: linear-gradient(180deg, rgb(255, 196, 0), rgb(255, 225, 0));
  }
}
.qa .content_inner h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: clamp(24px, 2.0833333333vw, 50px);
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .qa .content_inner h2 {
    font-size: 5.5vw;
  }
}
.qa .content_inner .inner {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .qa .content_inner .inner {
    width: 90%;
    margin: 0 5%;
  }
}
.qa .content_inner .inner .block {
  background-color: #fff;
  padding: 35px 50px;
  margin-bottom: 20px;
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .qa .content_inner .inner .block {
    padding: 25px;
  }
}
.qa .content_inner .inner .block h4 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .qa .content_inner .inner .block h4 {
    line-height: 1.5em;
    font-size: 18px;
  }
}
.qa .content_inner .inner .block h4:after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow.png);
  right: 0px;
  top: 50%;
  width: 16px;
  height: 10px;
  background-size: 16px 10px;
  transition: transform 0.3s;
}
.qa .content_inner .inner .block p {
  display: none;
  margin-top: 30px;
  line-height: 1.5em;
  font-size: 16px;
  margin-left: 20px;
}
@media screen and (max-width: 599px) {
  .qa .content_inner .inner .block p {
    margin-left: 0px;
    margin-top: 30px;
  }
}

/*************************************************
運営会社
*************************************************/
.company {
  padding: 7.03125vw 0;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 12.8205128205vw 5.1282051282vw;
    margin-bottom: 66px;
  }
}
.company .inner {
  width: 58.0729166667vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .company .inner {
    width: 100%;
  }
}
.company .inner h2 {
  font-size: clamp(24px, 2.0833333333vw, 50px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 599px) {
  .company .inner h2 {
    font-size: 20px;
  }
}
.company .inner .cybozu {
  width: 46.875vw;
  margin: 0 auto 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .company .inner .cybozu {
    width: 90%;
    margin: 0 auto 7.6923076923vw;
  }
}
.company .inner .cybozu h3 {
  color: #4f4f4f;
  font-size: 1.71875vw;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .company .inner .cybozu h3 {
    font-size: 3.0769230769vw;
  }
}
.company .inner .cybozu img {
  width: 15vw;
  height: auto;
}
@media screen and (max-width: 599px) {
  .company .inner .cybozu img {
    width: 25.641025641vw;
  }
}
.company .inner table {
  width: 100%;
  display: block;
  border: 1px solid #eae8e8;
}
.company .inner table tbody {
  display: block;
}
.company .inner table tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid #eae8e8 1px;
  line-height: 1.8;
}
.company .inner table tr:last-child {
  border: none;
}
@media screen and (max-width: 599px) {
  .company .inner table tr {
    display: block;
  }
}
.company .inner table tr th {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  text-align: center;
  padding: 0.9375vw 0;
  font-size: 1.1458333333vw;
}
@media screen and (max-width: 599px) {
  .company .inner table tr th {
    width: 100%;
    font-size: 3.5897435897vw;
    padding: 3.8461538462vw 0;
  }
}
.company .inner table tr td {
  display: block;
  width: 70%;
  padding: 0.9375vw 2.0833333333vw;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 599px) {
  .company .inner table tr td {
    width: 100%;
    font-size: 3.5897435897vw;
    text-align: center;
    padding: 3.8461538462vw 0;
  }
}

.timerex {
  padding: 13.0208333333vw 0 9.375vw;
  background-image: url(../images/qa_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .timerex {
    background: none;
    padding-bottom: 0;
  }
}
.timerex .timerex_wrapper {
  margin-bottom: 4.1666666667vw;
}
.timerex .timerex_wrapper h2 {
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: bold;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 599px) {
  .timerex .timerex_wrapper h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10.2564102564vw;
  }
}
.timerex .timerex_wrapper p {
  text-align: center;
  font-size: 1.0416666667vw;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 599px) {
  .timerex .timerex_wrapper p {
    font-size: 3.5897435897vw;
    padding: 0 5.1282051282vw;
  }
}
.timerex small {
  margin-top: 9.375vw;
  display: block;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .timerex small {
    background-image: linear-gradient(180deg, rgb(255, 196, 0), rgb(255, 211, 0));
    padding: 7.6923076923vw 0;
  }
}

.rotated:after {
  transform: rotate(180deg);
}

footer {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer ul li {
  margin-right: 20px;
}
footer ul li:last-child {
  margin-right: 0px;
}

/*モーダルを開くボタン*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .modal-container {
    padding: 10px;
  }
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .modal-close {
    right: 0px;
  }
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .modal-content {
    padding: 5px;
  }
}
.modal-content iframe {
  height: 500px;
}
@media screen and (max-width: 599px) {
  .modal-content iframe {
    height: 30vh;
    width: 100%;
  }
}

a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
}

small {
  margin-top: 50px;
  display: block;
  text-align: center;
}

.first_content {
  background: #f4f8f7;
  position: relative;
  height: 345px;
}
@media screen and (max-width: 599px) {
  .first_content {
    height: 300px;
  }
}
.first_content .content_inner {
  width: calc(100% - 80px);
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  z-index: 4;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .first_content .content_inner {
    width: calc(100% - 40px);
    top: -70px;
  }
}
.first_content .content_inner .box {
  padding: 70px 60px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(38, 50, 56, 0.2);
}
@media screen and (max-width: 1024px) {
  .first_content .content_inner .box {
    padding: 34px 25px;
  }
}
@media screen and (max-width: 599px) {
  .first_content .content_inner .box {
    padding: 32px 20px;
  }
}
.first_content .content_inner .box h3 {
  font-weight: bold;
  text-align: center;
  font-size: clamp(18px, 2.5vw, 36px);
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .first_content .content_inner .box h3 {
    margin-bottom: 40px;
  }
}
.first_content .content_inner .box h3:after {
  position: absolute;
  width: 60px;
  height: 3px;
  background: #000;
  content: "";
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .first_content .content_inner .box h3:after {
    width: 50px;
    bottom: -17px;
  }
}
.first_content .content_inner .box ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .first_content .content_inner .box ul {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 599px) {
  .first_content .content_inner .box ul {
    gap: 12px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 420px) {
  .first_content .content_inner .box ul {
    padding: initial;
  }
}
.first_content .content_inner .box ul li {
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 2.5em;
  flex-basis: 40%;
  font-weight: bold;
  position: relative; /* 疑似要素の位置を相対的に調整するため */
  padding-left: 30px; /* チェックマーク分の余白を確保 */
}
.first_content .content_inner .box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px; /* 画像の幅 */
  height: 20px; /* 画像の高さ */
  background-image: url("../images/circle-check-regular.svg");
  background-size: contain; /* 画像を要素内に収める */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  background-position: center; /* 画像を中央に配置 */
}
.first_content .content_inner .box p {
  text-align: right;
  font-size: 14px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .first_content .content_inner .box p {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .first_content .content_inner .box p {
    padding: 0 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .first_content .content_inner .box p {
    padding: initial;
  }
}

/*************************************************
header
*************************************************/
/*************************************************
フォーム
*************************************************/
.form {
  width: 100%;
  background-color: #fff9e2;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .form {
    max-width: 100%;
    background-color: initial;
  }
}
@media screen and (max-width: 599px) {
  .form .formwrap {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 20px !important;
    padding: 40px 10px !important;
  }
}
.form #formWrap {
  background-color: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  color: #333;
  padding: 40px 60px;
}
@media screen and (max-width: 599px) {
  .form #formWrap {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 20px !important;
    padding: 40px 10px !important;
  }
}
.form #formWrap h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.form #formWrap p {
  text-align: center;
  font-size: 14px;
}
.form #formWrap .required_mark {
  display: block;
  text-align: center;
  color: red;
  font-size: 12px;
  margin-bottom: 50px;
}
.form #formWrap .formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.form #formWrap .formTable tr {
  display: block;
  margin-bottom: 30px;
}
.form #formWrap .formTable th {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.form #formWrap .formTable td {
  display: block;
}
.form #formWrap .formTable input[type=email],
.form #formWrap .formTable input[type=tel],
.form #formWrap .formTable input[type=text],
.form #formWrap .formTable select,
.form #formWrap .formTable textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  letter-spacing: 0.03em;
}
.form #formWrap .formTable .required {
  position: relative;
}
.form #formWrap .formTable .required::after {
  position: absolute;
  content: "＊";
  color: red;
  font-size: 10px;
}
.form .button {
  display: flex;
  max-width: 450px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
}
.form .button .submit {
  text-align: center;
  flex-basis: 45%;
  background-color: #FF9900;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #FF9900;
}
.form .button .submit:hover {
  opacity: 0.7;
}
.form .button .reset {
  text-align: center;
  flex-basis: 45%;
  background-color: #bababa;
  border: 1px solid #bababa;
  padding: 8px;
  border-radius: 10px;
  color: #fff;
}
.form .button .reset:hover {
  opacity: 0.7;
}

.submit2 {
  display: block;
  text-decoration: none;
  background-color: #FF9900;
  max-width: 200px;
  width: 100%;
  text-align: center;
  margin: 50px auto;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #FF9900;
}
.submit2:hover {
  opacity: 0.7;
}

table.formTable2 {
  width: 100%;
  margin: 50px auto;
  border-collapse: collapse;
}

table.formTable2 td,
table.formTable2 th {
  border: 1px solid #bababa;
  padding: 10px;
}

table.formTable2 th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.reset2 {
  border: 1px solid #bababa;
  background-color: #bababa;
  padding: 8px;
  border-radius: 10px;
  color: #fff;
}

.reset2:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .formwrap {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 20px !important;
    padding: 40px 10px !important;
  }
}