/*********************
  common
********************/
body {
  margin: 0;
  line-height: 1.35;
  font-size: 16px;
  color: #1f1f1f;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
}

ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.h2_top_text_box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .h2_top_text_box {
    margin-bottom: 20px;
  }
}
.h2_top_text_box .h2_top_text {
  margin: 0 10px;
  padding: 15px 50px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .h2_top_text_box .h2_top_text {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.h2_top_text_box .h2_top_text em {
  padding: 0 5px;
  font-size: 135%;
}
.h2_top_text_box .h2_top_text.simple {
  padding: 0;
  font-size: 12px;
  color: #f9bb00;
}
.h2_top_text_box .h2_top_text.simple em {
  padding: 0;
  font-size: 180%;
}
.h2_top_text_box .h2_top_text.simple span {
  font-weight: normal;
}
.h2_top_text_box .h2_top_text.yellow {
  color: #f9bb00;
  border: 1px solid #f9bb00;
}
.h2_top_text_box .h2_top_text.blue {
  color: #5694c9;
  border: 1px solid #5694c9;
}
@media screen and (max-width: 767px) {
  .h2_top_text_box .h2_top_text.blue {
    font-size: 12px;
  }
}

h2 {
  padding-bottom: 20px;
  font-size: 36px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h2::after {
  display: block;
  width: 108px;
  height: 16px;
  margin: 20px auto 0;
  background: transparent url(../img/common/h2_bottom.svg) no-repeat center center;
  background-size: auto 100%;
  content: "";
}
h2 .h2_main_text {
  display: block;
}
h2 .h2_main_text em {
  margin: 0 5px;
  font-size: 150%;
  color: #f9bb00;
}

p.h2_bottom_text {
  max-width: 1200px;
  margin: 40px auto 60px;
  line-height: 1.75;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  p.h2_bottom_text {
    margin: 40px auto;
    text-align: left;
  }
}
p.h2_bottom_text em {
  background: linear-gradient(transparent 70%, rgba(249, 187, 0, 0.35) 30%);
}
p.h2_bottom_text.tal {
  text-align: left;
}

.contents_wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .contents_wrapper {
    padding: 60px 20px;
  }
}
.contents_wrapper .contents_inner {
  margin: 0 auto;
}

.cta_container {
  margin-top: 60px;
}
.cta_container p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta_container p {
    font-size: 14px;
  }
}
.cta_container p em {
  font-size: 120%;
}
.cta_container p em.underline {
  background: linear-gradient(transparent 70%, rgba(249, 187, 0, 0.35) 30%);
}
.cta_container a {
  position: relative;
  display: block;
  max-width: 480px;
  margin: 0 auto;
  padding: 30px 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  background-color: #f9bb00;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .cta_container a {
    padding: 20px 0;
    font-size: 18px;
  }
}
.cta_container a::before {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  content: "";
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .cta_container a::before {
    right: 20px;
  }
}
.cta_container a::after {
  position: absolute;
  top: 50%;
  right: 42px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg) translateY(calc(-50% - 3px));
  content: "";
}
@media screen and (max-width: 767px) {
  .cta_container a::after {
    right: 22px;
  }
}
.cta_container a:hover {
  background-color: #5694c9;
}
.cta_container a:hover::before {
  transform: translateY(-50%) translateX(6px);
}

.document_img_list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .document_img_list {
    display: block;
  }
}
.document_img_list li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .document_img_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.document_img_list li figure img {
  box-shadow: 6px 0 32px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .document_img_list li .cta_container {
    margin: 20px 0 60px;
  }
}
.document_img_list li .cta_container a {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .document_img_list li .cta_container a {
    font-size: 16px;
  }
}

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

br.br_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br_sp {
    display: inline;
  }
}

