.toppage .wrapper {
  display: flex;
  justify-content: space-between;
}

.toppage .contents,
.toppage header,
.toppage footer,
.toppage #scrollmenu {
  width: 73vw;
}

.toppage .wrapper .form {
  width: 24vw;
  right: 2vw;
  overflow-y: auto;
  height: calc(100vh - 30px);
  top: 30px;
  position: fixed;
}

.toppage #fv .fv_box {
  width: 900px;
}

strong {
  font-weight: bold;
}
body {
  margin: 0;
  font-family: var(--font-family-pr);
  color: #333;
  line-height: 1.5;
  scroll-behavior: smooth;
}
.accordion-area.caution .title::before,
.accordion-area.caution .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.accordion-area.caution .title::before {
  top: 48%;
  right: 600px;
  transform: rotate(0deg);
}
.accordion-area.caution .title::after {
  top: 48%;
  right: 600px;
  transform: rotate(0deg);
}
.accordion-area.caution {
  text-align: center;
  padding: 10px;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area.caution .title.close::before {
  transform: rotate(0deg);
}

.accordion-area.caution .title.close::after {
  transform: rotate(90deg);
}
.accordion-area.caution .title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 15px;
  padding: 5px;
  transition: all 0.5s ease;
  background: #fff;
  font-weight: bold;
}

.cta_box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.cta_box a {
  margin: 0 20px;
}

.cta_box .career a.btn {
  background: var(--pure-white);
  color: var(--orange);
  border: 2px solid;
}

.cta_box .career a.btn::after {
  border-left: 10px solid var(--orange)!important;
}

/*アコーディオンで現れるエリア*/
.accordion-area.caution .box {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 5px;
  font-size: var(--p);
}

@media screen and (max-width: 1500px) {
  .accordion-area.caution .title::before {
    right: 40%;
  }
  .accordion-area.caution .title::after {
    right: 40%;
  }
}

/* 揺れるアニメーションの定義 */
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
}

/* 揺れ効果用のクラス */
.shake {
  animation: shake 0.5s ease;
}




@media screen and (max-width: 1050px) {
  .shake {
    animation: none!Important;
  }
  .toppage .wrapper {
    display: block;
  }
  .toppage .contents {
    width: 100%;
  }
  .toppage .wrapper .form {
    position: inherit;
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
    height: max-content;
  }
  .toppage .contents, .toppage header, .toppage footer, .toppage #scrollmenu {
    width: 100%;
  }
  .accordion-area.caution .title::before {
    right: 20%;
  }
  .accordion-area.caution .title::after {
    right: 20%;
  }
}
.Forsp {
  display: none;
}
img {
  width: 100%;
}
p {
  font-size: var(--p);
  line-height: 1.8;
}
.number {
  font-weight: bold;
  color: #120e6a;
}
section {
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}
.inner_box {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
.section-txt {
  margin-top: 10px;
  margin-bottom: 30px;
}
h2 {
  font-size: var(--h2);
  color: var(--green);
  font-weight: bold;
}
h3 {
  font-size: var(--h3);
  font-weight: bold;
}
.heading {
  background: #120e6a;
  color: #fff;
  font-size: 15px;
  width: fit-content;
  padding: 3px 10px;
  margin: 0 auto 10px;
  font-weight: bold;
}

#fv {
  background: url(../img/fv_bk.png);
  background-size: cover;
  padding: 200px 0 160px;
  background-position: center;
}
#fv .fv_bk_img {
  position: absolute;
  bottom: 0;
  right: 0;
}
#fv .fv_box h1 {
  color: #F65D38;
  text-align: center;
  font-size: 35px;
}
#fv .fv_box h1 strong {
  color: #F65D38;
  font-size: 45px;
}

#company {
  background: #ffffff;
  padding: 20px 0;
}

#company .inner_box {
  max-width: 1050px;
  margin: 0 auto;
}

#company .slider_company {
  margin: 0 auto;
}

#company .slider_company .slick-slide {
  padding: 0;
}

#company .slider_company .slick-slide img {
  display: block;
  width: 150px;
  height: 90px;
  object-fit: contain;
  margin: 0 auto;
}

#company .slider_company .slick-track {
  display: flex;
  align-items: center;
}

