@charset "UTF-8";
/*
Theme Name: Ohori
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
}

h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

section {
  padding: 40px 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.page_wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
}

.head_bar {
  background: #fff;
  padding: 6px;
}

.head_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.logo_block {
  width: calc(100% - 150px);
}

.logo_img {
  width: 100%;
}

.logo_note {
  font-size: 9px;
  margin-top: 2px;
  color: #2f2f2f;
}

.tel_box {
  width: 146px;
  display: flex;
  align-items: center;
}

.kv {
  padding: 0;
  line-height: 0;
}

.kv_visual {
  position: relative;
}

.kv_img {
  width: 100%;
}

.record_block {
  background: linear-gradient(160deg, #0f3f99 0%, #091880 56%, #030558 100%);
  text-align: center;
  color: #f7be3b;
  padding: 26px 16px 18px;
}

.record_text {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.record_text span {
  font-size: 31px;
  letter-spacing: 1px;
}

.apeal_block {
  background: #5284bd;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  position: relative;
}

.apeal_block:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #5284bd;
}

.apeal_block + section {
  padding-top: 35px;
}

.btn_line {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: -1px;
  left: 0;
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 10px 6px 5px;
  z-index: 100;
}

.cta_block {
  background: url(img/bg_cta.png) no-repeat top center/cover;
  padding: 20px 10px;
  text-align: center;
}

.cta_block h2 {
  margin-bottom: 10px;
}

.cta_title {
  margin: -14px -16px 14px;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
  background: linear-gradient(180deg, #5c87ce 0%, #3a5ea8 100%);
}

.cta_button {
  display: block;
  text-align: center;
}

.cta_button {
  margin-top: 20px;
}

.cta_note {
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  font-size: 14px;
}

.cta_float {
  display: none;
}

.trouble_block {
  background: #e7e7e7;
  padding: 28px 24px;
  position: relative;
}

.trouble_block::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e7e7e7;
}

.trouble_block h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.trouble_title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.1;
  font-size: 20px;
}

.trouble_title span {
  font-size: 130%;
  color: #1a4ca7;
}

.trouble_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  list-style: none;
}

.trouble_list li {
  font-weight: 800;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .trouble_list li {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  .trouble_list li + li {
    margin-top: 15px;
  }
}

.trouble_list li::before {
  background: url(img/icon_check.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #19489f;
}

.solve_block {
  background: linear-gradient(90deg, #0f3b99 0%, #0a2d86 50%, #0a3f9b 100%);
  padding: 54px 14px 24px;
}

.solve_title {
  color: #fff;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 20px;
}

.solve_title strong {
  color: #fff59a;
  font-size: 5.5vw;
  font-size: clamp(45px, 5.5vw, 100px);
}

.reason_card {
  max-width: 315px;
  margin: 0 auto 20px;
}

.reason_head {
  background: linear-gradient(180deg, #31c2fd 0%, #000399 100%);
  margin: 0 auto -20px;
  border-radius: 20px;
  display: flex;
  gap: 6px;
  width: 240px;
  align-items: center;
  justify-content: center;
  padding: 4px 0 8px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  position: relative;
}

.reason_text {
  border-radius: 8px;
  background: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  padding: 40px 10px 16px;
}

.case_block {
  background: #d6f7ff;
}

.case_note {
  font-size: 24px;
  font-weight: 800;
}

.case_card {
  max-width: 305px;
  margin: 0 auto 20px;
}

.case_img {
  width: 100%;
}

.case_note {
  text-align: center;
}

.flow_block {
  background: #e7e7e7;
  margin: 0 auto;
  padding-bottom: calc(100 * 100vw / 780);
}
.flow_block h2 {
  max-width: calc(634 * 100vw / 780);
  margin: 0 auto;
  background: #123483;
  font-size: calc(48 * 100vw / 780);
  font-weight: 700;
  color: #fff;
  padding: calc(15 * 100vw / 780) 0 0;
  margin-bottom: calc(70 * 100vw / 780);
  position: relative;
}
.flow_block h2:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: calc(40 * 100vw / 780);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #123483;
  left: 0;
  bottom: calc(-40 * 100vw / 780);
}
.flow_block ul {
  max-width: calc(634 * 100vw / 780);
  margin: 0 auto;
  list-style: none;
}
.flow_block ul li {
  position: relative;
}
.flow_block ul li:before, .flow_block ul li:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(250 * 100vw / 780);
  height: calc(3 * 100vw / 780);
  background: #000;
  bottom: calc(-80 * 100vw / 780);
}
.flow_block ul li:before {
  left: 0;
}
.flow_block ul li:after {
  right: 0;
}
.flow_block ul li + li {
  margin-top: calc(160 * 100vw / 780);
}
.flow_block ul li:nth-of-type(3):before, .flow_block ul li:nth-of-type(3):after {
  display: none;
}
.flow_block ul li:nth-of-type(3) dl:after {
  display: none;
}
.flow_block ul dl {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
.flow_block ul dl:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(54 * 100vw / 780);
  height: calc(30 * 100vw / 780);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #000;
  bottom: calc(-100 * 100vw / 780);
  left: 0;
  right: 0;
  margin: auto;
}
.flow_block ul dl dt img {
  max-width: calc(172 * 100vw / 780);
}
.flow_block ul dl dd h3 {
  font-size: calc(44 * 100vw / 780);
  text-align: left;
  color: #123483;
  font-weight: 700;
}
.flow_block ul dl dd p {
  font-size: calc(32 * 100vw / 780);
  font-weight: 500;
}

.faq_block {
  background: #fff;
  padding: 80px 20px 80px;
}
@media (max-width: 767px) {
  .faq_block {
    padding: 40px 20px;
  }
}

.faq_title {
  margin-bottom: 20px;
}
.faq_title span {
  font-size: 54px;
  font-weight: 700;
  display: block;
  position: relative;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
  .faq_title span {
    font-size: calc(39 * 100vw / 780);
  }
}
.faq_title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 146px;
  height: 6px;
  background: #000;
}
@media (max-width: 767px) {
  .faq_title span:after {
    width: calc(100 * 100vw / 780);
    height: calc(4 * 100vw / 780);
  }
}
.faq_title {
  font-size: 66px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .faq_title {
    font-size: calc(48 * 100vw / 780);
  }
}

.faq_item {
  margin-bottom: 18px;
  background: #deebf2;
}

.faq_question {
  width: 100%;
  height: 44px;
  border: 0;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  display: flex;
  align-items: center;
  /* cursor: pointer; */
  color: #fff;
}