/*********************
  header
********************/
header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 2vw 3vw;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  header {
    padding: 10px 20px;
  }
}
header.header_scroll {
  padding: 1.2vw 3vw;
  background-color: #ffffff;
  box-shadow: 6px 0 32px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  header.header_scroll {
    padding: 12px;
  }
}
header p {
  width: 200px;
}
@media screen and (max-width: 767px) {
  header p {
    width: 120px;
  }
}
header ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  header ul {
    display: none;
  }
}
header ul li {
  margin-left: 60px;
}
header ul li a {
  color: #1f1f1f;
  text-decoration: none;
  transition: 0.25s;
}
header ul li a:hover {
  color: #f9bb00;
}
header .header_btn {
  position: relative;
  display: block;
  margin-left: auto;
  padding: 10px 40px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  background-color: #f9bb00;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  header .header_btn {
    padding: 6px 40px 6px 30px;
    font-size: 14px;
  }
}
header .header_btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  transform: translateY(-50%);
  content: "";
  transition: 0.25s;
}
header .header_btn::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg) translateY(calc(-50% - 2px));
  content: "";
}
header .header_btn:hover {
  background-color: #f9bb00;
}
header .header_btn:hover::before {
  transform: translateY(-50%) translateX(4px);
}

/*********************
  key_visual
********************/
.key_visual_wrapper {
  background: transparent url(../img/top/keyvisual_back.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper {
    background: transparent url(../img/top/keyvisual_back.jpg) no-repeat top left -150px;
    background-size: cover;
    overflow: hidden;
  }
}
.key_visual_wrapper .key_visual_inner {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner {
    display: block;
    padding: 0 20px;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-left {
  position: relative;
}
.key_visual_wrapper .key_visual_inner .key_visual-left .h1_wrapper p.h1_catch {
  padding: 10px 40px;
  color: #ffffff;
  line-height: 1;
  font-size: 18px;
  text-align: center;
  border: 1px solid #ff8200;
  border-radius: 100px;
  background-color: #ff8200;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-left .h1_wrapper p.h1_catch {
    padding: 5px 10px;
    font-size: 10px;
    border: none;
    text-align: center;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-left .h1_wrapper h1 {
  margin-top: 20px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-left .h1_wrapper h1 {
    padding: 0;
    font-size: 7.4vw;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-left p.h1_bottom {
  margin-top: 20px;
  line-height: 1.75;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-left p.h1_bottom {
    margin-top: 10px;
    font-size: 14px;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-left ul.top_point_list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-left ul.top_point_list {
    margin-top: 20px;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-left ul.top_point_list li {
  font-size: 20px;
  margin: 0 0 10px 48px;
  text-indent: -48px;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-left ul.top_point_list li {
    font-size: 14px;
    margin: 0 0 10px 38px;
    text-indent: -38px;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-left ul.top_point_list li em {
  font-weight: bold;
  color: #ff8200;
}
.key_visual_wrapper .key_visual_inner .key_visual-left ul.top_point_list li::before {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  margin: 0 16px -8px 0;
  background: transparent url(../img/common/checkmark.png) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-left ul.top_point_list li::before {
    width: 24px;
    height: 24px;
    margin: 0 12px -4px 0;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-left figure.keyvisual_img {
  max-width: 560px;
  margin: 40px auto;
}
.key_visual_wrapper .key_visual_inner .key_visual-right {
  position: relative;
  z-index: 1;
  width: 420px;
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-right {
    width: 100%;
    padding: 20px;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-right figure.documents_image {
  position: absolute;
  top: 0;
  left: -110px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-right figure.documents_image {
    top: -7%;
    left: 0;
    width: 90px;
  }
}
.key_visual_wrapper .key_visual_inner .key_visual-right .h2_top_text_box {
  margin-bottom: 5px;
}
.key_visual_wrapper .key_visual_inner .key_visual-right h2 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .key_visual_wrapper .key_visual_inner .key_visual-right h2 {
    font-size: 18px;
  }
}

/*********************
  client_list
********************/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.client_list {
  overflow: hidden;
  padding: 60px 0 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .client_list {
    padding: 10px 0;
  }
}
.client_list.top_dropshadow {
  box-shadow: 0 6px 48px rgba(0, 0, 0, 0.03);
}
.client_list .client_list_wrapper {
  width: 200%;
  display: flex;
  background-color: #ffffff;
}
.client_list .client_list_wrapper ul.client_list_inner {
  display: flex;
}
.client_list .client_list_wrapper ul.client_list_inner.flow_left {
  animation: infinity-scroll-left 28s infinite linear 0.5s both;
}
.client_list .client_list_wrapper ul.client_list_inner li {
  width: 180px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .client_list .client_list_wrapper ul.client_list_inner li {
    width: 120px;
    padding: 5px 0;
  }
}

/*********************
  support
********************/
#support .contents_inner {
  max-width: 1300px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #support .contents_inner {
    padding: 0;
  }
}
#support .contents_inner ul {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #support .contents_inner ul {
    display: block;
  }
}
#support .contents_inner ul li {
  width: 31%;
}
@media screen and (max-width: 767px) {
  #support .contents_inner ul li {
    width: 100%;
  }
  #support .contents_inner ul li:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
#support .contents_inner ul li h3 {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #support .contents_inner ul li h3 {
    font-size: 18px;
  }
}
#support .contents_inner ul li h3 em {
  margin: 0 5px;
  font-size: 150%;
  color: #f9bb00;
}
#support .contents_inner ul li h3 em span {
  font-size: 20px;
}
#support .contents_inner ul li figure {
  height: 200px;
  margin: 30px 0;
  text-align: center;
}
#support .contents_inner ul li figure img {
  max-width: auto;
  height: 100%;
}
#support .contents_inner ul li p {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #support .contents_inner ul li p {
    width: 100%;
  }
}

/*********************
  performance
********************/
#performance {
  background-color: #fffcf4;
}
#performance .contents_inner figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #performance .contents_inner figure {
    justify-content: center;
    width: 100%;
  }
}
#performance .contents_inner figure img {
  display: block;
  height: 28vw;
}
@media screen and (max-width: 767px) {
  #performance .contents_inner figure img {
    width: auto;
    height: 60vw;
  }
}

