@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.flex.space-between {
  justify-content: space-around;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.wrap {
  flex-wrap: wrap;
  margin: 0;
}
.flex.row {
  flex-direction: row;
  margin: 0;
}
.flex.row-reverse {
  flex-direction: row-reverse;
  margin: 0;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}

.pc-none {
  display: none;
}
.pc-block {
  display: block;
}
.sp-none {
  display: block;
}
.sp-block {
  display: none;
}

.under-line {
  border-bottom: 1px solid #000;
}
.over-line {
  border-top: 1px solid #000;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

.padtop10 {
  padding-top: 10px;
}
.padtop20 {
  padding-top: 20px;
}
.padtop30 {
  padding-top: 30px;
}

.padbot10 {
  padding-bottom: 10px;
}
.padbot20 {
  padding-bottom: 20px;
}
.padbot30 {
  padding-bottom: 30px;
}

.margin10 {
  margin: 10px;
}

.main {
  width: 100%;
}
.title_large_area {
  z-index: 10;
  width: 100%;
  position: relative;
}
.title_large_area p {
  font-size: 25px;
  position: absolute;
  bottom: -8px;
  left: 48%;
  color: orange;
}
.title_large_area span {
  position: absolute;
  bottom: 10px;
  left: 48%;
  width: 35px;
  border-bottom: #2b7fb8 3px solid;
}

.title_large {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: min(26vw, 30px);
  margin: 20px auto;
  z-index: 5;
  position: relative;
}
.title_middle {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: min(20vw, 24px);
  margin: 20px auto;
  z-index: 5;
  position: relative;
}
.title_small {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: min(20vw, 25px);
  margin: 20px auto;
  z-index: 5;
  position: relative;
  line-height: 180%;
}
.title_small_gray {
  width: 100%;
  background-color: #f3f3f3;
  text-align: center;
  font-weight: bold;
  font-size: min(20vw, 25px);
  padding: 20px 0px;
  z-index: 5;
  position: relative;
  line-height: 180%;
}
.title_case_study {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  background-color: #f1f1f1;
  height: min(20vw, 150px);
  margin: 50px 0px 0px 0px;
}
.title_case_study_back_image {
  position: absolute;
  z-index: 0;
  width: 70%;
  max-width: 1024px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title_case_study_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: min(14vw, 120px);
  letter-spacing: -2px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.title_feature {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: min(20vw, 150px);
  margin: 50px 0px 10px 0px;
}
.title_feature_back_image {
  position: absolute;
  z-index: 1;
  width: 70%;
  max-width: 1024px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.title_feature_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  font-size: min(18vw, 140px);
  font-weight: bold;
  color: white;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.title_system {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: min(20vw, 150px);
  margin: 50px 0px 10px 0px;
}
.title_system_image {
  position: absolute;
  z-index: 0;
  width: 70%;
  max-width: 1024px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title_system_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: min(14vw, 120px);
  letter-spacing: -2px;
  font-weight: bold;
  color: #f1f1f1;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.gray_background {
  background-color: #f1f1f1;
}

.grand_gray_area {
  position: relative;
  width: 100%;
}
.grand_left_gray_area_back {
  position: absolute;
  background-color: #f3f3f3;
  height: 100%;
  top: 0px;
  width: min(96vw, 980px + ((100vw - 1024px) / 2));
  left: 0px;
  z-index: 0;
}

.grand_right_gray_area_back {
  position: absolute;
  background-color: #f3f3f3;
  height: 100%;
  top: 0px;
  width: min(96vw, 980px + ((100vw - 1024px) / 2));
  right: 0px;
  z-index: 0;
}

.grand_right_gray_area_back_three_examples {
  position: absolute;
  background-color: #f3f3f3;
  height: 100%;
  top: 0px;
  width: min(96vw, 980px + ((100vw - 1024px) / 2));
  right: 0px;
  z-index: 0;
}
.grand_left_gray_area_back_spec {
  position: absolute;
  background-color: #f3f3f3;
  height: 100%;
  top: 0px;
  width: min(96vw, 980px + ((100vw - 1024px) / 2));
  left: 0px;
  z-index: 0;
}

.header {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.header_imagearea {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: relative;
}

.header_imagearea_image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 52vw;
  object-fit: cover;
  object-position: 0% 0%;
}
.header_imagearea_image_sp {
  display: none;
}
.header_call_back {
  width: 40vw;
  height: 12vw;
  background-color: rgba(240, 240, 240, 0.6);
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 1vw min(6px, 1vw);
  font-size: 1.2vw;
  font-weight: bold;
}
.header_call_back p {
  padding-left: 30px;
}

.header_call_button {
  width: 28vw;
  position: absolute;
  color: white;
  background-color: #dd2222;
  border: none;
  padding: min(12px, 1vw) min(12px, 1vw);
  height: 4vw;
  /* box-shadow: 5px 5px white; */
  font-size: 1.5vw;
  font-weight: bold;
  right: 10vw;
  bottom: max(10px, 6.5vw);
  margin-left: max(10px, 1vw);
  z-index: 1000;
  border-radius: 10px;
}

.header_call_button2 {
  width: 28vw;
  position: absolute;
  color: white;
  background-color: #dd2222;
  border: none;
  padding: min(12px, 1vw) min(12px, 1vw);
  height: 4vw;
  /* box-shadow: 5px 5px white; */
  font-size: 1.5vw;
  font-weight: bold;
  right: 10vw;
  bottom: max(10px, 0.2vw);
  margin-left: max(10px, 1vw);
  z-index: 1000;
  border-radius: 10px;
}

.header_call_button_sp,
.header_call_button_sp2 {
  display: none;
}
.header_call_button:hover,
.header_call_button2:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.header_invisible_tel_button {
  width: 20vw;
  position: absolute;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: 3vw;
  right: 10px;
  top: 5vw;
}

.header_call_image {
  width: max(100px, 11.5vw);
  height: max(100px, 11.5vw);
  position: absolute;
  opacity: 1;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
  object-position: top;
}
.global_nav {
  /* background-color: #000000; */
  background-color: #2b7fb8;
  /* position: absolute;
    top: 20px;
    left: 0;
    right: 0; */
  width: 100%;
  height: 60px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  z-index: 2000;
}
.global_nav ui {
  margin: 5px auto;
}
.global_nav li {
  border-right: 0.1rem solid #ccc;
  line-height: 35px;
  white-space: nowrap;
  display: inline-block;
  width: calc(90% / 7);
  text-align: center;
}
.global_nav li:last-child {
  border-right: none;
}
.global_nav li a {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.3rem;
}

.fix_top {
  position: fixed;
  top: 0;
}

.fix_bottom {
  position: fixed;
  right: 8px;
  bottom: 0px;
  z-index: 2000;
}
.float_banner {
  margin-right: 15px;
  width: 300px;
  max-width: 300px;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
}

.close_button {
  width: 24px;
  height: 24px;
  line-height: 22px;
  background: #333;
  color: #fff;
  position: relative;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
  right: 0;
  float: right;
  margin-left: -25px;
  margin-top: -10px;
  border-radius: 12px;
}

.slide_button_area {
  display: flex;
  width: 80%;
  max-width: 1024px;
  justify-content: space-between;
  margin: auto;
}
.pp2 {
  background-image: url("images/left_arrow.png");
  cursor: pointer;
  outline: none;
  color: #000;
  text-align: center;
  border: none;
  background-color: #fff;
  opacity: 0.6;
  width: 100px;
  height: 30px;
  padding: 5px 5px;
  margin: auto 5px;
}
.nn2 {
  background-image: url("images/right_arrow.png");
  cursor: pointer;
  outline: none;
  color: #000;
  text-align: center;
  border: none;
  background-color: #fff;
  opacity: 0.6;
  width: 100px;
  height: 30px;
  padding: 5px 5px;
  margin: auto 5px;
}

.corporate-slide {
  width: 100%;
  margin: 0px auto 10px auto;
}
.corporate-slide .cell {
  height: 300px;
  width: 100%;
  transition: all 0.3s ease;
}

.corporate-slide .cell:hover {
  transform: translateY(-5px);
}

.corporate-slide .cell .cell_area {
  position: relative;
  width: 300px;
  height: 300px;
  margin: auto;
  background: #fff;
}

.corporate-slide_image {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 225px;
  margin: auto;
  object-fit: contain;
}
.corporate-slide .cell_text_back {
  position: absolute;
  bottom: 0px;
  background-color: white;
  width: 90%;
  max-height: 142px;
}
.corporate-slide .cell_text_title {
  padding: 15px 10px 1px 10px;
  margin-bottom: 0px;
  font-size: 1.1vw;
  font-weight: bold;
}
.corporate-slide .cell_text {
  padding: 10px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: min(13px, 1vw);
}

.slider_modal_button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0px;
}
.slider_modal_button:focus {
  outline: none;
}

.slider-text {
  display: block;
  text-align: center;
  padding-bottom: 15px;
  margin: 0 auto;
  font-size: 12px;
}

.modal_image {
  width: 100%;
  max-width: 640px;
  height: auto;
  max-height: 480px;
  padding: 10px;
  object-fit: cover;
}

.title_function_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  font-size: min(18vw, 140px);
  font-weight: bold;
  color: white;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.six-images {
  width: 90%;
  max-width: 800px;
  height: auto;
  position: relative;
  margin: 50px auto;
  z-index: 5;
  padding: 0px 0px 50px 0px;
}
.six-images_row {
  width: 50%;
  background-color: #f3f3f3;
  height: auto;
  padding: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.six-images_row_cell {
  width: 33%;
  background-color: white;
  height: auto;
  margin: 3px 6px;
  vertical-align: middle;
}
.six-images_row_cell img {
  width: 100%;
}
.support {
  width: 100%;
  max-width: 1024px;
  height: 300px;
  position: relative;
  margin: 90px auto;
  z-index: 5;
}
.support_image {
  width: 100%;
  text-align: center;
  object-fit: cover;
  height: 300px;
}
.support_number {
  position: absolute;
  width: 52%;
  background-color: orange;
  opacity: 0.8;
  bottom: 0px;
  left: 0px;
  height: 350px;
  margin-bottom: 0;
  background: linear-gradient(to right, #002a47, #2b7fb8);
}
.support_number_title {
  font-family: "Helvetica", "Arial";
  position: absolute;
  width: 45%;
  text-align: left;
  vertical-align: top;
  font-style: italic;
  font-size: 10rem;
  font-weight: bold;
  color: white;
  opacity: 0.7;
  bottom: 45px;
  left: 60px;
  height: 350px;
  margin-bottom: 0;
}

.support_text {
  position: absolute;
  background-color: white;
  font-size: min(16px, 1.4vw);
  width: 45%;
  bottom: 0px;
  height: 240px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.support_text_title {
  font-size: min(22px, 1.6vw);
  font-weight: bold;
  padding-top: 50px;
  /* padding-right: 20px; */
  text-align: left;
}
.manage {
  width: 100%;
  max-width: 1024px;
  height: 300px;
  position: relative;
  margin: 110px auto;
}
.manage_image {
  width: 100%;
  text-align: center;
  object-fit: cover;
  height: 300px;
}
.manage_number {
  position: absolute;
  width: 52%;
  background-color: orange;
  opacity: 0.8;
  bottom: 0px;
  right: 0px;
  height: 350px;
  margin-bottom: 0;
  background: linear-gradient(to right, #002a47, #2b7fb8);
}
.manage_number_title {
  font-family: "Helvetica", "Arial";
  position: absolute;
  width: 45%;
  text-align: right;
  vertical-align: top;
  font-style: italic;
  font-size: 10rem;
  font-weight: bold;
  color: white;
  opacity: 0.7;
  bottom: 45px;
  right: 60px;
  height: 350px;
  margin-bottom: 0;
}

.manage_text {
  position: absolute;
  background-color: white;
  font-size: min(16px, 1.4vw);
  width: 45%;
  bottom: 0px;
  right: 0px;
  height: 240px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.manage_text_title {
  font-size: min(22px, 1.6vw);
  font-weight: bold;
  padding-top: 50px;
  /* padding-right: 20px; */
  text-align: left;
}
.free {
  width: 100%;
  max-width: 1024px;
  height: 300px;
  position: relative;
  margin: 110px auto;
}
.free_image {
  width: 100%;
  text-align: center;
  object-fit: cover;
  height: 300px;
}
.free_number {
  position: absolute;
  width: 52%;
  background-color: orange;
  opacity: 0.8;
  bottom: 0px;
  left: 0px;
  height: 350px;
  margin-bottom: 0;
  background: linear-gradient(to right, #002a47, #2b7fb8);
}
.free_number_title {
  font-family: "Helvetica", "Arial";
  position: absolute;
  width: 45%;
  text-align: left;
  vertical-align: top;
  font-style: italic;
  font-size: 10rem;
  font-weight: bold;
  color: white;
  opacity: 0.7;
  bottom: 45px;
  left: 60px;
  height: 350px;
  margin-bottom: 0;
}

.free_text {
  position: absolute;
  background-color: white;
  font-size: min(16px, 1.4vw);
  width: 45%;
  bottom: 0px;
  height: 240px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
}
.free_text_title {
  font-size: min(22px, 1.6vw);
  font-weight: bold;
  padding-top: 50px;
  /* padding-right: 20px; */
  text-align: left;
}

.border_half {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  border-top: 2px dotted #ddd;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.function_master {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 96vw;
  max-width: 800px;
  margin: auto;
}
.function_image {
  width: 100%;
}
.function_master_map {
  width: 33%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}
.function_master_car {
  width: 33%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}

.function_master_text {
  width: 33%;
  padding: 5px 10px;
  font-size: min(13px, 1vw);
}
.function_text_title {
  font-size: 1.2vw;
  font-weight: bold;
}
.clickable-sp {
  font-size: 13px;
  display: none;
}
.bottom_orange {
  /* text-decoration: solid underline 3px;
    text-decoration-color: #e49505; */
  text-decoration-line: underline;
  text-decoration-color: #e49505;
  text-decoration-style: solid;
  text-decoration-thickness: 3px;
}

.function_receipt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 96vw;
  max-width: 800px;
  margin: auto;
}
.function_image {
  width: 100%;
}
.function_receipt_receipt {
  width: 33%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}
.function_receipt_delivery {
  width: 33%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}

.function_receipt_text {
  width: 33%;
  padding: 5px 10px;
  font-size: min(13px, 1vw);
}
.function_forms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 96vw;
  max-width: 800px;
  margin: auto;
}
.function_forms_images {
  width: 33%;
  padding: 5px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
.function_forms_images2 {
  width: 33%;
  padding: 5px;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
}

.function_forms_images2 a {
  margin: 5px;
}

.function_forms_text {
  width: 33%;
  padding: 5px 10px;
  font-size: min(13px, 1vw);
}

.function_app {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 96vw;
  max-width: 800px;
  margin: 10px auto 70px auto;
}
.function_image {
  width: 100%;
}
.function_app_map {
  width: 33%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}
.function_app_car {
  width: 33%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}

.function_app_text {
  width: 33%;
  padding: 5px 10px;
  font-size: min(13px, 1vw);
}

.function_usefull {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 88vw;
  max-width: 800px;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 5;
}
.usefull_image {
  width: 100%;
  height: auto;
  padding: 5px;
}
.usefull_image img {
  width: 100%;
}
.function_usefull_calendar {
  width: 30%;
  padding: 10px;
  background: white;
}
.function_usefull_documents {
  width: 30%;
  padding: 10px;
  background: white;
}

.function_usefull_qr {
  width: 30%;
  padding: 10px;
  background: white;
}
.function_usefull_text {
  font-size: min(13px, 1vw);
  width: 100%;
  padding: 5px;
}

.function_another {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 5;
}
.dairy_work h3:before,
.master_claim h3:before,
.proceeds h3:before,
.car-deed h3:before {
  font-family: FontAwesome;
  content: "\f111";
  margin-right: 8px;
  color: #ebb683;
}
.function_area_1 {
  display: flex;
  flex-flow: row;
  width: 50%;
}
.function_area_2 {
  display: flex;
  flex-flow: row;
  width: 50%;
}
.another_function {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  width: 88%;
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 5;
  padding: 10px 10px 50px 10px;
}
.another_function div div ul {
  list-style: none;
  padding-left: 0px;
}
.dairy_work li,
.master_claim li,
.proceeds li,
.car-deed li {
  font-size: 1vw;
}
.dairy_work h3,
.master_claim h3,
.proceeds h3,
.car-deed h3 {
  font-size: 1.2vw;
  font-weight: bold;
}
.dairy_work,
.master_claim,
.proceeds,
.car-deed {
  width: 50%;
}

.contact_middle {
  height: 530px;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 10px;
  background-color: #f3f3f3;
  margin-top: 30px;
}
.contact_middle_backimage {
  height: 550px;
  max-height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  object-fit: cover;
}
.title_contact_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  font-size: min(18vw, 140px);
  font-weight: bold;
  color: white;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contact_middle_text {
  font-size: min(26px, 2vw);
  text-align: center;
  text-align-last: center;
  font-weight: bold;
  padding: 60px 10px 35px 10px;
  width: 80%;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}
.contact_middle_text_p {
  position: relative;
  z-index: 5;
}

.contact_middle_bottun {
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
  z-index: 5;
  width: 500px;
  margin: auto;
  padding-bottom: 30px;
}

.contact_middle_bottun button {
  margin-bottom: 30px;
}

.button_documents {
  color: white;
  background-color: #ff5010;
  border: none;
  width: 35%;
  width: 500px;
  height: 80px;
  font-size: min(1.8vw, 30px);
  font-weight: bold;
  text-align-last: center;
  border-radius: 10px;
}
.button_documents2 {
  color: white;
  background-color: #ff5010;
  border: none;
  width: 35%;
  width: 500px;
  height: 80px;
  /* box-shadow: 5px 5px white; */
  font-size: 1.3vw;
  font-weight: bold;
  text-align-last: center;
  border-radius: 10px;
}
.button_documents:hover,
.button_documents2:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.button_tell {
  border: #d72d0e 2px solid;
  background-color: white;
  width: 35%;
  width: 500px;
  height: 80px;
  /* box-shadow: 5px 5px white; */
  padding: 0px;
  border-radius: 10px;
}
.button_tell:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.button_tell img {
  width: 100%;
  height: auto;
  max-height: calc(100% - 2px);
  object-fit: cover;
  border-radius: 10px;
}
.sample_pp {
  background-image: url("images/left_arrow.png");
  cursor: pointer;
  outline: none;
  color: #000;
  text-align: center;
  border: none;
  background-color: #fff;
  opacity: 0.6;
  width: 100px;
  height: 30px;
  padding: 5px 5px;
  margin: auto 5px;
}
.sample_nn {
  background-image: url("images/right_arrow.png");
  cursor: pointer;
  outline: none;
  color: #000;
  text-align: center;
  border: none;
  background-color: #fff;
  opacity: 0.6;
  width: 100px;
  height: 30px;
  padding: 5px 5px;
  margin: auto 5px;
}

.title_businessform {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: min(20vw, 150px);
  margin: 30px 0px 10px 0px;
}
.title_businessform_back_image {
  position: absolute;
  z-index: 0;
  width: 90%;
  max-width: 1024px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title_businessform_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: min(11vw, 140px);
  font-weight: bold;
  color: #f1f1f1;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sample-slide {
  width: 100%;
  margin: auto;
  z-index: 100;
}
.sample-slide_area {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 5px;
}
.sample-slide_area_grayback {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 100%;
  background-color: #eee;
  z-index: 0;
}

.sample-slide .cell {
  height: 450px;
  width: 100%;
  background-color: rgba(1, 1, 1, 0);
}
.sample-slide .cell .cell_area {
  position: relative;
  width: 300px;
  height: 450px;
  margin: auto;
  background-color: rgba(1, 1, 1, 0);
}

.sample-slide_image {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 400px;
  margin: auto;
  object-fit: contain;
}
.sample-slide .cell_text_back {
  position: absolute;
  bottom: 0px;
  background-color: rgba(1, 1, 1, 0);
  height: 40px;
  width: 100%;
  text-align: center;
}
.sample-slide .cell_text_title {
  padding: 10px;
}
.sample-slide .cell_text {
  padding: 10px;
}

.sample_text_area_1 h3:before,
.sample_text_area_2 h3:before {
  font-family: FontAwesome;
  content: "\f111";
  margin-right: 8px;
  color: #ebb683;
}
.sample_text_area_1 {
  display: flex;
  justify-content: space-around;
  flex-flow: row;
  width: 50%;
  margin: 0px 0px 10px 40px;
}
.sample_text_area_2 {
  display: flex;
  justify-content: space-around;
  flex-flow: row;
  width: 50%;
  margin: 0px 40px 10px 0px;
}
.sample_text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: white;
  width: 80%;
  max-width: 800px;
  margin: 20px auto 50px auto;
  position: relative;
  z-index: 10;
}
.sample_text h1 {
  text-align: center;
  font-size: 1.8vw;
  font-weight: bold;
  padding: 20px 10px 10px 10px;
}
.sample_text_area {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  width: 100%;
  margin: auto;
}
.sample_text_area_1 h3,
.sample_text_area_2 h3 {
  font-size: 14px;
}
.sample_text_area_2 p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 14px;
}
.title_support {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: min(20vw, 150px);
  margin: 50px 0px 10px 0px;
}

.title_support_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  font-size: min(18vw, 140px);
  font-weight: bold;
  color: #f1f1f1;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.relief_support {
  background: white;
  margin: 50px auto;
}
.relief_support_text_area {
  text-align: center;
  padding-top: 80px;
}
.relief_support_image_area {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
  max-width: 1024px;
}
.relief_support_image_area_sp {
  display: none;
}
.relief_support_image_comparison {
  object-fit: contain;
  display: block;
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto 40px;
}
.relief_support_text {
  display: flex;
  justify-content: space-between;
}
.relief_support_text-item {
  width: 32%;
  background-color: #f3f3f3;
  padding: 40px 15px;
}
.relief_support_text-item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00385f;
}
.relief_support_text-item p {
  font-size: 16px;
}
.three_examples {
  width: 100%;
  max-width: 1024px;
  position: relative;
  z-index: 10;
  margin: 10px auto 80px auto;
}
.three_examples_image_area {
  display: flex;
  width: 100%;
  max-width: 1024px;
  position: relative;
  z-index: 10;
}
.three_examples_image {
  width: 33%;
}
.silhouette_image {
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: contain;
}

.title_contact {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: min(20vw, 150px);
  margin: auto;
}
.title_contact_back_image {
  position: absolute;
  z-index: 1;
  width: 90%;
  max-width: 1024px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title_contact_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  font-size: min(18vw, 140px);
  font-weight: bold;
  color: white;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contact_form_area {
  width: 100%;
  /* background-image: url("images/contact_bg.jpg"); */
  background-color: #f3f3f3;
  padding-top: 50px;
  margin-top: 30px;
  padding-bottom: 40px;
}
.contact_form {
  width: 70%;
  margin: auto;
  display: flex;
  flex-flow: column;
}
.contact_form_unit {
  width: 100%;
  display: flex;
  flex-flow: row;
  padding: 10px 0px;
  margin: auto;
  background-color: #e7e6e6;
}

.contact_form_label {
  font-size: min(16px, 1.4vw);
  font-weight: bold;
  width: 30%;
  text-align: right;
  padding: 5px 20px;
}

.contact_form_input {
  font-size: min(16px, 1.4vw);
  width: 60%;
  border: none;
  height: 40px;
  padding: 5px 5px;
}

.contact_form_input_inner {
  font-size: min(16px, 1.4vw);
  border: none;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 5px 5px;
  background-color: white;
}

.contact_form_input_area {
  width: 60%;
  font-size: min(16px, 1.4vw);
  line-height: 2;
  width: 60%;
}

.contact_form_input_area label {
  font-size: min(16px, 1.4vw);
  padding: 5px 5px;
}

.contact_form_textarea {
  font-size: min(16px, 1.4vw);
  width: 60%;
  border: none;
  height: 120px;
  padding: 5px 5px;
}
input[type="text"]::-webkit-input-placeholder,
-moz-placeholder,
-ms-placeholder,
placeholder {
  color: #bbb;
}
input[type="email"]::-webkit-input-placeholder,
-moz-placeholder,
-ms-placeholder,
placeholder {
  color: #bbb;
}

.required {
  font-size: min(14px, 1.3vw);
  color: #962029;
}

.button_contact {
  color: white;
  background-color: #ff5010;
  border: none;
  width: 45%;
  height: 60px;
  padding: 10px 30px;
  /* box-shadow: 5px 5px white; */
  font-size: min(20px, 1.8vw);
  font-weight: bold;
  margin: 30px 0px 30px 0px;
  text-align: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  vertical-align: middle;
  align-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 10px;
}

.button_contact:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

.button_contact img {
}

.button_call {
  background-color: white;
  border: #d72c0e 3px solid;
  width: 80%;
  max-width: 612px;
  height: 80px;
  padding: 0px;
  /* box-shadow: 5px 5px white;    */
  margin: 30px auto 60px auto;
  text-align: center;
  align-items: center;
  border-radius: 10px;
}
.button_call:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.button_call img {
  width: 612px;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.grand_gray_area_faq {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.title_faq {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  position: relative;
  width: 100%;
  height: min(20vw, 150px);
  margin: 10px 0px 10px 0px;
}
.title_faq_back_image {
  position: absolute;
  z-index: 1;
  width: 90%;
  max-width: 1024px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title_faq_back {
  font-family: "Helvetica", "Arial";
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1024px;
  font-size: min(18vw, 140px);
  font-weight: bold;
  color: white;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.faq_area {
  margin-top: 10px;
  padding-top: 5px;
}
.faq_box {
  width: 80%;
  max-width: 800px;
  position: relative;
  background-color: white;
  z-index: 5;
  margin: 15px auto;
}

.faq_box label {
  max-width: 800px;
  font-weight: bold;
  margin: auto;
  font-size: 1.3vw;
  padding: 10px 35px 10px 55px;
  position: relative;
  display: block;
  height: 70px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
}
.faq_box label p {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
  margin: auto;
}
.faq_box label span {
  vertical-align: middle;
  height: 100%;
}

.faq_box label:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.faq_box input {
  display: none;
}
.faq_box label:before {
  position: absolute;
  content: "Q";
  font-size: 30px;
  font-weight: bold;
  top: calc(50% - 22px);
  left: 25px;
}

.faq_box label:after {
  position: absolute;
  top: calc(50% - 22px);
  right: 10px;
  color: indianred;
  font-size: 30px;
  font-weight: lighter;
  content: "＋";
}

.faq_box input:checked ~ label::after {
  position: absolute;
  top: 10px;
  right: 10px;
  color: indianred;
  font-size: 30px;
  font-weight: lighter;
  content: "ー";
}

.faq_box div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.faq_box input:checked ~ div {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.faq_box div p {
  line-height: 23px;
  font-size: 14px;
  padding: 10px 10px 10px 50px;
  text-align: left;
  position: relative;
}
.faq_box div p:before {
  position: absolute;
  content: "A";
  font-size: 30px;
  font-weight: bold;
  top: 15px;
  left: 20px;
}

.faq_text p {
  margin-bottom: 0px;
}

.title_spec {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: min(20vw, 24px);
  margin: 0px auto;
  padding: 60px 20px 20px 20px;
  z-index: 5;
  position: relative;
}

.spec_area {
  width: 80%;
  max-width: 800px;
  position: relative;
  background-color: white;
  z-index: 5;
  margin: 0px auto 30px auto;
}

.spec_area_even {
  width: 90%;
  max-width: 720px;
  display: flex;
  background-color: white;
  margin: auto;
  padding: 5px;
}

.spec_area_odd {
  width: 90%;
  max-width: 720px;
  display: flex;
  background-color: #eee;
  margin: auto;
  padding: 5px;
}
.spec_area_left {
  width: 30%;
  margin: auto;
  padding: 5px;
  font-size: 1.2vw;
  font-weight: bold;
}
.spec_area_right {
  width: 70%;
  margin: auto;
  padding: 5px;
  font-size: 1.1vw;
}

.spec_area_left:before {
  font-family: FontAwesome;
  content: "\f111";
  margin-right: 8px;
  color: #bbb;
}

.logo_img {
  width: 28px;
  height: 23px;
  margin: 3px;
}
.footer {
  background: black;
  /*height:620px;*/
}
.footer_title {
  display: flex;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.8vw;
  font-style: italic;
  padding-top: 90px;
}
.footer_list {
  display: flex;
  justify-content: center;
  color: white;
  font-size: 1.1vw;
}
.footer_list_unit {
  padding: 10px 5px 10px 5px;
  width: 40%;
}
.item_left {
  display: inline-block;
  width: 16%;
  margin-bottom: 5px;
}
.item_right {
  display: inline-block;
  width: 84%;
  position: relative;
  padding: 0px 10px 0px 20px;
  margin-bottom: 5px;
}
.item_right::before {
  content: "ー";
  color: white;
  position: absolute;
  left: 0px;
}
.item_right a:link,
.item_right a:visited {
  color: white;
}
.footer_list_row {
  display: flex;
  margin-top: 17px;
}

.copyright {
  color: white;
  text-align: center;
  font-size: 1.1vw;
  padding-bottom: 50px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.system {
  width: 1024px;
  margin: 0 auto;
}

.system ul li {
  background: #e2892c;
  border-radius: 150px;
  border: 0px solid #666;
  width: 225px;
  color: #fff;
  list-style: none;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  height: 225px;
  position: relative;
}

.system ul li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.system p {
  text-align: center;
}

.text_orange {
  color: #ea5808;
}

.button_accordion {
  display: none;
}

.button_accordion.free_2months_pc {
  display: block;
  width: 50vw;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: min(2vw, 20px);
  position: relative;
  z-index: 5;
  max-width: 300px;
  font-weight: bold;
  padding: 10px 35px 10px 55px;
  height: 70px;
  border: solid 1px;
}

.button_accordion.free_2months_pc::after {
  font-size: 1.2vw;
  font-weight: normal;
  content: "▼";
  margin: auto 20px;
  position: absolute;
}

.button_accordion.free_2months_pc.opened::after {
  font-size: 1.2vw;
  font-weight: normal;
  content: "▲";
  margin: auto 20px;
  position: absolute;
}

.free_2months {
  position: relative;
  z-index: 5;
  width: 80%;
  margin: 0 auto;
  max-width: 800px;
}
.for1minutes {
  width: 30vw;
  position: relative;
  color: white;
  background-color: #dd2222;
  border: none;
  padding: min(12px, 1vw) min(12px, 1vw);
  /* box-shadow: 5px 5px darkgrey; */
  font-size: 1.5vw;
  font-weight: bold;
  bottom: max(10px, 0.2vw);
  z-index: 1000;
  border-radius: 25px;
  margin: 0px auto 10px auto;
  text-align: center;
}

.for1minutes::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #dd2222;
  transform: translate(-50%, 55%) rotate(45deg);
  transform-origin: center center;
}

.fv00 {
  background-image: url(images/fv-bg.png);
  background-size: cover;
}

.fv00 .header-wrapper {
  display: flex;
  padding: 60px 40px;
  width: 100%;
  justify-content: center;
  max-width: 1530px;
  margin: 0 auto;
}
.fv00 h1 {
  font-weight: bold;
  font-size: 3vw;
  margin-bottom: 40px;
  color: #00385f;
}

.fv00 .header-left {
  width: 40%;
}
.fv00 .header-right {
  width: 60%;
  padding-top: 120px;
  text-align: center;
  position: relative;
}

.fv00 .header-right img {
  width: 75%;
}

.fv00 .fv01-logo {
  margin-bottom: 40px;
  width: 86%;
}

.fv00 .trial {
  width: 19% !important;
  position: absolute;
  top: 18%;
  right: 2%;
}
.fv00-award {
  width: 100%;
}

.fv00 .header-btn {
  margin-top: 20px;
  padding: 1.5vh 0.5vw;
  color: #ff5010;
  border: 1px solid #ff5010;
  border-radius: 10px;
  font-weight: bold;
  width: 76%;
  font-size: 1.4vw;
  background: #fff;
}

.fv02 .header-wrapper {
  padding: 60px 40px 20px;
}

.fv02 .header-right {
  padding-top: 20px;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.fv01-award {
  width: 100%;
}

.logo-wrapper img {
  display: block;
  width: 13%;
}

.fv02 .header_imagearea_image {
  max-height: 100vw;
}

.fv02 .header-btn {
  margin-top: 50px;
  padding: 10px 15px;
  background-color: #ff5010;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  width: 85%;
  font-size: 1rem;
}

.fv03 .header-right {
  width: 50%;
  padding-top: 60px;
  text-align: center;
  position: relative;
}

.fv03 .header-wrapper {
  justify-content: space-between;
}

.slider-wapper .slide-title {
  text-align: center;
}

.slider-wapper .slide-title h2 {
  color: #ff5010;
  text-align: center;
  text-shadow: 2px 1px 1px #fff;
  font-size: 2.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.slider-wapper .slide-title p {
  color: #ff5010;
  text-shadow: 2px 1px 1px #fff;
  font-family: "Segoe UI";
  font-size: 1.4vw;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.slider-wapper .sub-copy {
  text-align: center;
  color: #fff;
  padding-top: 20px;
}
.slider-wapper .sub-copy p {
  letter-spacing: 1.4px;
  font-size: 1.2vw;
}
.slider-wapper .sub-copy span {
  font-size: 1.8rem;
  font-weight: bold;
}

.slider-wapper .slick-prev:before,
.slider-wapper .slick-next:before {
  color: #d72d0e;
}

.slider01 img {
  width: 100% !important;
}

.fv03 .header-btn {
  position: inherit;
  width: 100%;
}

.fv03 .slide img {
  transform: scale(0.8);
  transition: transform 0.3s;
}

.fv03 .slide.slick-center img {
  transform: scale(1);
}
.fv03 .slick-slide {
  width: 0.7% !important;
}

.dw {
  margin: 0 auto;
  text-align: center;
}
.dw img {
  max-width: 600px;
  margin-bottom: 60px;
}