.icon_q {
  background: #103983;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%;
  font-weight: bold;
  font-size: 20px;
  text-indent: 16px;
}

.faq_question .text {
  background: linear-gradient(90deg, #2fadee 17%, #103983 100%);
  width: calc(100% - 50px);
  padding: 10px 20px;
}

.qa_mark {
  width: 49px;
  flex-shrink: 0;
}

.faq_answer {
  width: 100%;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  display: flex;
  padding: 10px 0 12px;
}

.faq_answer p {
  padding: 10px 20px;
}

.faq_answer .icon_a {
  display: flex;
  justify-content: center;
  width: 50px;
  height: 100%;
  text-indent: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #103983;
}

.shop_block,
.contact_block {
  margin-top: 100px;
  padding: 40px 30px 40px;
  background: #103184;
}

.shop_title,
.contact_title {
  width: 180px;
  margin: 0 auto 14px;
  background: #103184;
  color: #fff;
  text-align: center;
  border-radius: 100px 100px 0 0;
  font-size: 20px;
  font-weight: 900;
  padding: 30px 8px 30px;
  margin-top: -110px;
}

.shop_card {
  background: #fff;
  margin-bottom: 45px;
  font-size: 18px;
}

.shop_head {
  background: url(img/bg_heading.png) no-repeat center center/cover;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 28px;
  text-shadow: 1px 0 0 #fff;
}

.shop_row {
  display: flex;
  border-top: 2px solid #a6a6a6;
  padding: 10px 0;
}

.shop_row:first-child {
  border-top: 0;
}

.shop_row dt {
  width: 110px;
  font-weight: 900;
  padding: 10px 0 10px 10px;
}

.shop_row dd {
  flex: 1;
  font-weight: normal;
  padding: 10px;
}

.shop_row .g_map {
  display: inline-block;
  border-radius: 12px;
  background: #121212;
  color: #fff;
  margin-top: 10px;
  padding: 4px 20px;
  font-weight: 700;
}

.shop_row .g_map img {
  vertical-align: middle;
  margin-top: -4px;
}

.shop_card .inner {
  padding: 0 20px 30px;
}

.shop_card + .shop_card .inner {
  padding-bottom: 10px;
}

.shop_row dt,
.shop_row dd {
  font-size: calc(27 * 100vw / 780);
}
@media (min-width: 768px) {
  .shop_row dt a[href^="tel:"],
  .shop_row dd a[href^="tel:"] {
    pointer-events: none;
  }
}
.shop_row dt {
  width: calc(170 * 100vw / 780);
}

.note {
  font-weight: normal;
}
@media (max-width: 767px) {
  .note {
    font-size: calc(27 * 100vw / 780);
  }
}

.contact_block {
  background: #103184;
  padding: 50px 16px 34px;
}

.contact_form {
  max-width: 325px;
  margin: 0 auto;
}

.form_label {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  margin-top: 12px;
  margin-bottom: 6px;
}

.form_label + br,
.file_button br {
  display: none;
}

.form_label span {
  background: #ed2121;
  padding: 3px 4px;
  margin-left: 5px;
  font-size: 85%;
  vertical-align: middle;
}

.form_label .optional {
  background: #49524a;
}

.form_input,
.form_textarea {
  width: 100%;
  border: 0;
  background: #fff;
  padding: 10px;
  font-size: 16px;
}

.form_textarea {
  min-height: 130px;
  resize: vertical;
}

.file-type {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}

.file_button {
  display: block;
  width: 258px;
  margin: 8px auto 14px;
  text-align: center;
  border-radius: 22px;
  background: #fff;
  padding: 8px;
  font-size: 17px;
  font-weight: 700;
  color: #303030;
}

.file_button img {
  vertical-align: middle;
  margin-top: -6px;
}

.file_button input {
  display: none;
}

.privacy_check {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 30px;
  font-weight: normal;
}

.privacy_check input {
  margin-right: 6px;
}

.send_button {
  width: 280px;
  display: block;
  margin: 50px auto 40px;
  border-radius: 40px;
  border: 2px solid #fff;
  color: #fff;
  background: #181063;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  cursor: pointer;
}

.send_button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.foot_bar {
  text-align: center;
  font-size: 8px;
  background: #fff;
  padding: 14px 0;
}

.file_box {
  display: block;
  margin: 30px 0 10px;
}

.file_box .form_label {
  margin: 0;
}

.codedropz-upload-inner,
.codedropz-upload-inner h3,
.dnd-upload-counter {
  font-size: 18px !important;
  color: #fff;
}

.cd-upload-btn {
  text-decoration: underline !important;
}

.dnd-upload-counter {
  font-size: 14px !important;
}

.dnd-upload-status .dnd-upload-details .name,
.dnd-upload-status .dnd-upload-details .name em {
  color: #fff !important;
  font-size: 15px;
}

.dnd-upload-status .dnd-upload-image span.file {
  background-color: #fff !important;
}

.contact_form .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ff2727;
  font-weight: bold;
  font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 18px;
  margin: 40px 0;
  padding: 40px 20px;
  color: #fff !important;
  text-align: center;
}