/*********************
  problem
********************/
.problem_before {
  position: relative;
  background-color: #f8f8f8;
}
.problem_before::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #f8f8f8 transparent transparent transparent;
}
.problem_before .contents_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.problem_before .contents_inner ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .problem_before .contents_inner ul {
    display: block;
  }
}
.problem_before .contents_inner ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .problem_before .contents_inner ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.problem_before .contents_inner ul li figure {
  width: 70%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .problem_before .contents_inner ul li figure {
    margin-bottom: 20px;
  }
}
.problem_before .contents_inner ul li p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.problem_after {
  background-color: #fffcf4;
}
.problem_after .contents_inner {
  max-width: 1200px;
  margin: 0 auto;
}
.problem_after .contents_inner > p {
  margin-bottom: 30px;
  text-align: center;
  color: #f9bb00;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .problem_after .contents_inner > p {
    font-size: 32px;
  }
}
.problem_after .contents_inner > p span {
  font-size: 80%;
}
.problem_after .contents_inner ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .problem_after .contents_inner ul {
    display: block;
  }
}
.problem_after .contents_inner ul li {
  width: 32%;
  padding: 30px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .problem_after .contents_inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.problem_after .contents_inner ul li figure {
  height: 240px;
}
.problem_after .contents_inner ul li figure img {
  display: block;
  margin: 0 auto;
  max-width: none;
  max-height: 100%;
}
.problem_after .contents_inner ul li dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ff8200;
}
.problem_after .contents_inner ul li dl dd {
  margin-top: 20px;
  line-height: 1.75;
}
.problem_after .contents_inner ul li dl dd em {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(249, 187, 0, 0.35) 30%);
}
.problem_after .contents_inner ul li dl dd span {
  font-size: 0.8em;
  vertical-align: top;
  color: #5694c9;
}
.problem_after .contents_inner ul li dl dd .recruiting_media_title {
  margin-top: 5px;
  color: #5694c9;
  font-weight: bold;
  font-size: 14px;
}
.problem_after .contents_inner ul li dl dd .recruiting_media_detail {
  font-size: 10px;
  line-height: 1.3;
}

