@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
th,
td,
a {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

img {
  pointer-events: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=email],
input[type=text],
input[type=password],
input[type=submit],
input[type=button],
input[type=radio],
input[type=tel],
textarea,
select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=email]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=password]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=radio]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=radio]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  letter-spacing: 0;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
  background-color: #f4f3ee;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: max(100%, 1200px);
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

picture {
  width: 100%;
}

figure {
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
}

img,
a {
  display: block;
}

.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.fadein.init {
  opacity: 1;
}

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

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

.font {
  font-family: "ruika", sans-serif;
  font-weight: 100;
  font-weight: 500;
  font-style: normal;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  font-weight: 200;
  font-style: normal;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Handsel";
  font-weight: 400; /* 例: 通常の太さ */
  font-style: normal; /* 例: 通常のスタイル */
  src: url("../font/handsel-rebk-webfont.woff2") format("woff2"), url("../font/handsel-rebk-webfont.woff") format("woff"), url("../font/handsel-rebk-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "DIN Alternate";
  font-weight: 400; /* 例: 通常の太さ */
  font-style: normal; /* 例: 通常のスタイル */
  src: url("../font/din_alternate_bold-webfont.woff2") format("woff2"), url("../font/din_alternate_bold-webfont.woff") format("woff"), url("../font/din_alternate_bold-webfont.ttf") format("truetype");
}
header {
  position: absolute;
  padding-top: 20px;
  padding-left: 40px;
  top: 0;
  left: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 16px;
    padding-left: 10px;
  }
}
header .header_section .site_name h1 {
  font-size: 30px;
  font-family: "ruika", sans-serif;
  font-weight: 100;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .header_section .site_name h1 {
    font-size: 17px;
    color: #000000;
  }
}
header .header_section .site_name h1 span {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header .header_section .site_name h1 span {
    font-size: 10px;
    color: #000000;
  }
}

footer {
  padding-top: 20px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 85px;
  }
}
footer .footer_section .site_name h3 {
  font-size: 30px;
  font-family: "ruika", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_section .site_name h3 {
    font-size: 20px;
  }
}
footer .footer_section .site_name h3 span {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_section .site_name h3 span {
    font-size: 12px;
  }
}
footer .footer_section small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer_section small {
    margin-top: 10px;
    font-size: 10px;
  }
}

