@charset "UTF-8";
/*
 fv
 about
 reason
 franchise
 safety
 introduction_system
 summary
 offering_area
 flow
 form
 footer
*/

body {
  background: #f0f2f3;
  color: #0e0e0e;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  min-width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

a {
  transition: all .3s;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}

img {
  vertical-align: bottom;
}

/* 個別 sp pc表示非表示 */
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


.c_inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.c_heading {
  font-size: 35px;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: 80px;
}
.c_heading::after {
  content: '';
  display: block;
  height: 4px;
  width: 120px;
  background-color: #fff32d;
  margin: 30px auto 0;
}
.c_heading.color_w {
  color: #fff;
}
.c_heading.line_w::after {
  background-color: #fff;
}
.c_heading .sm_text {
  font-size: 22px;
  letter-spacing: .05em;
  display: block;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .c_heading {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .c_heading::after {
    height: 3px;
    width: 100px;
  }
  .c_heading .sm_text {
    font-size: 16px;
  }
}

.fv {
  background: #0c92fa;
}

.fv_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0 30px;
}

@media screen and (min-width: 768px) {
  .fv_logo_mark {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    top: 78px;
  }
}

@media screen and (max-width: 767px) {
  .fv_header {
    padding: 20px 0 0 10px;
  }
  .fv_logo {
    width: 100px;
  }
  .fv_button {
    max-width: 200px;
  }
  .fv_logo_mark {
    max-width: 200px;
    margin-top: 30px;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}

.fv_main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  margin: 60px auto 0;
}

.fv_title {
  color: #fff32d;
  width: 60%;
  text-align: center;
}

.fv_title_txt01 {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
  position: relative;
  padding: 0 50px;
}
.fv_title_txt01::before, .fv_title_txt01::after {
  content: '';
  display: block;
  position: absolute;
}
.fv_title_txt01::before {
  background: url(../images/fv_slash01.png) no-repeat center/contain;
  width: 57px;
  height: 93px;
  left: 0;
  top: -4px;
}
.fv_title_txt01::after {
  background: url(../images/fv_slash02.png) no-repeat center/contain;
  width: 61px;
  height: 79px;
  right: 0;
  top: 0;
}
.fv_title_txt01 .lg {
  color: #fff32d;
  font-size: 25px;
  background-image: radial-gradient(circle at center, #fff32d 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.4em; /* 点の間隔とサイズ調整 */
  padding-top: .2em; /* 縦方向の位置調整 */
}

@media screen and (min-width: 768px) {
  .fv_title {
    min-width: 650px;
  }
}

@media screen and (max-width: 767px) {
  .fv_main {
    flex-direction: column;
  }
  .fv_title {
    width: 98%;
  }
  .fv_title_txt01 {
    font-size: 18px;
    padding: 0 40px;
  }
  .fv_title_txt01 .lg {
    font-size: 20px;
  }
}

.fv_title_main {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.fv_title_main_text {
  font-style: italic;
  display: block;
  align-content: center;
  margin-left: 10px;
}
.fv_title_txt02 {
  font-size: 56px;
  display: block;
  letter-spacing: .05em;
}
.fv_title_txt03 {
  font-size: 68px;
  display: block;
  letter-spacing: .05em;
}

.fv_slide_wrap {
  position: relative;
  top: -40px;
}
.fv_slide_under_txt {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .fv_title_main {
    justify-content: center;
    margin-top: 20px;
  }
  .fv_title_text_img {
    width: 90px;
  }
  .fv_title_txt02 {
    font-size: 32px;
  }
  .fv_title_txt03 {
    font-size: 40px;
  }
  .fv_main_img_wrap {
    width: 80%;
    margin: 20px auto 0;
    text-align: center;
  }
  .fv_slide_under_txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

.about {
  background: url(../images/about_bg.png) no-repeat right/cover;
  padding: 100px 0 200px;
}

.about_cont_box {
  background-color: #fff;
  border-radius: 10px;
  max-width: 870px;
  width: 92%;
  margin: 0 auto;
  position: relative;
  padding: 60px 100px;
  text-align: center;
}
.about_cont_box .c_heading {
  font-size: 30px;
  margin-bottom: 50px;
}
.about_cont_box mark {
  background-color: #fff32d;
}
.about_cont_box p:not(:last-of-type) {
  margin-bottom: 30px;
}
.about_img {
  position: absolute;
  top: -20px;
  left: -22%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 100px 0 160px;
  }
  .about_cont_box {
    font-size: 14px;
    padding: 30px 20px;
    text-align: left;
  }
  .about_cont_box .c_heading {
    font-size: 18px;
  }
  .about_img {
    display: none;
  }
}

.reason {
  background-color: #0a195a;
  padding: 160px 0;
  clip-path: polygon(0 0, 100% 100px, 100% calc(100% - 100px), 0 100%);
  margin-top: -100px;
}

.reason_list {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.reason_list li {
  font-size: 18px;
  width: 30%;
  text-align: center;
}
.reason_list li p {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  .reason {
    clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
    padding: 100px 0 80px;
  }
  .reason_list {
    flex-direction: column;
  }
  .reason_list li {
    font-size: 16px;
    width: 80%;
    margin: 0 auto 20px;
  }
  .reason_list li p {
    margin-top: 10px;
  }
}

.franchise {
  padding: 60px 0 30px;
  position: relative;
}
.franchise_operation_item {
  margin-bottom: 70px;
}
.franchise_operation_item .item_title {
  background-color: #1b2147;
  border-radius: 5px;
  color: #fff;
  font-size: 23px;
  letter-spacing: .05em;
  line-height: 1.4;
  padding: 20px 50px;
  width: 50%;
  position: relative;
  z-index: 2;
}

.franchise_operation_item .num {
  font-size: 26px;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .franchise_operation_item .item_title {
    font-size: 16px;
    padding: 10px 20px;
    width: 90%;
  }
  .franchise_operation_item .num {
    font-size: 20px;
  }
}

.franchise_detail {
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin-left: 50px;
  margin-top: -32px;
}
.franchise_detail .text_wrap {
  padding: 60px 50px 30px;
}
.franchise_detail .text_wrap .sm {
  font-size: 13px;
}
.franchise_detail + .attention {
  font-size: 13px;
  letter-spacing: .05em;
  margin-left: 50px;
  margin-top: 10px;
}
.franchise_detail .text_deco {
  background-color: #e7e7e4;
  display: inline-block;
  line-height: 1.8;
  margin: 20px 0;
  padding: 0 6px;
}
.franchise_detail .text_deco + p {
  word-break: auto-phrase;
}

.franchise_bg_img01 {
  position: absolute;
  bottom: -16%;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .franchise_detail {
    flex-direction: column;
    margin-left: 20px;
    margin-top: -24px;
  }
  .franchise_detail .text_wrap {
    padding: 60px 20px 30px;
  }
  .franchise_detail img {
    border-radius: 10px;
    height: 53vw;
    object-fit: cover;
  }
  .franchise_detail + .attention {
    margin-left: 20px;
  }
  .franchise_bg_img01 {
    bottom: -4%;
    right: 0;
    max-width: 120px;
  }
}

.safety {
  background-color: #0c92fa;
  clip-path: polygon(0 0, 100% 100px, 100% calc(100% - 100px), 0 100%);
  position: relative;
  padding: 160px 0;
}
.safety_img01 {
  position: absolute;
  z-index: 2;
  top: 140px;
  left: 2%;
}

.safety_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.safety_item {
  color: #fff;
  width: 46%;
}
.safety_item.w_100 {
  width: 100%;
  margin-top: 100px;
}
.safety_list_title {
  font-size: 22px;
  letter-spacing: .05em;
  line-height: 1.6;
  margin: 30px 0;
}
.safety_list_title .text_emph {
  color: #fff32d;
}

@media screen and (max-width: 767px) {
  .safety {
    clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
    padding: 120px 0;
  }
  .safety_img01 {
    left: -6%;
    max-width: 120px;
  }
  .safety_list {
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    gap: 50px 0;
  }
  .safety_item {
    width: 100%;
    font-size: 14px;
  }
  .safety_item.w_100 {
    margin-top: 0;
  }
  .safety_list_title {
    font-size: 18px;
    margin: 20px 0;
  }
}

.introduction_system {
  position: relative;
  padding: 50px 0;
}
.system_img01 {
  position: absolute;
  z-index: 2;
  top: -200px;
  right: 2%;
}
.system_img_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .system_img01 {
    max-width: 120px;
    top: -150px;
    right: 0;
  }
}

.summary {
  background: url(../images/summary_bg.png) no-repeat left/cover;
  clip-path: polygon(0 0, 100% 100px, 100% calc(100% - 100px), 0 100%);
  padding: 160px 0 200px;
  z-index: 2;
  position: relative;
}
.summary_box {
  background-color: #fff;
  border-radius: 10px;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}
.summary_box dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 0;
  width: max-content;
  max-width: 820px;
  margin: 0 auto;
}
.summary_box dt {
  background: #e7e7e4;
  font-weight: 700;
  padding: 4px 30px;
  text-align-last: justify;
}
.summary_box dd {
  margin-left: 20px;
}
.summary_box .sm {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .summary {
    clip-path: polygon(0 0, 100% 40px, 100% calc(100% - 40px), 0 100%);
    padding: 100px 0 100px;
  }
  .summary_box dl {
    gap: 20px 0;
    width: inherit;
    align-items: start;
    font-size: 14px;
  }
  .summary_box dt {
    padding: 4px 10px;
  }
  .summary_box .sm {
    font-size: 11px;
  }
}

.offering_area {
  background-color: #fff32d;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 100px));
  padding: 160px 0;
  margin-top: -100px;
}
.offering_area_cont {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.offering_subtitle {
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.area_img_wrap {
  margin-left: 0;
  margin-top: -160px;
}

@media screen and (max-width: 767px) {
  .offering_area {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    padding: 160px 0 80px;
  }
  .offering_area_cont {
    width: 90%;
    margin: 0 auto;
  }
  .offering_subtitle {
    font-size: 16px;
    top: -1em;
  }
  .area_img_wrap {
    margin-top: 0;
  }
}

.flow {
  padding: 80px 0;
}

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


.form {
  margin-top: 100px;
  padding-top: 80px;
}

.form_wrap {
  background-color: #fff;
  border-radius: 15px;
  padding: 90px 100px 100px;
}

@media screen and (max-width: 767px) {
  .form {
    margin-top: 10px;
    padding-top: 40px;
  }
  .form_wrap {
    padding: 50px 20px 60px;
  }
}

.form_table{
  width: 100%;
}

.form_table th {
  text-align: left;
  vertical-align: middle;
  padding: 14px;
  width: 285px;
  font-size: 18px;
  letter-spacing: .05em;
}

.form_table th.align_top {
  vertical-align: top;
  margin-top: 10px;
  padding: 24px 14px 14px;
}

.form_table .input_tag {
  font-size: 12px;
  line-height: 1.6;
  padding: 0 5px 1px;
  border-radius: 2px;
  float: right;
  color: #fff;
  margin-top: 6px;
}
.form_table .req {
  background: #c90000;
}
.form_table .option {
  background: #8c8c8c;
}
.form_table td {
  padding: 14px;
  position: relative;
}
.form_table td input[type="text"],
.form_table td input[type="email"],
.form_table td input[type="tel"],
.form_table td textarea {
  display: block;
  width: 100%;
  border: solid 1px #b1b1b1;
  border-radius: 4px;
  background-color: #fafafa;
  padding: 15px;
}

.input_addr_group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .input_addr_group {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .form_table td.input_addr input {
    width: calc(100% - 7.5em);
    margin-left: 1em;
  }
}

input::placeholder, textarea::placeholder {
  color: #cacaca;
}

.form_table .error {
  color: #c90000;
}

.form_table td textarea {
  min-height: 120px;
}
.form_table td input[type="radio"] {
  appearance: none;
  margin: 0;
}

.radio_wrap label {
  position: relative;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  letter-spacing: .05em;
  width: 10em;
}
/*.radio_wrap label:not(:first-of-type) {
  margin-left: 20px;
}*/
.form_table td input[type="radio"] + span {
  position: relative;
  padding-left: 34px;
}
.form_table td input[type="radio"] + span:before {
  content: '';
  display: inline-block;
  border: 1px solid #b1b1b1;
  border-radius: 3em;
  background: #fafafa;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.form_table td input[type="radio"]:checked + span::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #282828;
  border-radius: 3em;
  position: absolute;
  top: 50%;
  left: 7px;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .form_table th,
  .form_table td {
    width: 100%;
    display: block;
  }
  .form_table th {
    font-size: 16px;
  }
  .radio_wrap label {
    font-size: 16px;
  }
}

.privacy_ttl {
  font-size: 18px;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 60px;
}
.privacy_box {
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  padding: 20px;
}
.privacy_box p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.privacy_box .privacy_ttl {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.privacy_inner {
  height: 180px;
  overflow-y: scroll;
}

.submit_btn_wrap {
  margin-top: 80px;
  text-align: center;
}

.form__submit {
  background: #a4a4a4;
  border-radius: 10em;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 26px;
  width: 260px;
  position: relative;
  transition: .3s ease;
}
.form__submit:hover {
  opacity: .8;
}
.button_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}

.form__submit_back,
.thanks_btn {
  background: #f4f4f4;
  border-radius: 10em;
  cursor: pointer;
  font-size: 14px;
  padding: 20px;
  width: 150px;
}

.contact_lead {
  text-align: center;
}
.form.confirm {
  max-width: 1000px;
  margin: 0 auto;
}
.form.confirm .form_wrap {
  margin-top: 60px;
  padding: 60px 50px;
}

.thanks_msg {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.thanks_btn_wrap {
  color: #282828;
  margin-top: 40px;
}

.footer {
  background: #1b2147;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1.8;
  margin-top: 160px;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px;
}

.company_info {
  font-size: 14px;
}
.company_info .mt {
  margin-top: 6px;
}
.company_info .lg {
  font-size: 18px;
}

.footer .sns_list {
  display: flex;
  justify-content: center;
  gap: 20px 30px;
}

.copyright {
  background-color: #070c29;
  font-size: 13px;
  display: block;
  letter-spacing: 0;
  padding: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 100px;
  }
  .company_info {
    font-size: 12px;
  }
  .company_info .lg {
    font-size: 14px;
  }
  .footer .sns_list {
    gap: 20px 16px;
  }
  .footer .sns_list img {
    max-width: 34px;
  }
}