#company .slick-list {
  overflow: visible !important;
}
.english_title {
  font-size: 15px;
  font-weight: bold;
  color: #ffaa6b;
}
#problem .problem_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
#problem .problem_box .problem_text {
  flex: 2;
  text-align: left;
}
#problem .problem_box .problem_text div {
  display: flex;
  align-items: center;
}
#problem .problem_box .problem_text p {
  margin: 20px 0;
  display: block;
  font-size: 20px;
}
#problem .problem_box .problem_text p span {
  background: var(--green);
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 12px;
  border-radius: 5px;
}
#problem .problem_box .problem_img {
  flex: 1;
}
#solution {
  background-color: var(--light-yellow);
  position: relative;
}
#solution::before {
  content: "";
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff9e9;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#solution .solution_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  align-items: stretch;
}
#solution .solution_box .solution_s_box {
  width: 48%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  align-items: stretch;
}
#solution .solution_box .solution_s_box .solution_box_alpha {
  background: var(--green);
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  padding: 20px 10px;
}
#solution .solution_box .solution_s_box .solution_box_alpha p {
  color: var(--light-yellow);
  font-size: 30px;
  font-weight: bold;
}
#solution .solution_box .solution_s_box .solution_box_text p strong {
  font-size: 17px;
  line-height: 1.4;
  margin: 5px 0;
  display: block;
}
#solution .solution_box .solution_s_box .solution_box_text p strong img {
  width: 20px;
  margin-bottom: 5px;
}
#solution .solution_box .solution_s_box .solution_box_text {
  background: #fff;
  color: #333;
  text-align: left;
  border-radius: 0 5px 5px 0;
  display: flex;
  padding: 20px 10px;
}
#features .features_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
#features .features_box .features_s_box {
  background: #fff9ea;
  width: 44%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
}
#features .features_box .features_s_box .features_text {
  flex: 3;
  text-align: left;
}

#features .features_box .features_s_box .features_img {
  flex: 1;
  margin-left: 30px;
}
#example {
  background: #fff9ea;
}
#example .example_box {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
#example .example_box .example_s_box {
  background: url(../img/example_bk.png) #fff;
  background-size: cover;
  width: 260px;
  border-radius: 5px;
  padding-bottom: 30px;
}
#example .example_box .example_s_box h3 {
  background: var(--green);
  position: relative;
  width: 100%;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px 0;
  font-size: 17px;
}
#example .example_box .example_s_box h3::after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--green);
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#example .example_box .example_s_box .days {
  background: var(--green);
  color: #fff;
  font-size: 15px;
  width: fit-content;
  padding: 3px 10px;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto 10px;
  font-weight: bold;
}
#example .example_box .example_s_box .price {
  font-size: 20px;
  font-weight: bold;
}
#example .example_box .example_s_box .price span {
  font-size: 40px;
  font-weight: bold;
  font-family: "Roboto";
}
#example .example_box .example_s_box ul {
  width: 85%;
  margin: 10px auto 0;
  text-align: left;
}
#example .example_box .example_s_box ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px 0;
}
#voice .voice_box {
  margin-top: 50px;
}
#voice .voice_s_box {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 50px auto 0;
}
#voice .voice_s_box .voice_img {
  flex: 1;
  margin-right: 30px;
}
#voice .voice_s_box .voice_img:nth-child(2) {
  margin-right: 0;
  margin-left: 30px;
}
#voice .voice_s_box .voice_text {
  flex: 7;
  background: #fff9ea;
  padding: 20px;
  position: relative;
  text-align: left;
}
#voice .voice_s_box:nth-child(2n + 1) .voice_text::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff9ea;
  transform: rotate(90deg);
  top: 50%;
  left: -19px;
}
#voice .voice_s_box:nth-child(2n) .voice_text::before {
  content: "";
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff9ea;
  transform: rotate(-90deg);
  top: 50%;
  right: -19px;
}

#flow {
  background: #fff9ea;
}

#flow .flow_box .flow_s_box {
  width: 18%;
}

#message p {
  font-size: 20px;
}
#message p strong {
  font-size: 25px;
}

