/* Common */
strong {
  font-weight: bold;
}
body {
  margin: 0;
  font-family: var(--font-family-pr);
  color: var(--black);
  line-height: 1.5;
  scroll-behavior: smooth;
  width: 75%;
}
@media screen and (max-width: 1050px) {
  body {
    width: 100%;
  }
}
.accordion-area.caution .title::before,
.accordion-area.caution .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: var(--black);
}
.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;
}

/*アコーディオンで現れるエリア*/
.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%;
  }
}

@media screen and (max-width: 1050px) {
  .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: 1050px;
  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;
}

/* header */
header {
  width: 75%;
  box-shadow: none;
}

@media screen and (max-width: 1050px) {
  header {
    width: 100%;
  }
}

.header-logo {
  width: 110px !important;
}

.header-contents {
  padding: 1rem 3rem;
  max-width: unset;
  width: unset;
}

.header-contents .header-btn-area {
  width: unset;
  gap: 1rem;
}

.header-btn-area a {
  padding: 0.8rem 1rem;
}

.header-btn-area a:last-child {
  width: unset;
}

.header-btn-area a:first-child {
  width: unset;
}

/* ----------
スクロールすると出てくるメニュー
---------- */
#scrollmenu {
  width: 75%;
  background: var(--tr-green);
}

@media screen and (max-width: 1050px) {
  #scrollmenu {
    width: 100%;
  }
}

/* footer */
footer {
  background: var(--white);
  padding: 65px 1.5rem 40px !important;
}
footer .footer-box {
  color: var(--black);
}
footer .footer-link-box {
  width: 480px;
}
footer .footer-logo img {
  width: 230px;
}

.triangle2 {
  width: 0;
  height: 0;
  border-top: 35px solid var(--black);
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  margin: 20px auto;
}

.download_link {
  font-size: var(--p);
  font-weight: bold;
}

/* fv */
#fv {
  background: url(../img/background-image.png);
  background-size: cover;
  background-position: right;
  padding: 0 5rem !important;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1050px) {
  #fv {
    padding: 0 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  #fv {
    background-position: 70%;
  }
}
#fv .fv_bk_img {
  width: 500px;
}
#fv .fv_box {
  width: 100%;
}
#fv .fv_box .brand-logo {
  width: 150px;
  display: flex;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #fv .fv_box .brand-logo {
    width: 100px;
    margin-bottom: 2rem;
  }
}
#fv .fv_box h1 {
  font-size: 48px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #fv .fv_box h1 {
    font-size: 30px;
  }
}
#fv .fv_box h1 strong {
  color: unset;
}
#fv p {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
}
#fv2 {
  background: url(../img/fv_bk.png);
  background-size: cover;
  padding: 50px 0 50px;
}
#fv2 p {
  text-align: left;
}
#fv2 .fv_bk_img {
  width: 370px;
}
#fv2 .fv_box {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fv2 .fv_box h1 {
  text-align: left;
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: var(--green);
}
#company {
  background: #ffffff;
  padding: 60px 0;
}

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

#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 {
  align-items: center;
}

#company .slick-list {
  overflow: visible !important;
}

.english_title {
  font-size: 15px;
  font-weight: bold;
  color: #ffaa6b;
}
#problem {
  background: var(--white);
}
#problem .problem_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 1.5rem;
  padding: 0 1rem;
}
#problem .problem_box .problem_s_box h3 span {
  background: var(--green);
  color: #fff;
  padding: 2px;
}
#problem .problem_box .problem_s_box {
  width: 30%;
}
#problem .problem_box .problem_s_box img {
  height: 140px;
  margin: 30px auto;
  width: auto;
}
#problem .problem_box .problem_s_box p {
  font-weight: bold;
  font-size: 15px;
}
#problem .problem_box .problem_s_box p.solution_text {
  font-weight: bold;
}
#problem .problem_box .problem_s_box p.solution_text span {
  color: var(--orange);
  font-size: 18px;
}
#problem .problem_box .problem_s_box .fukidashi {
  background: #fff;
  padding: 10px;
  position: relative;
  width: 80%;
  margin: 20px auto;
}
#problem .problem_box .problem_s_box .fukidashi::before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#problem .problem_box .problem_s_box .fukidashi p strong {
  text-align: center;
}
#problem .problem_box .problem_s_box .fukidashi p.features_text {
  text-align: left;
}
.cta_area2 {
  background: var(--white);
}
.cta_area .inner_box {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
.cta_area .inner_box h3 span {
  color: var(--orange);
}
.cta_area .inner_box .btn {
  margin-top: 20px;
}
.cta_area .inner_box div:nth-child(2) .btn {
  background: var(--green);
}
#reason {
  background: var(--white);
}
#reason .reason_s_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
#reason .reason_s_box:nth-child(2) {
  flex-direction: row-reverse;
}
#reason .reason_s_box .reason_text {
  flex: 1;
  margin: 0 30px;
}
#reason .reason_s_box .reason_text h3 {
  background: var(--green);
  color: #fff;
  padding: 5px 0;
}
#reason .reason_s_box .reason_text p {
  margin: 5px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