/*********************
  service
********************/
#service {
  background-color: #f8f8f8;
}
#service h2::before {
  background-color: #f8f8f8;
}
#service ul.service_flow-list {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #service ul.service_flow-list {
    display: block;
  }
}
#service ul.service_flow-list li.service_flow-items {
  position: relative;
  width: calc(33% - 40px);
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 6px 0 32px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  #service ul.service_flow-list li.service_flow-items {
    width: 100%;
  }
  #service ul.service_flow-list li.service_flow-items:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
#service ul.service_flow-list li.service_flow-items:not(:last-of-type)::after {
  position: absolute;
  inset: 50% -30px auto auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #ffffff;
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  #service ul.service_flow-list li.service_flow-items:not(:last-of-type)::after {
    inset: auto 50% -45px auto;
    transform: translateX(50%) rotate(90deg);
  }
}
#service ul.service_flow-list li.service_flow-items h3 {
  padding: 20px 0;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #5694c9;
}
#service ul.service_flow-list li.service_flow-items ul.service_detail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  #service ul.service_flow-list li.service_flow-items ul.service_detail-list {
    width: 85%;
  }
}
#service ul.service_flow-list li.service_flow-items ul.service_detail-list li.service_detail-items {
  width: 50%;
  padding-bottom: 20px;
}
#service ul.service_flow-list li.service_flow-items ul.service_detail-list li.service_detail-items figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(249, 187, 0, 0.5);
}
#service ul.service_flow-list li.service_flow-items ul.service_detail-list li.service_detail-items p {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
}

/*********************
  case
********************/
#case .splide {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-bottom: 30px;
  overflow: hidden;
}
#case .splide ul.case-list.splide__list {
  height: auto;
}
#case .splide ul.case-list .case-items_wrapper {
  display: flex;
}
#case .splide ul.case-list .case-items_wrapper .case-items_inner {
  margin: 0 15px;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #f9bb00;
}
#case .splide ul.case-list .case-items_wrapper .case-items_inner figure.client_main-img {
  position: relative;
  margin: 0;
}
#case .splide ul.case-list .case-items_wrapper .case-items_inner figure.client_main-img img {
  display: block;
}
#case .splide ul.case-list .case-items_wrapper .case-items_inner figure.client_main-img figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 5px 15px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #f9bb00;
}
#case .splide ul.case-list .case-items_wrapper .case-items_inner figure.client_logo {
  width: 60%;
  margin: 10px auto;
}
#case .splide ul.case-list .case-items_wrapper .case-items_inner h3 {
  padding: 0 20px 15px;
  font-size: 18px;
  font-weight: bold;
}
#case .splide ul.case-list .case-items_wrapper .case-items_inner p {
  padding: 0 20px 30px;
  font-size: 14px;
}
#case .splide .splide__arrow--prev {
  left: 0;
}
#case .splide .splide__arrow--next {
  right: 0;
}
#case .splide .splide__pagination {
  bottom: 0;
}
#case .splide .splide__pagination__page.is-active {
  background-color: #f9bb00;
  transform: scale(1);
}

/*********************
  document
********************/
#document {
  background-color: #f8f8f8;
}
#document h2::before {
  background-color: #f8f8f8;
}

