@charset "UTF-8";
/* CSS Document */
body {
  -webkit-text-size-adjust: 100%;
}
.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: block;
}
.pc-block {
  display: none;
}
.sp-none {
  display: none;
}
.sp-block {
  display: block;
}

.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;
}
.margin10 {
  margin: 10px;
}

.main {
  width: 100%;
  overflow-x: hidden;
}

.title_large {
  font-size: 6vw;
}
.title_large_area span {
  position: absolute;
  bottom: 17px;
  left: 48%;
  width: 20px;
  border-bottom: #e49505 2px solid;
}
.title_middle {
  font-weight: bold;
  font-size: min(4vw, 24px);
}
.title_small {
  font-weight: bold;
  font-size: min(4vw, 35px);
  line-height: 150%;
}

.title_small_gray {
  font-weight: bold;
  font-size: min(4vw, 35px);
  line-height: 150%;
}

.header {
  width: 100%;
  overflow-x: hidden;
  margin-top: 0px;
}

.header_imagearea_image {
  display: none;
}
.header_imagearea_image_sp {
  display: block;
  width: 100vw;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  object-position: 0% 0%;
}
.header_call_back {
  width: 100vw;
  height: 30vw;
  background-color: rgba(240, 240, 240, 0.6);
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  font-size: 1.2vw;
  font-weight: bold;
}
.header_call_back p {
  display: none;
}
.header_call_button {
  display: none;
}
.header_call_button2 {
  display: none;
}
.header_call_button_sp {
  display: block;
  width: 80%;
  position: absolute;
  color: white;
  background-color: #dd2222;
  border: none;
  padding: 12px min(30px, 2vw);
  /* box-shadow: 5px 5px white; */
  font-size: min(32px, 4vw);
  font-weight: bold;
  left: 0px;
  bottom: 15vw;
  margin-left: 5vw;
  z-index: 1000;
  border-radius: 10px;
}

.header_call_button_sp2 {
  display: block;
  width: 80%;
  position: absolute;
  color: white;
  background-color: #dd2222;
  border: none;
  padding: 12px min(30px, 2vw);
  /* box-shadow: 5px 5px white; */
  font-size: min(32px, 4vw);
  font-weight: bold;
  left: 0px;
  bottom: 1vw;
  margin-left: 5vw;
  z-index: 1000;
  border-radius: 10px;
}

.header_call_image {
  width: 20vw;
  height: 20vw;
  position: absolute;
  opacity: 1;
  right: 0px;
  bottom: 0px;
  object-fit: cover;
  object-position: top;
}
.header_invisible_tel_button {
  width: 40vw;
  position: absolute;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: 5vw;
  right: 10px;
  top: 10px;
}

.grand_gray_area {
  position: relative;
  width: 100%;
}
.grand_left_gray_area_back {
  width: 100%;
}

.grand_right_gray_area_back {
  width: 100%;
}

.grand_right_gray_area_back_three_examples {
  width: 100%;
  height: 400px;
}
.grand_left_gray_area_back_spec {
  width: 100%;
}

.title_case_study_back_image {
  position: absolute;
  z-index: 0;
  width: 90%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title_case_study_back {
  font-size: min(15vw, 140px);
}

.title_case_study {
  margin: 20px 0px 0px 0px;
}

.title_feature {
  margin: 20px 0px 10px 0px;
}

.float_banner {
  margin: 0px 15px;
  width: 90vw;
  max-width: 90vw;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%);
}