#reason .reason_s_box .reason_text p span {
  font-size: 30px;
  font-weight: bold;
  color: #f98438;
  margin-left: 10px;
}
#reason .reason_s_box .reason_text p small {
  font-size: 13px;
}
#reason .reason_s_box .reason_img {
  flex: 1;
  padding: 0 1rem 0 0;
}
#features .features_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
#features .features_box .features_s_box {
  background: #fff9ea;
  width: 45%;
  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_text h3 strong {
  font-size: var(--h3);
}
#features .features_box .features_s_box .features_img {
  flex: 1;
  margin-left: 30px;
}
#example .example_box {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 1rem;
}
#example .example_box .example_s_box {
  background: url(../img/example_bk.png) var(--white);
  background-size: cover;
  width: 330px;
  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;
}
#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;
}
#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;
}
#article .inner-box .btn {
  margin-top: 2rem;
}
#article .article_box {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  #article .article_box {
    flex-direction: column;
    gap: 2.5rem;
  }
}
#article .article_box .article_s_box {
  width: 330px;
  border-radius: 5px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #article .article_box .article_s_box {
    width: 100%;
    padding-bottom: 0;
  }
}
#article .article_box .article_s_box p {
  font-size: 14px;
  text-align: left;
  margin: 0.5rem 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1px;
}

#service {
  background: var(--white);
}
#service .service_box {
  display: flex;
  margin-top: 32px;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
#service .service_box .service_s_box {
  max-width: 400px;
}
#service .service_box .service_img {
  display: block;
  margin-top: 24px;
  box-shadow: 0px 0px 11px #c4c4c4;
}
#voice {
  background: var(--white);
}
#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: #ffffff;
  padding: 20px;
  position: relative;
  text-align: left;
  border-radius: 5px;
}
#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 #ffffff;
  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 #ffffff;
  transform: rotate(-90deg);
  top: 50%;
  right: -19px;
}
#voice .voice_s_box .voice_text ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 5px 0;
  font-size: var(--p);
  font-weight: bold;
}
#flow {
  background: transparent !important;
}
#flow .inner_box {
  padding: 0 1rem;
  width: unset;
}
#flow .flow_box {
  flex-direction: column;
}
#flow .flow_box .flow_s_box {
  margin-bottom: 30px;
  width: 80%;
  margin: auto;
}
#faq {
  background: var(--white);
}
#faq .inner_box {
  padding: 0 1.5rem;
  width: unset;
}
#faq .faq_s_box {
  margin-top: 50px;
  border: 2px solid var(--black);
  text-align: left;
  padding: 20px;
  border-radius: 5px;
  background: #ffffff;
}
#faq .faq_s_box h3 {
  text-indent: -1em;
  padding-left: 1em;
}
#faq .faq_s_box h3 strong {
  color: var(--green);
}
#faq .faq_s_box p strong {
  color: #f98438;
  font-size: 20px;
  font-weight: bold;
}
#faq .faq_s_box p {
  font-size: 15px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#faq .btn {
  margin: 15px auto 0;
  display: block;
}
footer {
  background: transparent !important;
}