/*********************
  flow
********************/
#flow ol {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 30px;
  background-color: #eaf0f9;
}
@media screen and (max-width: 767px) {
  #flow ol {
    display: block;
    padding: 0;
  }
}
#flow ol li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  padding: 10px 30px;
  color: #23487a;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #flow ol li {
    width: 100%;
    padding: 40px 0 30px;
  }
}
#flow ol li .step_number {
  width: 8em;
  margin: 0 auto;
  padding: 10px 20px;
  line-height: 1;
  text-align: center;
  color: #f9bb00;
  font-weight: bold;
  border-radius: 100px;
  background-color: #ffffff;
}
#flow ol li .step_number em {
  padding-left: 5px;
  font-size: 150%;
}
#flow ol li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2em;
  margin: 30px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow ol li h3 {
    display: block;
    height: auto;
    margin: 20px 0;
  }
}
#flow ol li .step_text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3em;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #flow ol li .step_text {
    height: auto;
    font-size: 14px;
  }
}
#flow ol li:not(:last-of-type) {
  border-right: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  #flow ol li:not(:last-of-type) {
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
}
#flow ol li:not(:last-of-type)::after {
  display: block;
  position: absolute;
  inset: 50% -4px auto auto;
  width: 20px;
  height: 20px;
  background-color: #eaf0f9;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  #flow ol li:not(:last-of-type)::after {
    inset: auto 50% -23px auto;
    width: 24px;
    height: 24px;
    transform: rotate(135deg) translateX(-50%);
  }
}

/*********************
  price
********************/
#price {
  background-color: #fffcf4;
}
#price h2::before {
  background-color: #f8f8f8;
}
#price ul {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  #price ul {
    display: block;
  }
}
#price ul + .cta_container {
  margin-bottom: 40px;
}
#price ul + .cta_container + .form_wrapper input[type=text], #price ul + .cta_container + .form_wrapper input[type=email], #price ul + .cta_container + .form_wrapper textarea {
  background-color: #ffffff;
}
#price ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 60%;
  border-radius: 30px;
  background-color: #ffffff;
  box-shadow: 6px 0 32px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  #price ul li {
    width: 100%;
  }
  #price ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
#price ul li h3 {
  padding: 20px 0;
  color: #ffffff;
  border-radius: 30px 30px 0 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #5694c9;
}
#price ul li h3.minimum {
  background-color: #c9c9c9;
}
#price ul li .price_area {
  padding: 30px;
}
#price ul li .price_area .price_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 10px 40px;
  border-bottom: 2px solid #e3e3e3;
}
#price ul li .price_area .price_box::after {
  display: block;
  position: absolute;
  inset: auto auto -25px 50%;
  width: 50px;
  height: 50px;
  background: transparent url(../img/price/plus_icon.png) no-repeat center center;
  background-size: 100%;
  transform: translateX(-50%);
  content: "";
}
#price ul li .price_area .price_box .monthly {
  margin-right: 10px;
  padding: 10px 10px 10px 5px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  font-size: 26px;
  border-radius: 6px;
  background-color: #f9bb00;
  writing-mode: vertical-rl;
}
#price ul li .price_area .price_box .price_main {
  margin-right: 5px;
  color: #f9bb00;
  font-size: 36px;
  line-height: 1;
}
#price ul li .price_area .price_box .price_main em {
  font-weight: bold;
  font-size: 200%;
}
#price ul li .price_area .price_box .excluding_tax {
  margin-bottom: auto;
  line-height: 1;
  color: #f9bb00;
  font-size: 12px;
  writing-mode: vertical-rl;
}
#price ul li .price_area .initial_cost {
  display: flex;
  justify-content: center;
  color: #6a6a6a;
}
#price ul li .price_area .initial_cost .initial_cost_main {
  margin: 30px 5px 0 0;
  font-size: 20px;
}
#price ul li .price_area .initial_cost .initial_cost_main em {
  font-size: 200%;
  padding: 0 5px;
}
#price ul li .price_area .initial_cost .excluding_tax {
  margin-bottom: auto;
  line-height: 1;
  font-size: 8px;
  writing-mode: vertical-rl;
}
#price ul li .other_text {
  margin: auto 0;
  padding: 50px;
  line-height: 1.75;
  color: #6a6a6a;
}

/*********************
  contact
********************/
#contact {
  background-color: #f8f8f8;
}

.form_wrapper {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form_wrapper {
    width: 100%;
  }
}