.title_feature_back_image {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.slide_button_area {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 145px;
}
.slide_button_area-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.corporate-slide .cell {
  height: min(500px, 80vw);
  width: 100%;
}
.corporate-slide .cell .cell_area {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: min(500px, 80vw);
  margin: auto;
  background: #fff;
}
.corporate-slide_image {
  width: 100%;
  height: auto;
  max-width: 500px;
  max-height: min(375px, 60vw);
  margin: auto;
  object-fit: contain;
}
.corporate-slide .cell_text_back {
  position: absolute;
  bottom: 0px;
  background-color: white;
  width: 90%;
  height: 45%;
}
.corporate-slide .cell_text_title {
  padding: 10px 10px 3px 10px;
  margin-bottom: 0px;
  font-size: 3.6vw;
  font-weight: bold;
}
.corporate-slide .cell_text {
  padding: 5px 10px;
  font-size: 3.4vw;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
}

.support {
  width: 100%;
  max-width: 768px;
  text-align: center;
  height: min(530px, 100vw);
  position: relative;
  margin: 5px auto 50px auto;
}

.support_image {
  width: 100%;
  text-align: center;
  object-fit: contain;
  height: min(530px, 100vw);
}
.support_number {
  position: absolute;
  width: 100%;
  background: linear-gradient(to right, #e24f00, #db9b00);
  opacity: 0.8;
  bottom: 0px;
  left: 0px;
  height: min(265px, 50vw);
  margin-bottom: 0;
}
.support_number_title {
  position: absolute;
  width: 100%;
  text-align: right;
  font-style: italic;
  font-size: 11rem;
  font-weight: bold;
  opacity: 0.7;
  color: white;
  bottom: 60px;
  left: 0px;
  height: min(265px, 50vw);
  margin-bottom: 0;
  padding-right: 20px;
}

.support_text {
  position: absolute;
  background-color: white;
  width: 90%;
  bottom: 0px;
  height: min(159px, 30vw);
  text-align: left;
  font-size: 3.4vw;
  padding-left: 20px;
  padding-right: 20px;
}

.support_text_title {
  padding-top: 25px;
  font-size: 1.2rem;
  padding-left: 0px;
  padding-right: 0px;
}

.manage {
  width: 100%;
  max-width: 768px;
  text-align: center;
  height: min(530px, 100vw);
  position: relative;
  margin: 50px auto;
}

.manage_image {
  width: 100%;
  text-align: center;
  object-fit: contain;
  height: min(530px, 100vw);
}
.manage_number {
  position: absolute;
  width: 100%;
  background: linear-gradient(to right, #e24f00, #db9b00);
  opacity: 0.8;
  bottom: 0px;
  left: 0px;
  height: min(265px, 50vw);
  margin-bottom: 0;
}
.manage_number_title {
  position: absolute;
  width: 100%;
  text-align: right;
  font-style: italic;
  font-size: 11rem;
  font-weight: bold;
  opacity: 0.7;
  color: white;
  bottom: 60px;
  right: 0px;
  height: min(265px, 50vw);
  margin-bottom: 0;
  padding-right: 20px;
}

.manage_text {
  position: absolute;
  background-color: white;
  width: 90%;
  bottom: 0px;
  left: 0px;
  height: min(159px, 30vw);
  text-align: left;
  font-size: 3.4vw;
  padding-left: 20px;
  padding-right: 20px;
}

.manage_text_title {
  padding-top: 25px;
  font-size: 1.2rem;
  padding-left: 0px;
  padding-right: 0px;
}

.free {
  width: 100%;
  max-width: 768px;
  text-align: center;
  height: min(530px, 100vw);
  position: relative;
  margin: 50px auto 80px auto;
}

.free_image {
  width: 100%;
  text-align: center;
  object-fit: contain;
  height: min(530px, 100vw);
}
.free_number {
  position: absolute;
  width: 100%;
  background: linear-gradient(to right, #e24f00, #db9b00);
  opacity: 0.8;
  bottom: 0px;
  left: 0px;
  height: min(265px, 50vw);
  margin-bottom: 0;
}
.free_number_title {
  position: absolute;
  width: 100%;
  text-align: right;
  font-style: italic;
  font-size: 11rem;
  font-weight: bold;
  opacity: 0.7;
  color: white;
  bottom: 60px;
  left: 0px;
  height: min(265px, 50vw);
  margin-bottom: 0;
  padding-right: 20px;
}

.free_text {
  position: absolute;
  background-color: white;
  width: 90%;
  bottom: 0px;
  height: min(159px, 30vw);
  text-align: left;
  font-size: 3.4vw;
  padding-left: 20px;
  padding-right: 20px;
}

.free_text_title {
  padding-top: 25px;
  font-size: 1.2rem;
  padding-left: 0px;
  padding-right: 0px;
}
.border_half {
  width: 90vw;
  max-width: 800px;
  margin: 20px auto;
}

.title_function_back {
}

.six-images {
  margin: 10px auto 50px auto;
  width: 100%;
  height: min(170vw, 1050px);
}
.six-images_row {
  width: 95%;
  max-width: 700px;
  background-color: #f3f3f3;
  padding: 5px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: min(40vw, 250px);
}
.six-images_row_cell {
  width: auto;
  max-width: 30%;
  background-color: white;
  height: auto;
  margin: 3px 6px;
  justify-content: center;
  text-align: center;
}
.six-images_row_cell img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(40vw, 240px);
}

.function_master {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  width: 90vw;
  max-width: 1024px;
  margin: auto;
}
.function_image {
  width: 90%;
  height: auto;
  margin: auto;
}
.function_master_map {
  width: 100%;
  padding: 5px;
  height: auto;
}
.function_master_car {
  width: 100%;
  height: auto;
  padding: 5px;
}

.function_master_text {
  width: 100%;
  padding: 5px;
  font-size: min(22px, 3.4vw);
}
.function_text_title {
  font-size: min(24px, 3.4vw);
  font-weight: bold;
  margin: 10px auto;
}

.function_forms {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  width: 90vw;
  max-width: 1024px;
  margin: auto;
}

.function_forms_text {
  width: 100%;
  padding: 5px;
  font-size: min(22px, 3.4vw);
}

.function_forms_images2 {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}

.function_receipt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 90vw;
  max-width: 1024px;
  margin: auto;
}
.function_receipt_text {
  width: 100%;
  padding: 5px;
  font-size: min(22px, 3.4vw);
}

.function_receipt_receipt {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}
.function_receipt_delivery {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: flex-end;
}

.function_app {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
  width: 90vw;
  max-width: 800px;
  margin: 10px auto 40px auto;
}
.function_app_map {
  width: 100%;
  padding: 5px;
  height: auto;
}
.function_app_car {
  width: 100%;
  height: auto;
  padding: 5px;
}

.function_app_text {
  width: 100%;
  padding: 5px;
  font-size: min(22px, 3.4vw);
}

.function_usefull {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  width: 90vw;
  max-width: 800px;
  margin: auto;
}
.function_usefull_calendar {
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
  margin: 10px 0px;
}
.function_usefull_documents {
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
  margin: 10px 0px;
}
.function_usefull_qr {
  width: 100%;
  height: auto;
  padding: 5px;
  display: flex;
  margin: 10px 0px;
}
.function_usefull_text {
  width: auto;
  max-width: 50%;
  height: auto;
  max-height: 100%;
  padding: 5px;
  margin: 10px auto;
  font-size: min(18px, 3.4vw);
  line-height: 140%;
}
.usefull_image {
  width: 50%;
  height: auto;
  margin: 10px auto;
  padding: 5px;
  object-fit: contain;
}

.another_function {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-flow: row;
  width: 90vw;
  max-width: 800px;
  margin: auto;
}

.function_area_1 {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 40%;
}
.function_area_2 {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  width: 40%;
}

.flex row space-between {
  flex-direction: column;
}
.dairy_work h3,
.master_claim h3,
.proceeds h3,
.car-deed h3 {
  font-size: 3.4vw;
}
.dairy_work li,
.master_claim li,
.proceeds li,
.car-deed li {
  font-size: 3.4vw;
}
.dairy_work,
.master_claim,
.proceeds,
.car-deed {
  width: 90%;
}

.contact_middle {
  height: 450px;
  margin-bottom: 50px;
}
.contact_middle_bottun button {
  margin-bottom: 25px;
}
.contact_middle_text {
  font-size: min(20px, 4vw);
  text-align: center;
  text-align-last: center;
  font-weight: bold;
  padding: 30px 10px 20px 10px;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
}
.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_backimage {
  height: 450px;
  max-height: 450px;
}
.contact_middle_bottun {
  width: 90%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  margin: auto;
}

.title_businessform_back_image {
  position: absolute;
  z-index: 0;
  width: 90%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.title_businessform {
  margin: 20px 0px 10px 0px;
  padding-top: 40px;
}

.title_businessform_small {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: min(4vw, 20px);
  margin: 5px auto 30px auto;
  z-index: 5;
  position: relative;
  line-height: 150%;
}
.title_businessform_back {
  line-height: 90%;
  font-size: min(16vw, 140px);
}
.sample-slide {
  width: 100vw;
  max-width: 1024px;
  margin: auto;
  z-index: 100;
}
.sample-slide_area {
  position: relative;
  width: 100vw;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sample-slide_area_grayback {
  position: absolute;
  width: 100vw;
  bottom: 0px;
  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: 500px;
  margin: auto;
  padding: 5px 3px;
  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 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  margin: 10px auto 0px auto;
}

.sample_text_area_1 h3:before,
.sample_text_area_2 h3:before {
  font-size: min(23px, 3.2vw);
  font-family: FontAwesome;
  content: "\f111";
  margin-right: 8px;
  color: #ebb683;
}
.sample_text_area_1 {
  flex-flow: column;
  margin: 0px 0px 10px 20px;
}
.sample_text_area_2 {
  flex-flow: column;
  margin: 0px 20px 10px 0px;
}
.sample_text {
  width: 90%;
  max-width: 690px;
}
.sample_text h1 {
  font-size: min(24px, 2.5vw);
  font-weight: bold;
}

.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: min(23px, 3.2vw);
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
}
.sample_text_area_2 p {
  font-size: min(23px, 3.2vw);
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
}

.button_documents {
  font-size: min(24px, 4.6vw);
  width: 100%;
  height: min(18vw, 90px);
  margin: 10px auto;
}
/* .button_documents2{
	font-size: min(24px , 4vw);
    width: 100%;
    height: min(18vw,90px);
    margin: 10px auto;
} */
.button_tell {
  width: 100%;
  height: min(18vw, 90px);
  margin: 10px auto;
  border-radius: 10px;
}

.relief_support {
  background: white;
}
.relief_support_text_area {
  text-align: center;
  padding-top: 80px;
}

.relief_support_image_comparison {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0px auto 20px;
}

.relief_support_text {
  display: block;
}
.relief_support_text-item {
  width: 100%;
  background-color: #f3f3f3;
  padding: 15px 15px;
  margin-bottom: 10px;
}
.relief_support_text-item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00385f;
}
.relief_support_text-item p {
  font-size: 16px;
}

.three_examples {
  margin: 10px auto 10px auto;
}
.three_examples_image_area {
  flex-flow: column;
}
.three_examples_image {
  object-fit: contain;
  width: 90%;
  height: auto;
  margin: 0px auto 60px auto;
}

.grand_gray_area_faq {
  padding-top: 20px;
  padding-bottom: 1px;
}
.title_faq {
  margin-top: 20px;
}
.title_faq_back_image {
  position: absolute;
  z-index: 1;
  width: 90%;
  max-width: 700px;
  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(23vw, 150px);
  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: 20px;
  padding-top: 0px;
}

.faq_box {
  width: 90%;
  background-color: white;
}
.faq_box label {
  font-size: 3.4vw;
}
.faq_box div p {
  font-size: 3.4vw;
}

.title_spec {
  padding: 20px 20px 20px 20px;
}

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

.spec_area_even {
  flex-flow: column;
}

.spec_area_odd {
  flex-flow: column;
}
.spec_area_left {
  width: 100%;
  margin: auto;
  padding: 2px 10px;
  font-size: 3vw;
}
.spec_area_right {
  width: 100%;
  margin: auto;
  padding: 2px 10px;
  font-size: 3.4vw;
}

.title_contact_back_image {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  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-bottom: 50px;
}
.contact_form {
  width: 90%;
  margin: auto;
  display: flex;
  flex-flow: column;
}
.contact_form_unit {
  width: 100%;
  display: flex;
  flex-flow: column;
  /* margin: 10px auto; */
  background-color: #f3f3f3;
}

.contact_form_label {
  width: 100%;
  font-size: 3.5vw;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
}

.contact_form_input {
  width: 100%;
  font-size: 3.6vw;
}
.contact_form_input_inner {
  font-size: 3.6vw;
  vertical-align: middle;
}

.contact_form_textarea {
  width: 100%;
  font-size: 3.6vw;
}

.contact_form_input_area {
  width: 100%;
}
.contact_form_input_area label {
  font-size: 3.5vw;
}
.required {
  font-size: 3.5vw;
}

.button_contact {
  width: 100%;
  height: min(18vw, 90px);
  font-size: min(24px, 4.6vw);
  margin: 10px auto 10px auto;
}

.button_call {
  width: 100%;
  height: min(22vw, 90px);
  margin: 10px auto 20px auto;
  max-width: 100%;
}
.button_call img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.logo_img {
  width: 23px;
  height: 18px;
  margin: 3px;
}
.footer_title {
  display: flex;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 4vw;
  padding-top: 30px;
}
.footer_list {
  flex-flow: column;
  font-size: 3vw;
}
.footer_list_unit {
  padding: 5px;
  width: 100%;
}
.item_left {
  padding: 0px 3px 0px 3px;
  margin-bottom: 5px;
  width: 18%;
}
.item_right {
  padding: 0px 3px 0px 12px;
  margin-bottom: 5px;
  width: 82%;
}

.copyright {
  color: white;
  text-align: center;
  font-size: 10px;
  padding-bottom: 30px;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 10px 0;
  text-align: center;
}

table tr:nth-child(odd) {
  background-color: #eee;
}

#modaldisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
#graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
}

.system {
  width: 90vw;
  margin: 0 auto;
}

.system ul {
  padding-left: 0;
}

.system ul li {
  background: #e2892c;
  border-radius: 50%;
  width: 25vw;
  color: #fff;
  list-style: none;
  text-align: center;
  font-size: 1rem;
  height: 25vw;
  position: relative;
}

.button_accordion {
  display: block;
  width: 90vw;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto 20px auto;
  font-size: 3.4vw;
  position: relative;
  z-index: 5;
  max-width: 800px;
  font-weight: bold;
  padding: 10px 35px 10px 55px;
  height: 70px;
}
.button_accordion.sp_gray_border {
  border: 1px solid #666;
}

.button_accordion::after {
  content: "▼";
}

.button_accordion.opened::after {
  content: "▲";
}

.accordion {
  display: none;
}

.free_2months {
  width: 90vw;
  margin: 0 auto;
}
.for1minutes {
  width: 90vw;
  margin: 0 auto;
  padding: 12px min(30px, 2vw);
  font-size: min(32px, 4vw);
  font-weight: bold;
  left: 0px;
  bottom: 1vw;
  margin-left: 5vw;
}

.fv00 {
  background-image: none;
}

.fv00 .header_imagearea_image_sp {
  max-height: 100%;
}
.fv00 .btn-area {
  background-color: #00385f;
  padding: 20px 0;
}

.fv00 .header-btn {
  position: inherit;
  bottom: inherit;
  right: inherit;
  width: inherit;
  font-size: 1rem;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  padding: 10px 30px;
}

.fv02 .header-btn {
  color: #e24f00;
}

.fv03 {
  background-image: url(images/sp-header.png);
  background-size: cover;
}

.fv03 .sp-header-wrapper {
  padding: 20px;
}
.fv03 .sp-header-wrapper h1 {
  font-size: 7.8vw;
  margin-bottom: 20px;
}
.fv03 .fv01-logo {
  width: 70%;
}
.fv03 .header-right {
  width: 100%;
  padding-top: 0;
}
.slider-wapper .slide-title h2 {
  font-size: 24px;
  margin: 0;
}
.slider-wapper .slide-title p {
  font-size: 16px;
  line-height: 32px;
}
.slider-wapper .sub-copy p {
  letter-spacing: 1.4px;
  font-size: 14px;
}
.slick-list {
  padding-top: 20px !important;
}
.slick-prev {
  left: -20px !important;
}

.slick-next {
  right: -20px !important;
}

.clickable-sp {
  font-size: 12px;
  display: block;
}

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