.freelanceplus-box {
  margin-top: 20px;
  text-align: center;
}
.freelanceplus-box p strong {
  color: var(--green);
  background: #ffdc5fc1;
  font-size: 15px;
}
.freelanceplus-box .freelanceplus-banner {
  margin: 20px auto 0;
  text-align: center;
  width: 50%;
  font-weight: bold;
  color: var(--green);
}
.freelanceplus-box .freelanceplus-banner a {
  margin-top: 10px;
  display: block;
  box-shadow: 0px 0px 11px #c4c4c4;
}
.seminar-box {
  text-align: center;
  margin: 50px auto 0;
  font-size: 20px;
  color: var(--green);
}
.seminar-box p {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
}
.seminar-banner {
  width: 40%;
  margin: 0 auto;
}
.seminar-banner a {
  width: 100%;
  height: 100%;
  display: block;
}
.service_banner {
  width: 768px;
  margin: 100px auto;
  display: block;
}
.service_banner h3 {
  text-align: center;
  color: #363089;
  margin-bottom: 24px;
}

@media screen and (max-width: 1050px) {
  .seminar-banner {
    width: 90%;
  }
  .freelanceplus-box .freelanceplus-banner {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .inner_box {
    width: 85%;
  }
  .heading {
    padding: 0px 10px;
  }
  h2 {
    font-size: var(--h2);
    margin-bottom: 10px;
  }
  h3 {
    font-size: var(--h3);
  }
  section {
    padding: 80px 0;
  }
  .header-cta {
    padding: 15px 0;
  }
  .Forsp {
    display: block;
  }
  .Forpc {
    display: none !important;
  }

  .active {
    opacity: 1;
    visibility: visible;
  }
  #fv {
    padding: 90px 0 50px;
  }
  #fv p {
    font-size: 15px;
  }
  #fv .fv_bk_img {
    width: 100%;
  }
  #fv .fv_box {
    display: block;
  }

  #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;
  }

  .download_link {
    color: #fff;
  }
  #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,
  #example .example_box,
  #flow .flow_box,
  #reason .reason_s_box {
    display: block;
    margin-top: 30px;
  }
  .cta_area .inner_box {
    display: block;
  }
  .cta_area .inner_box div:nth-child(2) {
    margin-top: 30px;
  }
  #reason .reason_s_box .reason_text {
    margin: 0;
  }
  #reason .reason_s_box .reason_text p {
    font-size: 15px;
  }
  #reason .reason_s_box .reason_text p span {
    font-size: 26px;
  }
  #reason .reason_s_box:nth-child(2) .reason_text p {
    margin: 5px 0 20px;
    line-height: 1.6;
  }
  #reason .reason_s_box .reason_img {
    margin-top: 30px;
  }
  #problem .problem_box .problem_s_box {
    width: 100%;
    margin-bottom: 50px;
  }
  #problem .problem_box .problem_s_box .fukidashi {
    width: auto;
  }
  #example .example_box .example_s_box {
    margin-bottom: 30px;
    width: auto;
  }
  #service .service_box {
    flex-direction: column;
    gap: 40px;
  }

  #service .service_box .service_s_box {
    max-width: 400px;
  }

  #service .service_box .service_img {
    display: block;
    margin-top: 24px;
  }
  #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;
  }
  #registration .inner_box {
    width: 90%;
  }
  #fv2 .fv_box {
    width: 90%;
    display: block;
  }
  #fv2 .fv_bk_img {
    width: 70%;
    margin: 20px auto;
  }
  #fv2 .fv_box h1 {
    font-size: 35px;
  }
  .service_banner {
    width: 80%;
    margin: 80px auto;
    display: block;
  }
  .service_banner h3 {
    font-size: 16px;
  }
}

/* お問い合わせフォーム*/
.contact-box {
  width: 25%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
}

.contact-box-inner {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.contact-box-inner h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 3rem;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 1050px) {
  .pc-only {
    display: none;
  }
}

/*btn*/
.btn {
  width: 180px !important;
  padding: 1rem !important;
  border: 0;
  font-size: 16px;
  box-shadow: none;
}
.btn::after {
  display: none;
}

/*FV btn*/
.fv-btn-area {
  display: flex;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 480px) {
  .fv-btn-area {
    flex-direction: column;
  }
}
.fv-btn-area .btn {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 50px;
  border: 0;
  box-shadow: 0 0 0 transparent;
  background: #ffffff;
  color: #e67f0a;
  text-decoration: none;
  color: #e67f0a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem !important;
  width: 180px !important;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .fv-btn-area .btn {
    width: auto !important;
  }
}
.fv-btn-area .btn::after {
  content: "";
  display: none;
}

.fv-btn-area .download_link .btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
}

.note {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #ffffff;
  font-size: 11px;
  text-align: right;
}

.note a {
  text-decoration-line: underline;
}