.codedropz-upload-handler {
  margin-top: 10px;
}

.dnd-upload-status .dnd-upload-details .name {
  padding: 0 !important;
}

.privacy_check a {
  text-decoration: underline;
}

.privacy_check {
  margin: 20px 0;
}

.privacy_check input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.pc_v {
  display: none !important;
}

@media (min-width: 768px) {
  body {
    font-size: 26px;
  }
  h2 {
    font-size: 30px;
  }
  .solve_title {
    font-size: 52px;
  }
  h3 {
    font-size: 26px;
  }
  .pc_v {
    display: block !important;
  }
  .sp_v {
    display: none !important;
  }
  section {
    padding: 80px 0;
  }
  .page_wrap {
    max-width: 100%;
  }
  .wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .head_bar {
    padding: 10px 10px 5px;
  }
  .logo_block {
    width: 440px;
  }
  .tel_box {
    width: 280px;
  }
  .btn_box {
    display: flex;
    gap: 48px;
    justify-content: center;
  }
  .cta_block {
    background: url(img/bg_cta_pc.png) no-repeat top center/cover;
    padding: 60px 0 40px;
  }
  .cta_note {
    font-size: 22px;
  }
  .trouble_block {
    padding: 80px 0 100px;
  }
  .trouble_block h2 {
    position: relative;
    border: none;
  }
  .trouble_block h2:after {
    content: "";
    width: 777px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .trouble_title {
    margin-bottom: 60px;
    font-size: 43px;
  }
  .trouble_list {
    display: flex;
    flex-wrap: wrap;
  }
  .trouble_list li {
    width: 50%;
    padding-left: 54px;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .trouble_list li::before {
    width: 40px;
    height: 40px;
  }
  .trouble_list li:nth-child(2) {
    order: 2;
    margin-bottom: 0;
  }
  .trouble_list li:nth-child(3) {
    order: 1;
  }
  .trouble_list li:nth-child(4) {
    order: 4;
    margin-bottom: 0;
  }
  .trouble_block::after {
    bottom: -60px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 60px solid #e7e7e7;
  }
  .solve_block {
    padding: 100px 0 60px;
  }
  .reason_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 58px;
    margin-top: 40px;
  }
  .reason_wrap > div {
    width: calc(50% - 29px);
    max-width: none;
  }
  .reason_wrap > div:nth-child(2) {
    order: 2;
  }
  .reason_wrap > div:nth-child(3) {
    order: 1;
  }
  .reason_wrap > div:nth-child(4) {
    order: 4;
  }
  .reason_head {
    width: 300px;
    font-size: 22px;
  }
  .reason_head img {
    margin-right: 10px;
  }
  .reason_card .reason_text {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
  }
  .case_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0 50px;
  }
  .case_card {
    max-width: calc(50% - 25px);
  }
  .case_title,
  .case_note {
    font-size: 50px;
    text-shadow: 0 0 1px #000;
  }
  .apeal_block {
    padding: 16px 0px;
    font-size: 56px;
    text-shadow: 0 0 1px #fff;
  }
  .apeal_block:after {
    bottom: -78px;
    border: 40px solid transparent;
    border-top: 40px solid #5284bd;
  }
  .flow_block {
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .flow_block h2 {
    max-width: 935px;
    margin: 0 auto;
    background: #123483;
    font-size: 66px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 0;
    margin-bottom: 60px;
    position: relative;
  }
  .flow_block h2:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 100%;
    height: 30px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #123483;
    left: 0;
    bottom: -29px;
  }
  .flow_block ul {
    max-width: 850px;
    margin: 0 auto;
    list-style: none;
  }
  .flow_block ul li {
    position: relative;
  }
  .flow_block ul li:before, .flow_block ul li:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 360px;
    height: 3px;
    background: #000;
    bottom: -80px;
  }
  .flow_block ul li:before {
    left: 0;
  }
  .flow_block ul li:after {
    right: 0;
  }
  .flow_block ul li + li {
    margin-top: 160px;
  }
  .flow_block ul li:nth-of-type(3):before, .flow_block ul li:nth-of-type(3):after {
    display: none;
  }
  .flow_block ul li:nth-of-type(3) dl:after {
    display: none;
  }
  .flow_block ul dl {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
  }
  .flow_block ul dl:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 44px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #000;
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .flow_block ul dl dd h3 {
    font-size: 60px;
    text-align: left;
    color: #123483;
    font-weight: 700;
  }
  .flow_block ul dl dd p {
    font-size: 43px;
    font-weight: 500;
  }
  .faq_title {
    margin: 0 auto 40px;
  }
  .faq_title img {
    width: 100%;
  }
  .faq_item {
    max-width: 920px;
    margin: 0 auto 50px;
  }
  .faq_question {
    height: 50px;
    font-size: 36px;
  }
  .faq_answer {
    font-size: 32px;
  }
  .faq_question .icon_q,
  .faq_answer .icon_a {
    width: 100px;
    font-size: 50px;
    text-indent: 20px;
  }
  .icon_q {
    height: auto;
  }
  .shop_block,
  .contact_block {
    margin-top: 160px;
  }
  .shop_title,
  .contact_title {
    width: 250px;
    border-radius: 150px 150px 0 0;
    font-size: 28px;
    padding: 40px 8px 50px;
    margin-top: -140px;
    margin-bottom: 30px;
  }
  .shop_card {
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .shop_card .inner {
    padding: 20px 35px 30px;
  }
  .shop_row dt {
    width: 140px;
    font-size: 20px;
  }
  .shop_row dd {
    font-size: 20px;
  }
  .shop_row .g_map {
    padding: 6px 16px;
    font-size: 18px;
  }
  .shop_row .g_map img {
    width: 20px;
  }
  .contact_form {
    max-width: 600px;
  }
  .send_button {
    width: 320px;
    border-radius: 40px;
    margin-top: 30px;
    font-size: 24px;
    padding: 12px;
  }
  .contact_block input {
    font-size: 18px;
  }
  .form_label {
    margin-top: 30px;
    font-size: 18px;
  }
  .privacy_check {
    font-size: 18px;
  }
  .foot_bar {
    font-size: 14px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .codedropz-upload-handler {
    border: none !important;
  }
  .codedropz-upload-container {
    padding: 0 !important;
  }
  .codedropz-upload-inner h3,
  .codedropz-upload-inner > span,
  .dnd-upload-counter {
    display: none !important;
  }
  .cd-upload-btn {
    background: url(img/btn_file.png) no-repeat 0 0/contain;
    display: block;
    width: 280px;
    height: 48px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-indent: -1300px;
  }
}/*# sourceMappingURL=style.css.map */