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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #191C1B;
}

.obj-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     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;
  -moz-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, 39.3939393939vw, 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;
  }
}

/*************************************************
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%;
  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 min(5%, 100px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__inner {
    justify-content: center;
  }
}

.cyboze_logo {
  max-width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cyboze_logo {
    width: min(120px, 41.0256410256vw);
  }
}

.headerbtn__wrap {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .headerbtn__wrap {
    display: none;
  }
}
.headerbtn__wrap-contact a, .headerbtn__wrap-tel a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
}
.headerbtn__wrap-contact a img, .headerbtn__wrap-tel a img {
  width: 20px;
  height: auto;
}
.headerbtn__wrap-contact a {
  padding: 20px 30px;
  background-color: #ff9900;
  border-radius: 5px;
  color: #fff;
  transition: all 0.3s;
}
.headerbtn__wrap-contact a:hover {
  opacity: 0.7;
}
.headerbtn__wrap-tel a {
  padding: 20px 30px;
  color: #ff9900;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ff9900;
  transition: all 0.3s;
  font-family: "Akshar", sans-serif;
  font-size: clamp(18px, 1.5vw, 20px);
}
.headerbtn__wrap-tel a:hover {
  opacity: 0.7;
}

.fv {
  width: 100%;
  height: 100dvh;
  height: 100vh;
  position: relative;
  background-color: #fffce0;
}
.fv::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: calc(100% + 40px);
  background: url("../images/fv_bg.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv::after {
    display: none;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .fv {
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    background: url("../images/fv_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.fv__inner {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  padding: 0 10%;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .fv__inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .fv__inner {
    padding: 0 20px;
  }
}
.fv__copy {
  position: relative;
  z-index: 2;
  width: 50.5050505051vw;
  min-width: 700px;
  height: auto;
  padding-top: max(216px, 10.9090909091vw);
}
@media screen and (max-width: 768px) {
  .fv__copy {
    padding-top: min(90px, 28.2051282051vw);
    width: 95%;
    min-width: 300px;
  }
}
.fv__listwrap__textwrap {
  margin-top: 1.3131313131vw;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 1024px) {
  .fv__listwrap__textwrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fv__listwrap__textwrap {
    margin-top: 16px;
    gap: 8px;
  }
}
.fv__listwrap__text {
  list-style: none;
  color: #fff;
  background-color: #FFA400;
  border-radius: 999px;
  padding: 15px 35px;
  font-size: clamp(14px, 1.5151515152vw, 30px);
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fv__listwrap__text {
    padding: 9px 20px;
    white-space: nowrap;
  }
}
.fv__img {
  position: absolute;
  z-index: 3;
  width: clamp(600px, 38.1313131313vw, 800px);
  height: auto;
  right: 0;
  bottom: -10%;
}
@media screen and (max-width: 1024px) {
  .fv__img {
    width: clamp(550px, 38.1313131313vw, 800px);
  }
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: clamp(250px, 82.0512820513vw, 330px);
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .fv__img {
    width: 250px;
  }
}
@media screen and (max-width: 380px) {
  .fv__img {
    width: 200px;
  }
}
.fv__copy-img {
  position: relative;
  padding-top: 3.6363636364vw;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .fv__copy-img {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .fv__copy-img {
    padding-top: 30px;
  }
}
.fv__copy-img__wrap {
  width: 380px;
  height: auto;
  box-shadow: 0px 0px 24px 8px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 768px) {
  .fv__copy-img__wrap {
    width: 56.4102564103vw;
    min-width: 180px;
  }
}
@media screen and (max-width: 380px) {
  .fv__copy-img__wrap {
    width: 160px;
  }
}
.fv__copy-img__bubble {
  position: absolute;
  z-index: 2;
  width: 120px;
  height: auto;
  top: 10px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .fv__copy-img__bubble {
    width: 15.3846153846vw;
    min-width: 60px;
    top: 5px;
    right: -20%;
  }
}
@media screen and (max-width: 380px) {
  .fv__copy-img__bubble {
    right: -25%;
  }
}

.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 {
  background-image: url(../images/content_01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .content_01 {
    padding: 80px 0;
    background-image: url(../images/content_01_bg_sp.png);
  }
}
.content_01 .content_inner {
  text-align: center;
}
.content_01 .content_inner .bubble {
  position: relative;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: clamp(14px, 3.5897435897vw, 30px);
  background-color: #505050;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 3.0303030303vw;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .content_01 .content_inner .bubble {
    padding: 8px 20px;
  }
}
.content_01 .content_inner .bubble::after {
  position: absolute;
  content: "";
  background: url(../images/content_01_arrow.png) center center/cover;
  width: 16px;
  height: 20px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .bubble::after {
    z-index: 1;
  }
}
.content_01 .content_inner h2 {
  font-size: clamp(24px, 2.1717171717vw, 50px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
.content_01 .content_inner .bubble1 {
  position: absolute;
  left: 5%;
  top: 45%;
  width: 18.4343434343vw;
  height: 14.4949494949vw;
  max-width: 365px;
  max-height: 287px;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .bubble1 {
    width: 37.6923076923vw;
    height: 29.4871794872vw;
    left: 0%;
    top: 36%;
  }
}
.content_01 .content_inner .bubble2 {
  position: absolute;
  left: 22%;
  top: 38%;
  width: 16.3636363636vw;
  height: 13.7878787879vw;
  max-width: 324px;
  max-height: 273px;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .bubble2 {
    width: clamp(137px, 35.1282051282vw, 200px);
    height: clamp(115px, 29.4871794872vw, 170px);
    left: 5%;
    top: 30%;
  }
}
.content_01 .content_inner .bubble3 {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 20.6565656566vw;
  height: 15.9595959596vw;
  max-width: 409px;
  max-height: 316px;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .bubble3 {
    width: clamp(175px, 44.8717948718vw, 220px);
    height: clamp(133px, 34.1025641026vw, 180px);
    top: 20%;
  }
}
.content_01 .content_inner .bubble4 {
  position: absolute;
  right: 22%;
  top: 36%;
  width: 15.4545454545vw;
  height: 13.9393939394vw;
  max-width: 306px;
  max-height: 276px;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .bubble4 {
    width: clamp(135px, 34.6153846154vw, 180px);
    height: clamp(122px, 31.2820512821vw, 160px);
    right: 5%;
    top: 30%;
  }
}
.content_01 .content_inner .bubble5 {
  position: absolute;
  right: 5%;
  top: 45%;
  width: 19.6464646465vw;
  height: 14.2929292929vw;
  max-width: 389px;
  max-height: 283px;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .bubble5 {
    width: 44.358974359vw;
    height: 32.3076923077vw;
    right: 2%;
    top: 36%;
  }
}
.content_01 .content_inner .worries1 {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 11.9696969697vw;
  height: 9.0404040404vw;
  max-width: 237px;
  max-height: 179px;
  min-width: 190px;
  min-height: 143px;
}
@media screen and (max-width: 1024px) {
  .content_01 .content_inner .worries1 {
    top: 48%;
  }
}
@media screen and (max-width: 768px) {
  .content_01 .content_inner .worries1 {
    top: 42%;
  }
}
.content_01 .content_inner .worries2 {
  position: absolute;
  left: 30%;
  top: 62%;
  width: 125px;
  height: 132px;
}
@media screen and (max-width: 1024px) {
  .content_01 .content_inner .worries2 {
    left: 20%;
    top: 56%;
  }
}
@media screen and (max-width: 768px) {
  .content_01 .content_inner .worries2 {
    top: 50%;
    width: 22.8205128205vw;
    height: 24.1025641026vw;
  }
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .worries2 {
    left: 5%;
    top: 53%;
  }
}
.content_01 .content_inner .worries-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 66%;
  width: 4.4949494949vw;
  height: 1.5656565657vw;
  max-width: 89px;
  max-height: 31px;
  min-width: 71px;
  min-height: 25px;
}
@media screen and (max-width: 1024px) {
  .content_01 .content_inner .worries-arrow {
    top: 62%;
  }
}
@media screen and (max-width: 768px) {
  .content_01 .content_inner .worries-arrow {
    top: 56%;
    width: 58px;
    height: 20px;
  }
}
.content_01 .content_inner .content_01_h3 {
  margin-top: 562px;
}
@media screen and (max-width: 768px) {
  .content_01 .content_inner .content_01_h3 {
    margin-top: 470px;
    padding: 0 20px;
  }
}
.content_01 .content_inner .content_01_h3 h3 {
  text-align: center;
  font-size: clamp(30px, 2.5252525253vw, 50px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .content_01_h3 h3 {
    font-size: 5.8974358974vw;
    letter-spacing: 0.05em;
  }
}
.content_01 .content_inner .content_01_h3 h3 .small-text {
  font-size: clamp(20px, 2.0202020202vw, 40px);
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .content_01_h3 h3 .small-text {
    font-size: 5.1282051282vw;
  }
}
.content_01 .content_inner .content_01_h3 h3 .br_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .content_01_h3 h3 .br_sp {
    display: block;
  }
}
.content_01 .content_inner .content_01_h3 h3 .yellow2 {
  color: #f9a600;
  font-size: clamp(38px, 2.9292929293vw, 58px);
}
@media screen and (max-width: 599px) {
  .content_01 .content_inner .content_01_h3 h3 .yellow2 {
    font-size: 8.2051282051vw;
  }
}

.cta {
  width: 100%;
  margin: 0 auto;
  max-width: 1980px;
  background-image: url(../images/cta_bg.png);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat-x;
  padding: 60px 0;
}
@media screen and (max-width: 599px) {
  .cta {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .cta {
    padding: 30px 0;
  }
}

.cta_inner {
  position: relative;
  width: 53.7878787879vw;
  margin: 0 auto;
}
.cta_inner p {
  text-align: center;
  font-size: 2.3232323232vw;
  font-weight: bold;
  line-height: 1.5;
}
.cta_inner p .cta_inner_span {
  font-size: 2.3232323232vw;
}
@media screen and (max-width: 599px) {
  .cta_inner p {
    font-size: 4.6153846154vw;
    width: 61.5384615385vw;
    margin-bottom: 7.6923076923vw;
  }
  .cta_inner p .cta_inner_span {
    font-size: 12px;
  }
}
.cta_inner span {
  display: block;
  text-align: center;
  font-size: 1.2121212121vw;
}
@media screen and (max-width: 599px) {
  .cta_inner span {
    font-size: 3.0769230769vw;
    margin-top: 15px;
  }
}
.cta_inner a {
  width: 30.8080808081vw;
  height: 5.0505050505vw;
  background-color: #191c1b;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, 0.2) 2px 2px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6666666667vw;
  margin: 1.7676767677vw auto;
}
@media screen and (max-width: 599px) {
  .cta_inner a {
    width: 100%;
    border-radius: 8px;
    height: 12.8205128205vw;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .cta_inner {
    width: 100%;
    padding: 0;
  }
}
.cta_inner .badge {
  position: absolute;
  max-width: 100%;
  width: 13.1313131313vw;
  top: 50%;
  right: -10.101010101vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .cta_inner .badge {
    width: 30.7692307692vw;
    right: 0;
    top: 10.2564102564vw;
  }
}

@media screen and (max-width: 599px) {
  .cta_inner_01 {
    width: 100%;
    padding: 0 20px;
  }
}

.content_02 {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .content_02 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.content_02__inner {
  max-width: 1280px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .content_02__inner {
    padding-inline: 20px;
  }
}
.content_02 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(24px, 2.0202020202vw, 50px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 4.5454545455vw;
}
.content_02 h2 img {
  width: 4.0404040404vw;
}
@media screen and (max-width: 1024px) {
  .content_02 h2 img {
    width: 10.2564102564vw;
    margin-right: 5px;
  }
}
@media screen and (max-width: 599px) {
  .content_02 h2 {
    margin-bottom: 50px;
  }
}
.content_02 .wrapper_00 {
  position: relative;
  width: 100%;
  margin-right: calc(50% - 50vw);
}
.content_02 .wrapper_00::after {
  position: absolute;
  content: "";
  width: 44.4444444444vw;
  height: 36.9696969697vw;
  background-image: linear-gradient(179deg, #ffe100 0.89%, #fffce0 97.06%);
  z-index: -1;
  right: 0;
  top: -2.0202020202vw;
}
@media screen and (max-width: 599px) {
  .content_02 .wrapper_00::after {
    top: -10.2564102564vw;
    width: 76.9230769231vw;
    height: 66.6666666667vw;
  }
}
.content_02 .wrapper {
  position: relative;
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-top: 10.101010101vw;
}
.content_02 .wrapper::before {
  content: "";
  position: absolute;
  width: 46.6161616162vw;
  height: 46.8686868687vw;
  background-color: #f4f8f7;
  left: 0;
  top: -3.0303030303vw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .content_02 .wrapper::before {
    width: 70%;
    height: 117.9487179487vw;
  }
}
.content_02 .content_02_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5.0505050505vw;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.content_02 .content_02_box .content_02_text {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box .content_02_text {
    width: 100%;
  }
}
.content_02 .content_02_box .content_02_text span {
  font-size: 4.5vw;
  color: #f9a600;
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  .content_02 .content_02_box .content_02_text span {
    font-size: 10vw;
  }
}
.content_02 .content_02_box .content_02_text h3 {
  font-size: clamp(20px, 2.1212121212vw, 42px);
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 30px;
}
.content_02 .content_02_box .content_02_text p {
  font-size: clamp(14px, 1vw, 22px);
  line-height: 1.8;
}
.content_02 .content_02_box .content_02_text p .border_yellow {
  background-color: #faf34f;
  height: 100%;
  color: #191c1b;
  font-size: clamp(14px, 1vw, 22px);
  font-weight: 400;
}
.content_02 .content_02_box .content_02_text a {
  margin-top: 3.4343434343vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: min(24.3939393939vw, 483px);
  height: min(3.4343434343vw, 68px);
  background-color: #f9a600;
  font-size: clamp(16px, 1.4646464646vw, 29px);
  font-weight: 700;
  color: #fff;
  border-radius: 0.2525252525vw;
}
.content_02 .content_02_box .content_02_text a img {
  display: block;
  margin-left: 0.5050505051vw;
  width: min(1.8181818182vw, 36px);
  height: min(1.8181818182vw, 36px);
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box .content_02_text a img {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
  }
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box .content_02_text a {
    width: 76.9230769231vw;
    height: 8.9743589744vw;
    font-size: 4.6153846154vw;
    border-radius: 1.2820512821vw;
    margin: 30px auto;
  }
}
.content_02 .content_02_box .content_02_img_01 img {
  width: min(37.9292929293vw, 751px);
  height: min(26.1111111111vw, 517px);
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box .content_02_img_01 img {
    width: 76.9230769231vw;
    height: 51.2820512821vw;
  }
}
.content_02 .content_02_box .content_02_meeting {
  position: absolute;
  width: 266px;
  height: auto;
  right: 0;
  bottom: -120px;
}
@media screen and (max-width: 1024px) {
  .content_02 .content_02_box .content_02_meeting {
    bottom: -80px;
  }
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box .content_02_meeting {
    bottom: 52%;
    width: 180px;
  }
}
.content_02 .content_02_box .content_02_img img {
  width: 100%;
}
.content_02 .content_02_box .content_02_img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: clamp(450px, 37.6262626263vw, 745px);
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box .content_02_img ul {
    width: 100%;
    min-width: 100%;
  }
}
.content_02 .content_02_box .content_02_img ul li {
  width: clamp(130px, 11.7676767677vw, 233px);
  height: clamp(130px, 11.7676767677vw, 233px);
  background-color: #f9a600;
  border-radius: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
  justify-content: center;
  margin-bottom: 15px;
  font-size: clamp(10px, 2.5641025641vw, 16px);
}
.content_02 .content_02_box .content_02_img ul li:nth-child(n+4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box .content_02_img ul li {
    width: 28.2051282051vw;
    height: 28.2051282051vw;
    min-width: initial;
    min-height: initial;
    font-size: clamp(10px, 2.5641025641vw, 16px);
  }
}
.content_02 .content_02_box .content_02_img ul li img {
  max-width: 3vw;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .content_02 .content_02_box .content_02_img ul li img {
    max-width: 10vw;
    margin-bottom: 5px;
  }
}
.content_02 .content_02_box .content_02_img ul .content_02_list_01,
.content_02 .content_02_box .content_02_img ul .content_02_list_02,
.content_02 .content_02_box .content_02_img ul .content_02_list_03 {
  background-color: #fffce0;
  border: 3px solid #fdf3a8;
  font-weight: bold;
}
.content_02 .content_02_box .content_02_img ul .content_02_list_04,
.content_02 .content_02_box .content_02_img ul .content_02_list_05,
.content_02 .content_02_box .content_02_img ul .content_02_list_06 {
  background-color: #fffce0;
  border: 3px solid #fdf3a8;
  font-weight: bold;
}
.content_02 .content_02_box2 {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box2 {
    flex-direction: column;
    padding-top: 30px;
  }
}
.content_02 .content_02_box2 .content_02_img_02 {
  width: min(26.7676767677vw, 530px);
  height: min(40.6060606061vw, 804px);
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .content_02 .content_02_box2 .content_02_img_02 {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}
.content_02 .content_02_box2 .content_02_img_02 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .content_02 .content_02_box2 .content_02_img_02 img {
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

.cta_sec {
  border-top: 10px solid #ffbf00;
  border-bottom: 10px solid #ffbf00;
  background-image: url(../images/cta-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .cta_sec {
    overflow: hidden;
  }
}
.cta_sec .cta_sec_inner {
  max-width: 1449px;
  margin-inline: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px 40px;
}
.cta_sec .cta_sec_inner::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 7.0707070707vw;
  content: "";
  background: url(../images/cta-person.png) center center/cover;
  width: clamp(180px, 11.5151515152vw, 228px);
  height: clamp(189px, 12.1717171717vw, 240px);
}
@media screen and (max-width: 1024px) {
  .cta_sec .cta_sec_inner::after {
    right: -10px;
    width: clamp(130px, 11.5151515152vw, 228px);
    height: clamp(139px, 12.1717171717vw, 241px);
  }
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner::after {
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .cta_sec .cta_sec_inner::after {
    width: clamp(75px, 19.2307692308vw, 90px);
    height: clamp(80px, 20.5128205128vw, 95px);
  }
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner {
    flex-direction: column;
    width: 100%;
    padding: 50px 20px;
  }
}
.cta_sec .cta_sec_inner .pc-img {
  width: min(30.303030303vw, 600px);
  min-width: 300px;
  height: auto;
  flex-basis: 40%;
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner .pc-img {
    width: 70%;
    order: 2;
    z-index: 1;
  }
}
.cta_sec .cta_sec_inner .pc-img img {
  height: auto;
}
.cta_sec .cta_sec_inner .text_wrap {
  flex-basis: 48%;
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner .text_wrap {
    display: contents;
  }
}
.cta_sec .cta_sec_inner .text_wrap h2 {
  font-size: clamp(22px, 2.5vw, 34px);
  white-space: nowrap;
  color: #191c1b;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner .text_wrap h2 {
    order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 410px) {
  .cta_sec .cta_sec_inner .text_wrap h2 {
    line-height: 1.5;
    white-space: nowrap;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 {
    order: 3;
    text-align: center;
    margin: 30px auto 0 auto;
    width: 100%;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 14px;
}
@media screen and (max-width: 599px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p::before, .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #191c1b;
  position: absolute;
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p::before {
  left: -12px;
  top: 0;
  transform: rotate(160deg);
}
@media screen and (max-width: 599px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p::before {
    left: -30px;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p::after {
  right: -12px;
  bottom: 0;
  transform: rotate(-160deg);
}
@media screen and (max-width: 599px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 p::after {
    right: -30px;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .demo-btn {
  border-radius: 5px;
  background-color: #ff9900;
  color: #fff;
  display: inline-block;
  align-items: center;
  max-width: 350px;
  height: 58px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .demo-btn {
    margin: 0 auto 20px auto;
  }
}
@media screen and (max-width: 599px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .demo-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .demo-btn::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%);
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .demo-btn a {
  padding: 19px 72px;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .demo-btn a {
    padding: initial;
    justify-content: center;
    font-size: 16px;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn {
  display: inline-block;
  align-items: center;
  max-width: 350px;
  height: 58px;
}
@media screen and (max-width: 786px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn a {
  border: 2px solid #191c1b;
  height: 100%;
  line-height: 1;
  border-radius: 5px;
  background-color: #fff;
  color: #191c1b;
  padding: 14px 60px 10px;
  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) {
  .cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn a {
    padding: initial;
    justify-content: center;
    font-size: 22px;
  }
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn a:hover {
  background-color: #191c1b;
  color: #fff;
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.cta_sec .cta_sec_inner .text_wrap .btn_wrapper02 .btn_wrap .tel-btn a img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.inner_movie {
  width: clamp(600px, 60.6060606061vw, 1900px);
  margin: 5.0505050505vw auto 7.0707070707vw;
}
@media screen and (max-width: 599px) {
  .inner_movie {
    width: 90%;
  }
}

.flow {
  margin: 120px 0;
}
.flow h2 {
  font-size: clamp(24px, 2.0202020202vw, 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;
  }
}
@media screen and (max-width: 599px) {
  .flow {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.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: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.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.7171717172vw;
  font-weight: 700;
  margin-bottom: 40px;
  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;
    margin-bottom: 20px;
    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: clamp(14px, 1vw, 22px);
}
.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%);
}

.content_03 {
  background-color: #fefcd7;
}
.content_03 .content_inner {
  padding: 100px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1980px;
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner {
    padding: 80px 0;
  }
}
.content_03 .content_inner h2 {
  font-size: clamp(24px, 2.0202020202vw, 50px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner {
    max-width: 100%;
  }
}
.content_03 .content_inner img {
  width: 100%;
}
.content_03 .content_inner .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10%;
}
@media screen and (max-width: 1024px) {
  .content_03 .content_inner .inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .content_03 .content_inner .inner {
    display: block;
    padding: 0 20px;
  }
}
.content_03 .content_inner .inner .service_01,
.content_03 .content_inner .inner .service_02 {
  flex-basis: calc(50% - 10px);
  margin-bottom: 30px;
}
.content_03 .content_inner .inner .service_03,
.content_03 .content_inner .inner .service_04,
.content_03 .content_inner .inner .service_05,
.content_03 .content_inner .inner .service_06 {
  flex-basis: calc(33.333% - 20px);
  margin-bottom: 30px;
}
.content_03 .content_inner .inner .service_07,
.content_03 .content_inner .inner .service_08 {
  flex-basis: calc(33.333% - 20px);
}
.content_03 .content_inner .inner .service_07 {
  margin: 0 15px 0 auto;
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner .inner .service_07 {
    margin: 0 auto 30px auto;
  }
}
.content_03 .content_inner .inner .service_08 {
  margin: 0 auto 0 15px;
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner .inner .service_08 {
    margin: 0 auto 30px auto;
  }
}
.content_03 .content_inner .inner div {
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner .inner div {
    padding: 30px 5px;
    font-size: 14px;
  }
}
.content_03 .content_inner .inner div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(18px, 1.8vw, 36px);
  font-weight: 700;
  margin-bottom: 30px;
}
.content_03 .content_inner .inner div h3::before {
  content: "";
  background: url(../images/check.svg) center center/cover;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner .inner div h3::before {
    width: 23px;
    height: 23px;
  }
}
.content_03 .content_inner .inner div p {
  padding: 0 10px;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner .inner div p {
    font-size: 14px;
  }
}
.content_03 .content_inner .inner div p span {
  color: #d20000;
}
.content_03 .content_inner .inner h4 {
  text-align: center;
  font-size: clamp(20px, 5.1282051282vw, 32px);
  font-weight: 900;
  letter-spacing: 0.2rem;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content_03 .content_inner .inner h4 {
    line-height: 1.7;
  }
}
.content_03 .content_inner .inner h4 img {
  transform: translateY(-0.5050505051vw);
  width: clamp(350px, 21.8181818182vw, 550px);
  margin-right: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .content_03 .content_inner .inner h4 img {
    width: 51.2820512821vw;
    transform: translateY(-2.5641025641vw);
    padding-bottom: 0;
    margin-bottom: -7px;
  }
}
@media screen and (max-width: 599px) {
  .content_03 .content_inner .inner h4 img {
    margin-bottom: -3px;
  }
}

.support {
  position: relative;
  background-color: #f4f8f7;
  z-index: -100;
  margin-bottom: 100px;
  padding-top: 20px;
}
.support .support_bg {
  max-width: 75vw;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  padding: 5vw 0;
}
@media screen and (max-width: 599px) {
  .support .support_bg {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 50px 0;
  }
}
.support .support_bg h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .support .support_bg h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.support .support_bg .support_inner {
  display: flex;
  justify-content: space-between;
  padding: 0 5vw;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .support .support_bg .support_inner {
    flex-direction: column-reverse;
    font-size: 14px;
  }
}
.support .support_bg .support_inner .support_inner_txt {
  flex-basis: 50%;
}
.support .support_bg .support_inner .support_inner_txt p {
  font-size: clamp(14px, 1.3vw, 22px);
  line-height: 1.5;
  margin-bottom: 20px;
}
.support .support_bg .support_inner .support_inner_img {
  flex-basis: 45%;
}
@media screen and (max-width: 599px) {
  .support .support_bg .support_inner .support_inner_img {
    margin-bottom: 30px;
  }
}
.support .support_bg .support_inner .support_inner_img img {
  width: 100%;
}
.support::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 170px;
  bottom: 0;
  z-index: -1;
}

.content_04 {
  width: 100vw;
  margin: 0 auto;
  padding-top: 4.5454545455vw;
}
@media screen and (max-width: 599px) {
  .content_04 {
    padding-top: 80px;
  }
}
.content_04 .inner {
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
}
.content_04 .inner h2 {
  font-size: clamp(24px, 2.0202020202vw, 50px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner h2 {
    margin-bottom: 40px;
  }
}
.content_04 .inner .price {
  line-height: 1.8;
  margin-bottom: 70px;
  font-size: clamp(14px, 1.3vw, 22px);
}
.content_04 .inner .price p span {
  font-weight: bold;
  color: red;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .price {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .content_04 .inner .price p {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .content_04 .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
.content_04 .inner img {
  width: 100%;
  margin-bottom: 30px;
}
.content_04 .inner .shochikubai_wrap {
  margin-bottom: 130px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap {
    margin-bottom: 80px;
  }
}
.content_04 .inner .shochikubai_wrap .ume {
  background: #fff;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  width: 100%;
  display: flex;
  margin: 0 auto 40px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume {
    display: block;
    width: 100%;
  }
}
.content_04 .inner .shochikubai_wrap .ume .left {
  width: 30.303030303vw;
  min-width: 240px;
  height: auto;
  background: #fefcd7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .left {
    width: 100%;
    padding: 10px 0;
  }
}
.content_04 .inner .shochikubai_wrap .ume .left .sub-text {
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #191c1b;
  position: relative;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  margin: 0 auto 14px auto;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .left .sub-text {
    margin-bottom: 4px;
    font-weight: 500;
    align-items: baseline;
  }
}
.content_04 .inner .shochikubai_wrap .ume .left .sub-text::before, .content_04 .inner .shochikubai_wrap .ume .left .sub-text::after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #191c1b;
  position: absolute;
}
.content_04 .inner .shochikubai_wrap .ume .left .sub-text::before {
  left: -10px;
  bottom: 5px;
  transform: rotate(160deg);
}
.content_04 .inner .shochikubai_wrap .ume .left .sub-text::after {
  right: -10px;
  bottom: 5px;
  transform: rotate(-160deg);
}
.content_04 .inner .shochikubai_wrap .ume .left .sub-text .dot {
  font-weight: 500;
  font-size: 20px;
  background-image: radial-gradient(circle at center, #191c1b 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.5em; /* 縦方向の位置調整 */
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .left .sub-text .dot {
    margin-bottom: -0.1em;
    font-size: 28px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .left p {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .left p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .left p span {
  font-size: 6.0606060606vw;
  font-family: "Akshar", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .left p span {
    font-size: 40px;
    display: inline-block;
  }
}
.content_04 .inner .shochikubai_wrap .ume .left p .fromto {
  font-size: 60px;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 8px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .left p .fromto {
    font-size: 40px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right {
    padding: 15px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right p {
  font-size: 20px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 1.2121212121vw;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: normal;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right .finger {
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right .finger {
    font-size: 16px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right .finger img {
  width: 23px;
  height: auto;
  margin-right: 12px;
  margin-bottom: initial;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right .finger img {
    width: 20px;
    height: auto;
    margin-right: 8px;
  }
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right ul {
    margin-bottom: 20px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right ul li {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #f9a600;
  font-size: 0.9090909091vw;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 5px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right ul li {
    font-size: 14px;
    padding: 10px 20px;
  }
  .content_04 .inner .shochikubai_wrap .ume .right ul li:last-child {
    margin-bottom: 0;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right ul li img {
  width: 17px;
  height: auto;
  margin-right: 8px;
  margin-bottom: initial;
}
.content_04 .inner .shochikubai_wrap .ume .right .period {
  color: #f9a600;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right .period {
    font-size: 18px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right .flow_00 p {
  margin: 0;
  font-weight: 100;
  font-size: 1.0101010101vw;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right .flow_00 p {
    font-size: 16px;
    font-weight: normal;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right .flow_00 ul {
  display: flex;
  align-items: center;
  border: 1px solid #ffa30e;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right .flow_00 ul {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right .flow_00 ul li {
  position: relative;
  background: none;
  color: #000;
  font-size: 0.9090909091vw;
  font-weight: 100;
  margin-bottom: 0;
  padding: 5px 20px;
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right .flow_00 ul li {
    font-size: 14px;
  }
}
.content_04 .inner .shochikubai_wrap .ume .right .flow_00 ul li::after {
  position: absolute;
  content: "";
  width: 1.2626262626vw;
  height: 1.2121212121vw;
  border: 0;
  border-top: solid 1px #ffa30e;
  border-right: solid 1px #ffa30e;
  right: 0px;
  transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .content_04 .inner .shochikubai_wrap .ume .right .flow_00 ul li::after {
    width: 3.5897435897vw;
    height: 3.5897435897vw;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
}
.content_04 .inner .shochikubai_wrap .ume .right .flow_00 ul li:last-child::after {
  content: none;
}
.content_04 .inner table {
  width: 53.1313131313vw;
  margin: 0 auto;
  position: relative;
  display: block;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #ffcf00;
  font-size: 1.3636363636vw;
}
@media screen and (max-width: 599px) {
  .content_04 .inner table {
    font-size: 14px;
    width: 100%;
  }
}
.content_04 .inner table tbody {
  display: block;
}
.content_04 .inner table tbody tr {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 599px) {
  .content_04 .inner table tbody tr {
    height: 65px;
  }
}
.content_04 .inner table tbody tr:last-child th {
  border: none;
}
.content_04 .inner table tbody tr:last-child td {
  border: none;
}
.content_04 .inner table tbody tr th {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 2.1717171717vw 0;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .content_04 .inner table tbody tr th {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.content_04 .inner table tbody tr td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  border-bottom: 1px solid #ffcf00;
  padding: 2.1717171717vw 0;
}
@media screen and (max-width: 599px) {
  .content_04 .inner table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
  }
}
.content_04 .inner table::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(180deg, rgb(255, 196, 0), rgb(255, 225, 0));
  width: 50%;
  height: 100%;
  left: 0;
  border-radius: 16px 0 0 16px;
  z-index: -1;
}
.content_04 .notice {
  margin: 40px 0;
}
.content_04 .notice p {
  margin-top: 1.0101010101vw;
  font-size: clamp(12px, 3.5897435897vw, 18px);
  text-align: right;
}
@media screen and (max-width: 599px) {
  .content_04 .notice p {
    line-height: 2em;
    font-size: 3.5897435897vw;
    text-align: center;
  }
}
.content_04 .notice p a {
  color: #FFCF00;
  text-decoration: underline;
  padding: 0 5px;
  font-weight: bold;
}
.content_04 p {
  margin-top: 4.0404040404vw;
  font-size: clamp(16px, 1.0101010101vw, 30px);
  text-align: center;
}
@media screen and (max-width: 599px) {
  .content_04 p {
    line-height: 2em;
    font-size: 3.5897435897vw;
  }
}
.content_04 p a {
  color: #FFCF00;
  text-decoration: underline;
  padding: 0 5px;
  font-weight: bold;
}
.content_04 .bnr {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.content_04 #bnr {
  position: relative;
  scroll-margin-top: 115px; /* ヘッダー高さ分の余白 */
}
@media screen and (max-width: 599px) {
  .content_04 #bnr {
    scroll-margin-top: 70px;
  }
}

.content_05 {
  background-color: #F4F8F7;
  width: 100%;
  margin: 0 auto;
  max-width: 1980px;
  padding: 100px 0px;
}
@media screen and (max-width: 599px) {
  .content_05 {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .content_05 {
    padding: 80px 0px;
  }
}
.content_05 .inner {
  width: 100%;
  max-width: 60vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .content_05 .inner {
    max-width: 100%;
  }
}
.content_05 .inner h2 {
  font-size: 2.0202020202vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 80px;
  color: #d20000;
}
@media screen and (max-width: 599px) {
  .content_05 .inner h2 {
    font-size: 18px;
  }
}
.content_05 .inner .existing {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 48.7373737374vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .content_05 .inner .existing {
    display: block;
    width: 100%;
  }
}
.content_05 .inner .existing img {
  width: 12.9797979798vw;
}
@media screen and (max-width: 599px) {
  .content_05 .inner .existing img {
    width: 38.9743589744vw;
  }
}
.content_05 .inner .existing p {
  font-size: 1.0101010101vw;
  line-height: 1.9;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .content_05 .inner .existing p {
    font-size: 3.5897435897vw;
  }
}
@media screen and (max-width: 599px) {
  .content_05 .inner {
    width: 100%;
    padding: 0 20px;
  }
}
.content_05 .inner img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .content_05 .inner img {
    display: block;
    max-width: 50%;
    margin: 0 auto 30px;
  }
}

.content_06 {
  width: 100%;
  margin: 0 auto;
  max-width: 1980px;
  padding-top: 135px;
  margin-bottom: 140px;
}
@media screen and (max-width: 599px) {
  .content_06 {
    max-width: 100%;
  }
}
.content_06 h2 {
  font-size: 2.0202020202vw;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .content_06 h2 {
    font-size: 20px;
  }
}
.content_06 .works {
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .content_06 .works {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
}
.content_06 .works .inner {
  flex-basis: 48%;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .content_06 .works .inner {
    flex-basis: 100%;
  }
}
.content_06 .works .inner img {
  border-radius: 16px 16px 0 0;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.content_06 .works .inner div {
  padding: 40px 30px;
}
.content_06 .works .inner div span {
  display: block;
  text-align: center;
  color: #ffcf00;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 599px) {
  .content_06 .works .inner div span {
    font-size: 12px;
  }
}
.content_06 .works .inner div h3 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  color: #4d4d4d;
  text-align: center;
  font-size: 1.6161616162vw;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #ffcf00;
}
@media screen and (max-width: 599px) {
  .content_06 .works .inner div h3 {
    font-size: 16px;
  }
}
.content_06 .works .inner div p {
  text-align: center;
  font-size: 14px;
  color: #999999;
  padding: 0;
}
.content_06 .works .inner p {
  padding: 0 30px;
  line-height: 1.6;
}

.case {
  width: 100vw;
  margin: 0 auto;
  background-color: #f4f8f7;
  padding: 5.0505050505vw 0 2.5252525253vw;
}
@media screen and (max-width: 599px) {
  .case {
    padding: 80px 0 50px 0;
  }
}
.case h2 {
  font-size: clamp(24px, 2.0202020202vw, 50px);
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5353535354vw;
}
@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;
}
@media screen and (max-width: 599px) {
  .case .case_inner .price_wrap .price {
    font-size: 14px;
  }
}
.case .case_inner .price_wrap .price .big {
  font-size: 46px;
  font-family: "Akshar", sans-serif;
  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: 39.2929292929vw;
  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.7070707071vw, 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.0202020202vw, 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: 6.8181818182vw 0;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 12.8205128205vw 5.1282051282vw;
    margin-bottom: 66px;
  }
}
.company .inner {
  width: 56.3131313131vw;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .company .inner {
    width: 100%;
  }
}
.company .inner h2 {
  font-size: clamp(24px, 2.0202020202vw, 50px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 4.0404040404vw;
}
@media screen and (max-width: 599px) {
  .company .inner h2 {
    font-size: 20px;
  }
}
.company .inner .cybozu {
  width: 45.4545454545vw;
  margin: 0 auto 3.0303030303vw;
  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.6666666667vw;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .company .inner .cybozu h3 {
    font-size: 3.0769230769vw;
  }
}
.company .inner .cybozu img {
  width: 14.5454545455vw;
  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.9090909091vw 0;
  font-size: 1.1111111111vw;
}
@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.9090909091vw 2.0202020202vw;
  font-size: 1.0101010101vw;
}
@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: 12.6262626263vw 0 9.0909090909vw;
  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.0404040404vw;
}
.timerex .timerex_wrapper h2 {
  text-align: center;
  font-size: 2.0202020202vw;
  font-weight: bold;
  margin-bottom: 4.0404040404vw;
}
@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.0101010101vw;
  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.0909090909vw;
  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;
  }
}