/* index2 */
.container_left,
.footer,
.scrollmenu {
  width: 72% !important;
}
.container_right {
  width: 26%;
  position: fixed;
  right: 1%;
  top: 80px;
}
.container_right h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: var(--h2);
  color: var(--orange);
  font-weight: bold;
}
.container_left #fv .fv_bk_img {
  width: 280px;
}
.container_left #fv .fv_box {
  width: 900px;
}
.container_left .inner_box,
footer .footer-box {
  width: 95%;
}
footer.footer .footer-logo {
  width: 30%;
}
footer.footer .footer-link-box {
  width: 63%;
}
footer.footer .footer-txt {
  font-size: 28px;
}
.container_left #features .features_box .features_s_box {
  width: 44%;
}
.container_left #example .example_box .example_s_box {
  width: 32%;
}
.container_left .btn {
  display: none;
}
.container_right .hs-form-field label {
  font-size: var(--p);
  margin-top: 5px;
}
.container_right .hs-input {
  height: 36px !important;
}
.footer_form {
  display: none;
}

.header__menu .career .btn {
  background: var(--pure-white);
  color: var(--orange);
  border: 2px solid;
  margin-top: 10px;
}

.btn {
  padding: 9px 13px 13px 13px;
  box-shadow: none;
}

.btn span {
  font-size: 13px;
  background:var(--pure-white);
  border-radius: 50px;
  padding: 3px 10px;
  color: var(--orange);
}

.career .btn span {
  font-size: 13px;
  background: var(--orange);
  border-radius: 50px;
  padding: 3px 10px;
  color: var(--pure-white);
}

@media screen and (max-width: 750px) {
  .career a.btn::after {
    border-left: 10px solid var(--orange)!important;
  }
  .cta_box {
    display: block;
  }
  .cta_box a {
    margin: 10px 20px 10px;
  }
  .Forsp {
    display: block;
  }
  .Forpc {
    display: none !important;
  }
  #fv {
    padding: 150px 0 50px;
    background-position: center;
  }
  #fv .fv_bk_img {
    width: 420px;
  }
  #fv .fv_box {
    width: 90% !important;
  }
  #fv .fv_box h1 {
    font-size: 25px;
  }
  #fv .fv_box h1 span {
    font-size: 15px;
    width: 80px;
    min-width: auto;
    padding: 5px;
  }
  #fv .fv_box h1 span.span_1 {
    top: -65px;
    left: -5px;
  }
  #fv .fv_box h1 span.span_2 {
    top: -65px;
    left: 100px;
  }
  .btn {
    width: 80%;
    margin-top: 30px;
  }
  #company {
    padding: 50px 0;
  }
  #company ul {
    flex-wrap: wrap;
  }
  #company ul li {
    width: 17vw;
  }
  #company ul li.company_logo {
    width: 23vw;
    margin: 0;
  }
  .english_title {
    font-size: 17px;
  }
  #problem .problem_box,
  #solution .solution_box,
  #features .features_box,
  #example .example_box,
  #flow .flow_box {
    display: block;
    margin-top: 30px;
  }
  #problem .problem_box .problem_text p {
    font-size: 15px;
    margin: 15px 0;
  }
  #problem .problem_box .problem_text p span {
    margin-right: 5px;
  }
  #problem .problem_box .problem_img {
    width: 85%;
    margin: 20px auto 0;
  }
  #solution .solution_box .solution_s_box {
    width: 100%;
  }
  #features .features_box .features_s_box {
    width: 85% !important;
    margin: 0 auto 30px;
    display: block;
  }
  #features .features_box .features_s_box .features_img {
    width: 50%;
    margin: 20px auto 0;
  }
  #example .example_box .example_s_box {
    margin-bottom: 30px;
    width: auto !important;
  }
  #voice .voice_s_box {
    margin-top: 30px;
    width: 100%;
    align-items: flex-start;
  }
  #voice .voice_s_box .voice_img {
    flex: 2;
    margin-right: 15px;
  }
  #voice .voice_s_box .voice_img:nth-child(2) {
    margin-right: 0;
    margin-left: 15px;
  }
  #voice h3 {
    margin-bottom: 10px;
  }
  #voice .voice_s_box .voice_text::before {
    top: 5% !important;
  }
  #flow .flow_box .flow_s_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #message p strong {
    font-size: 18px;
  }
  #message p {
    font-size: 15px;
  }
}