main .main_visual_section {
  width: 100%;
}
main .main_visual_section .main_visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .main_visual_section .main_visual .background {
  width: 100%;
}
main .main_visual_section .main_visual .concept {
  position: absolute;
  left: 0;
}
main .main_visual_section .main_visual .concept .catchcopy p {
  font-size: 74px;
  font-weight: 800;
  letter-spacing: 0.03em;
  background-color: #ffffff;
  line-height: 110px;
}
main .main_visual_section .main_visual .concept .catchcopy p span {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.03em;
}
main .fee_section {
  padding: 30px 0 45px 0;
}
@media screen and (max-width: 767px) {
  main .fee_section {
    padding: 30px 0 40px 0;
  }
}
main .fee_section .inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner {
    width: 90%;
  }
}
main .fee_section .inner .section_title {
  text-align: center;
}
main .fee_section .inner .section_title .en {
  display: block;
  font-size: 28px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #7b8488;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .section_title .en {
    font-size: 16px;
  }
}
main .fee_section .inner .section_title h2 {
  margin-top: 15px;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .section_title h2 {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .fee_section .inner .table_wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper {
    margin-top: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
}
main .fee_section .inner .table_wrapper .fee_table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table {
    display: block;
    width: 750px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_thead {
    margin-left: 0;
    height: 60px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  background-color: #ff7600;
  border-radius: 8px 8px 0 0;
  border-top: solid 1px #333333;
  border-left: solid 1px #333333;
  border-right: solid 1px #333333;
  border-right: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head {
    padding-top: 5px;
    width: 150px;
    font-size: 15px;
    line-height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head:first-child {
  background-color: #f4f3ee;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head:first-child {
    position: sticky;
    left: 0;
    width: 149px;
    z-index: 10;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head:nth-child(2) {
  border-left: solid 1px #333333;
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head:last-child {
  border-right: solid 1px #333333;
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head p {
    font-size: 15px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head p span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head p span {
    font-size: 12px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.03em;
  border-top: 2px solid #ffffff;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head .time {
    width: 136px;
    font-size: 12px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head .time img {
  margin-right: 5px;
  width: 18px;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_thead .fee_table_thead_head .time img {
    font-size: 14px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #333333;
  border-top: none;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block {
    height: 84px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block:first-child {
  border-top: solid 1px #333333;
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_head {
  padding-top: 12px;
  padding-left: 20px;
  width: 199px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  background-color: #7b8488;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_head {
    position: sticky;
    padding-top: 10px;
    padding-left: 15px;
    left: 0;
    width: 149px;
    font-size: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    z-index: 10;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_head span {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_head span {
    font-size: 12px;
    line-height: 16px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-left: solid 1px #333333;
  background-color: #efefef;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_data {
    width: 150px;
    font-size: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_data:nth-child(odd) {
  background-color: #ffffff;
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_data span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_data span {
    font-size: 15px;
  }
}
main .fee_section .inner .table_wrapper .fee_table .fee_table_tbody .tbody_block .tbody_block_data span.ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  width: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .fee_section .inner .fee_notes {
  margin-top: 20px;
}
main .fee_section .inner .fee_notes p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main .fee_section .inner .fee_notes p {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 22px;
  }
}
main .problem_section {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #7b8488;
  color: #fff;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .problem_section {
    padding-top: 25px;
  }
}
main .problem_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -99px;
  width: 100%;
  height: 100px;
  background: #7b8488;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 767px) {
  main .problem_section::after {
    bottom: -29px;
    height: 30px;
  }
}
main .problem_section .inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .problem_section .inner {
    width: 100%;
  }
}
main .problem_title {
  font-size: 46px;
  font-weight: 900;
  color: #ffffff;
  line-height: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .problem_title {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .comparison_img {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .comparison_img {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
main .comparison_img img {
  width: 100%;
}
main .problem_desc {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .problem_desc {
    margin-top: 12px;
  }
}
main .problem_desc p {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .problem_desc p {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 24px;
  }
}
main .checklist_section {
  padding: 150px 0 130px;
}
@media screen and (max-width: 767px) {
  main .checklist_section {
    padding: 60px 0 100px;
  }
}
main .checklist_section .inner {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
@media screen and (max-width: 767px) {
  main .checklist_section .inner {
    width: 100%;
  }
}
main .checklist_section .section_title_wrap {
  text-align: center;
}
main .checklist_section .section_title_wrap .sub_title {
  font-size: 36px;
  font-weight: bold;
  color: #7b8488;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  main .checklist_section .section_title_wrap .sub_title {
    font-size: 16px;
  }
}
main .checklist_section .section_title_wrap .main_title {
  margin-top: 20px;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .checklist_section .section_title_wrap .main_title {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .checklist {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 885px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  main .checklist {
    margin-top: 25px;
    width: 80%;
  }
}
main .checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .checklist li {
    margin-top: 20px;
  }
}
main .checklist li:first-child {
  margin-top: 0;
}
main .checklist li .num {
  font-size: 40px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  main .checklist li .num {
    font-size: 26px;
  }
}
main .checklist li .text {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .checklist li .text {
    margin-left: 10px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
}
main .checklist li .check_box {
  width: 50px;
  height: 50px;
  border: 3px solid #000000;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .checklist li .check_box {
    width: 32px;
    height: 32px;
    border: solid 2px #000000;
  }
}
main .checklist li .check_box.is-checked::after {
  content: "";
  position: absolute;
  left: 18px;
  top: -13px;
  width: 25px;
  height: 50px;
  border-right: 6px solid #ff7600;
  border-bottom: 6px solid #ff7600;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  main .checklist li .check_box.is-checked::after {
    left: 12px;
    top: -6px;
    width: 15px;
    height: 30px;
    border-right: 4px solid #ff7600;
    border-bottom: 4px solid #ff7600;
  }
}
main .btn_wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  main .btn_wrap {
    margin-top: 30px;
  }
}
main .btn_wrap .btn_diagnosis {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 580px;
  height: 130px;
  border: 4px solid #000000;
  border-radius: 65px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  line-height: 112px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  main .btn_wrap .btn_diagnosis {
    width: 300px;
    height: 60px;
    font-size: 18px;
    letter-spacing: 0.05em;
    border: solid 2px #000000;
    border-radius: 30px;
    line-height: 56px;
  }
}
main .btn_wrap .btn_diagnosis:hover {
  background-color: #000;
  color: #ffffff;
}
main .banner_section {
  background-color: #7b8488;
  padding: 65px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .banner_section {
    padding: 60px 0 40px;
  }
}
main .banner_section .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
}
@media screen and (max-width: 767px) {
  main .banner_section .inner {
    width: 90%;
  }
}
main .banner_section .inner .banner_title {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main .banner_section .inner .banner_title {
    font-size: 20px;
  }
}
main .banner_section .inner .cta_link_box {
  margin-top: 30px;
  background-color: #ff7600;
  border-radius: 10px;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  color: #000;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  main .banner_section .inner .cta_link_box {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    width: 338px;
    height: 160px;
  }
}
main .banner_section .inner .cta_link_box .machine_img {
  margin-left: 48px;
  width: 92px;
}
@media screen and (max-width: 767px) {
  main .banner_section .inner .cta_link_box .machine_img {
    position: absolute;
    margin-left: 0;
    left: 17px;
    bottom: 19px;
    width: 64px;
  }
}
main .banner_section .inner .cta_link_box .machine_img img {
  width: 100%;
  height: auto;
}
main .banner_section .inner .cta_link_box .cta_text_content {
  margin-left: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .banner_section .inner .cta_link_box .cta_text_content {
    margin-left: 0;
  }
}
main .banner_section .inner .cta_link_box .cta_text_content .sub_msg {
  font-weight: bold;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  main .banner_section .inner .cta_link_box .cta_text_content .sub_msg {
    font-size: 20px;
  }
}
main .banner_section .inner .cta_link_box .cta_text_content .main_msg {
  margin-top: 18px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .banner_section .inner .cta_link_box .cta_text_content .main_msg {
    margin-top: 16px;
    margin-left: auto;
    margin-right: 30px;
    width: 218px;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.03em;
    text-align: left;
  }
}
main .banner_section .vehicle_img {
  position: absolute;
  width: 262px;
  z-index: 6;
  opacity: 0.9;
}
@media screen and (max-width: 767px) {
  main .banner_section .vehicle_img {
    width: 130px;
  }
}
main .banner_section .vehicle_img.van {
  top: -46px;
  left: -230px;
}
@media screen and (max-width: 767px) {
  main .banner_section .vehicle_img.van {
    top: -90px;
    left: calc(50% - 140px);
  }
}
main .banner_section .vehicle_img.truck {
  top: 16px;
  right: -268px;
  width: 302px;
}
@media screen and (max-width: 767px) {
  main .banner_section .vehicle_img.truck {
    top: -118px;
    right: calc(50% - 140px);
    width: 151px;
  }
}
main .banner_section .vehicle_img img {
  width: 100%;
  height: auto;
}
main .merit_section {
  padding: 55px 0 80px 0;
}
@media screen and (max-width: 767px) {
  main .merit_section {
    padding: 40px 0 60px;
  }
}
main .merit_section .inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .merit_section .inner {
    width: 100%;
  }
}
main .merit_section .section_title {
  text-align: center;
}
main .merit_section .section_title .en {
  display: block;
  font-size: 28px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #7b8488;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .merit_section .section_title .en {
    font-size: 16px;
  }
}
main .merit_section .section_title h2 {
  margin-top: 15px;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .merit_section .section_title h2 {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .merit_list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  main .merit_list {
    margin-top: 35px;
  }
}
main .merit_item {
  margin-top: 40px;
  background-color: #7b8488;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  width: 930px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  main .merit_item {
    display: block;
    position: relative;
    margin-top: 20px;
    padding: 6px 20px 0 38px;
    width: 310px;
    height: 300px;
  }
}
main .merit_item:first-child {
  margin-top: 0;
}
main .merit_item:nth-child(even) {
  margin-left: auto;
}
main .merit_item .merit_num {
  font-size: 88px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #fb9b48;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .merit_item .merit_num {
    font-size: 60px;
  }
}
main .merit_item .merit_content {
  margin-left: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  main .merit_item .merit_content {
    margin-top: 7px;
    margin-left: 0;
  }
}
main .merit_item .merit_content h3 {
  font-size: 46px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .merit_item .merit_content h3 {
    font-size: 28px;
  }
}
main .merit_item .merit_content p {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main .merit_item .merit_content p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
main .merit_item .merit_icon {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main .merit_item .merit_icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 90px;
  }
}
main .merit_item .merit_icon img {
  width: 100%;
  height: auto;
}
main .movie_block {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .movie_block {
    margin-top: 60px;
    width: 90%;
  }
}
main .movie_block .video_container {
  position: relative;
  padding-top: 56.25%;
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
}
main .movie_block .video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
main .movie_block .movie_caption {
  margin-top: 20px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .movie_block .movie_caption {
    margin-top: 12px;
    font-size: 14px;
  }
}
main .voice_section {
  background-color: #fb9b48;
  padding: 55px 0 130px 0;
}
@media screen and (max-width: 767px) {
  main .voice_section {
    padding: 30px 0 50px;
  }
}
main .voice_section .section_title {
  text-align: center;
}
main .voice_section .section_title .en {
  display: block;
  font-size: 28px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .voice_section .section_title .en {
    font-size: 16px;
  }
}
main .voice_section .section_title h2 {
  font-size: 46px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .voice_section .section_title h2 {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .voice_container {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  main .voice_container {
    margin-top: 30px;
  }
}
main .voice_card {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  main .voice_card {
    width: 300px;
  }
}
main .voice_card .voice_img {
  width: 100%;
  height: auto;
}
main .voice_card .voice_img img {
  width: 100%;
  height: auto;
  display: block;
}
main .voice_card .voice_text {
  padding: 40px 30px;
  height: 294px;
}
@media screen and (max-width: 767px) {
  main .voice_card .voice_text {
    padding: 18px;
    height: 260px;
  }
}
main .voice_card .voice_text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main .voice_card .voice_text h3 {
    font-size: 16px;
  }
}
main .voice_card .voice_text p {
  margin-top: 18px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  main .voice_card .voice_text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
main .learning_section {
  padding: 50px 0 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .learning_section {
    padding: 30px 0 100px;
  }
}
main .learning_section .inner {
  margin: 0 auto;
  width: 992px;
}
@media screen and (max-width: 767px) {
  main .learning_section .inner {
    width: 100%;
  }
}
main .learning_section .section_title {
  text-align: center;
}
main .learning_section .section_title .en {
  display: block;
  font-size: 28px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #7b8488;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .learning_section .section_title .en {
    font-size: 16px;
  }
}
main .learning_section .section_title h2 {
  margin-top: 15px;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .learning_section .section_title h2 {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .diagram_img {
  margin-top: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .diagram_img {
    margin-top: 30px;
  }
}
main .diagram_img img {
  width: 100%;
  height: auto;
}
main .learning_text p {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .learning_text p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
main .faq_section {
  padding: 55px 0 100px 0;
}
@media screen and (max-width: 767px) {
  main .faq_section {
    padding: 40px 0 60px;
  }
}
main .faq_section .inner {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
@media screen and (max-width: 767px) {
  main .faq_section .inner {
    width: 90%;
  }
}
main .faq_section .section_title {
  text-align: center;
}
main .faq_section .section_title .en {
  display: block;
  font-size: 28px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #7b8488;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .faq_section .section_title .en {
    font-size: 16px;
  }
}
main .faq_section .section_title h2 {
  margin-top: 15px;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .faq_section .section_title h2 {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .faq_list {
  margin: 40px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .faq_list {
    margin-top: 30px auto 0;
  }
}
main .faq_item {
  margin-top: 20px;
  padding: 0 30px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  main .faq_item {
    margin-top: 12px;
    padding: 0 30px;
  }
}
main .faq_item:first-child {
  margin-top: 0;
}
main .faq_item.is-open .faq_question .icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
main .faq_item.is-open .faq_answer {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
main .faq_item .faq_question {
  padding: 20px 0;
  width: 100%;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  main .faq_item .faq_question {
    font-size: 15px;
  }
}
main .faq_item .faq_question .icon {
  position: relative;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  main .faq_item .faq_question .icon {
    width: 16px;
    height: 16px;
  }
}
main .faq_item .faq_question .icon::before, main .faq_item .faq_question .icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
main .faq_item .faq_question .icon::before {
  width: 100%;
  height: 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .faq_item .faq_question .icon::after {
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .faq_item .faq_question.is-open .icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
main .faq_item .faq_answer {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease;
  transition: grid-template-rows 0.3s ease, -ms-grid-rows 0.3s ease;
}
main .faq_item .faq_answer .faq_answer_inner {
  min-height: 0;
  overflow: hidden;
}
main .faq_item .faq_answer p {
  margin-top: 15px;
  padding: 0 0 15px;
  line-height: 1.8;
  color: #444;
}
main .shop_section {
  background-color: #dbddda;
  padding: 80px 0 140px;
}
@media screen and (max-width: 767px) {
  main .shop_section {
    padding: 30px 0 35px;
  }
}
main .shop_section .inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  main .shop_section .inner {
    width: 90%;
  }
}
main .shop_section .section_title {
  text-align: center;
}
main .shop_section .section_title .en {
  display: block;
  font-size: 28px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #7b8488;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .shop_section .section_title .en {
    font-size: 16px;
  }
}
main .shop_section .section_title h2 {
  margin-top: 15px;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  main .shop_section .section_title h2 {
    margin-top: 5px;
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }
}
main .shop_container {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .shop_container {
    display: block;
    margin-top: 30px;
  }
}
main .shop_info {
  width: 490px;
}
@media screen and (max-width: 767px) {
  main .shop_info {
    width: 100%;
  }
}
main .shop_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .shop_info dl {
    height: 65px;
  }
}
main .shop_info dl:first-child dt {
  border-top: solid 2px #000000;
}
main .shop_info dl:first-child dd {
  border-top: solid 1px #000000;
}
main .shop_info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  width: 130px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: solid 2px #000000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .shop_info dl dt {
    width: 80px;
    font-size: 14px;
  }
}
main .shop_info dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  width: 350px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-bottom: solid 1px #000000;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  main .shop_info dl dd {
    margin-left: 10px;
    padding-left: 0;
    font-size: 14px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
main .shop_map {
  width: 460px;
}
@media screen and (max-width: 767px) {
  main .shop_map {
    margin-top: 30px;
    width: 100%;
  }
}
main .shop_map .map_placeholder {
  width: 100%;
  height: 438px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  main .shop_map .map_placeholder {
    height: 320px;
    border-radius: 8px;
  }
}
main .img_section {
  width: 100%;
}

.cta {
  position: fixed;
  padding-top: 15px;
  padding-left: 20px;
  top: 0;
  right: 0;
  width: 300px;
  height: 100px;
  background-color: #ff7600;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta .p_1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .cta .p_1 {
    font-size: 14px;
    line-height: 18px;
  }
}
.cta .p_1 span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .cta .p_1 span {
    display: none;
  }
}
.cta .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .cta .tel {
    margin-top: 0;
    margin-left: 20px;
  }
}
.cta .tel img {
  width: 32px;
}
@media screen and (max-width: 767px) {
  .cta .tel img {
    width: 25px;
  }
}
.cta .tel p {
  margin-left: 5px;
  font-size: 42px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .cta .tel p {
    font-size: 36px;
  }
}

.modal_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(51, 51, 51, 0.7490196078);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: 9999;
}
.modal_wrap.is-animated {
  opacity: 1;
}
.modal_wrap.is-animated .modal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal_wrap .modal {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal {
    width: 90%;
  }
}
.modal_wrap .modal .close {
  position: relative;
  margin-left: auto;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .close {
    display: none;
  }
}
.modal_wrap .modal .close span {
  display: block;
  position: absolute;
  top: 31px;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.modal_wrap .modal .close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_wrap .modal .close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal_wrap .modal .diagnosis_result {
  background-color: #ffffff;
  border-radius: 30px;
  margin: 10px auto 0;
  padding-top: 20px;
  width: 100%;
  height: 520px;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result {
    display: block;
    margin-top: 0;
    padding: 15px 0 35px;
    width: 100%;
    height: auto;
    max-height: 80vh;
    border-radius: 10px;
    overflow-y: scroll;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap {
    display: block;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap .meter_area {
  position: relative;
  margin-left: 18px;
  width: 513px;
  height: 381px;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap .meter_area {
    margin-left: auto;
    margin-right: auto;
    width: 319px;
    height: 237px;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap .meter_area img {
  position: absolute;
}
.modal_wrap .modal .diagnosis_result .result_wrap .meter_area img.bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_wrap .modal .diagnosis_result .result_wrap .meter_area img.needle {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 256px 270px;
          transform-origin: 256px 270px;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg);
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap .meter_area img.needle {
    -webkit-transform-origin: 160px 169px;
            transform-origin: 160px 169px;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap .meter_area img.needle.risk-low {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.modal_wrap .modal .diagnosis_result .result_wrap .meter_area img.needle.risk-medium {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.modal_wrap .modal .diagnosis_result .result_wrap .meter_area img.needle.risk-high {
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content {
  margin-left: 25px;
  margin-right: 35px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap .result_content {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content .risk_level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.05em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap .result_content .risk_level {
    display: block;
    font-size: 20px;
    text-align: center;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content .risk_level .label_risk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  height: 60px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-left: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2eb43;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap .result_content .risk_level .label_risk {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    height: 50px;
    font-size: 24px;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content .risk_level .label_risk.risk-low {
  background-color: #6bcbf5;
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content .risk_level .label_risk.risk-medium {
  background-color: #f2eb43;
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content .risk_level .label_risk.risk-high {
  background-color: #f55050;
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content .result_title {
  margin-top: 10px;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 60px;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap .result_content .result_title {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    font-size: 22px;
    line-height: 28px;
  }
}
.modal_wrap .modal .diagnosis_result .result_wrap .result_content .result_desc {
  margin-top: 20px;
  width: 500px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result .result_wrap .result_content .result_desc {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    font-size: 14px;
    line-height: 24px;
  }
}
.modal_wrap .modal .diagnosis_result a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 1020px;
  height: 70px;
  border-radius: 10px;
  border: solid 1px #000000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result a {
    margin-top: 10px;
    width: 300px;
    height: 46px;
  }
}
.modal_wrap .modal .diagnosis_result a:hover {
  background-color: #000000;
}
.modal_wrap .modal .diagnosis_result a:hover .p_1 {
  color: #ffffff;
}
.modal_wrap .modal .diagnosis_result a:hover .p_2 {
  color: #ffffff;
}
.modal_wrap .modal .diagnosis_result a .p_1 {
  margin-right: 24px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result a .p_1 {
    margin-right: 10px;
    font-size: 12px;
  }
}
.modal_wrap .modal .diagnosis_result a .p_2 {
  font-size: 42px;
  font-family: "din-2014-narrow", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .modal_wrap .modal .diagnosis_result a .p_2 {
    font-size: 26px;
    line-height: 0;
  }
}