dl.form_box dt {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
}
dl.form_box dt p[class*=is-] {
  padding: 2px 4px;
  margin-left: 8px;
  font-size: 10px;
  color: #ffffff;
  border-radius: 2px;
}
dl.form_box dt p.is-required {
  background-color: #ff8200;
}
dl.form_box dt p.is-optional {
  background-color: #5694c9;
}
dl.form_box dd {
  margin-bottom: 20px;
}
dl.form_box dd:last-of-type {
  margin-bottom: 0;
}
dl.form_box dd input, dl.form_box dd textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  font-size: 16px;
}
dl.form_box dd textarea {
  height: 80px;
}

.notice_text {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
.notice_text a {
  color: #f9bb00;
}
.notice_text a:hover {
  text-decoration: none;
}

.submit_btn_box {
  position: relative;
  width: 80%;
  margin: 10px auto 0;
  font-weight: bold;
  font-size: 14px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .submit_btn_box {
    width: 100%;
  }
}
.submit_btn_box::before {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #1f1f1f;
  transform: translateY(-50%);
  content: "";
  transition: 0.25s;
}
.submit_btn_box::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  transform: rotate(45deg) translateY(calc(-50% - 2px));
  content: "";
}
.submit_btn_box:hover::before {
  transform: translateY(-50%) translateX(4px);
}
.submit_btn_box input {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0;
  text-align: center;
  border-radius: 100px;
  background-color: #f9bb00;
  transition: 0.25s;
}
.submit_btn_box input:hover {
  background-color: rgba(249, 187, 0, 0.7);
}
.submit_btn_box input:disabled {
  pointer-events: none;
  background-color: #e3e3e3;
}
.submit_btn_box .wpcf7-spinner {
  width: 0;
  height: 0;
}

/*********************
  difference
********************/
#difference {
  background-color: #f8f8f8;
}
#difference .contents_inner {
  max-width: 1000px;
  margin: 0 auto;
}

/*********************
  faq
********************/
#faq {
  background-color: #ffffff;
}
#faq .contents_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#faq .contents_inner dl dt {
  padding: 40px 0 20px;
  font-size: 22px;
  color: #ff8200;
  font-size: 120%;
  font-weight: bold;
}
#faq .contents_inner dl dt::before {
  margin-right: 10px;
  font-size: 150%;
  content: "Q.";
}
#faq .contents_inner dl dd {
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(249, 187, 0, 0.25);
}
#faq .contents_inner dl dd:last-of-type {
  padding: 0;
  border-bottom: none;
}

/*********************
  footer
********************/
footer.footer_wrapper {
  padding: 40px 0;
  color: #ffffff;
  background-color: #3f3f3f;
}
@media screen and (max-width: 767px) {
  footer.footer_wrapper {
    padding: 40px 20px;
  }
}
footer.footer_wrapper .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
footer.footer_wrapper .footer_inner figure {
  width: 50%;
  max-width: 200px;
  margin: 0;
}
footer.footer_wrapper .footer_inner ul {
  display: flex;
  margin-top: 20px;
  font-size: 12px;
}
footer.footer_wrapper .footer_inner ul li a {
  color: #ffffff;
}
footer.footer_wrapper .footer_inner ul li a:hover {
  text-decoration: none;
}
footer.footer_wrapper .footer_inner ul li:last-of-type::before {
  content: "|";
  padding: 0 10px;
}
footer.footer_wrapper .footer_inner small {
  display: block;
  margin-top: 10px;
}

/*********************
  complete
********************/
.key_visual_wrapper .key_visual_inner.complete {
  display: block;
  padding: 60px 20px 80px;
  text-align: center;
}
.key_visual_wrapper .key_visual_inner.complete h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.key_visual_wrapper .key_visual_inner.complete p {
  margin-bottom: 10px;
}

/*********************
  single
********************/
.single_form {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 30px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .single_form {
    width: 100%;
    padding: 20px;
  }
}
.single_form figure.documents_image {
  position: absolute;
  top: 0;
  left: -110px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .single_form figure.documents_image {
    top: -8%;
    left: calc(50% - 50px);
    width: 100px;
  }
}
.single_form .h2_top_text_box {
  margin-bottom: 5px;
}
.single_form h2 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .single_form h2 {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */