*,
*::after,
*::before {
  box-sizing: border-box; }

body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

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

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: top;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer; }

html {
  display: flex;
  flex-direction: column; }

body {
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  line-height: 1.6; }

main {
  flex: 1 1 auto; }

.clearfix {
  display: block; }
  .clearfix::before, .clearfix::after {
    clear: both;
    content: "";
    display: block; }

@media (min-width: 769px), print {
  .pc_hide {
    display: none !important; } }

@media (max-width: 768px) {
  .sp_hide {
    display: none !important; } }

body {
  font-size: 1rem;
  position: relative;
  overflow-y: scroll !important; }
  @media (max-width: 768px) {
    body {
      font-size: 0.875rem; } }

::placeholder {
  color: #ccc; }

a {
  color: #000;
  text-decoration: none;
  transition: .3s background-color ease, .3s border-color ease, .3s color ease, .3s opacity ease; }
  a:hover {
    color: #009d72; }
  @media (min-width: 769px), print {
    a[href^="tel:"] {
      pointer-events: none; } }

button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left; }

.inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px; }

.bg_inner {
  margin: auto;
  max-width: 1080px; }

.btn {
  font-size: 1.25rem;
  background: #000 url("../img-common/ico-arrow-r-wh.svg") right 20px center/auto 12px no-repeat;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 18px 40px;
  position: relative;
  text-align: center;
  width: 100%; }
  @media (max-width: 768px) {
    .btn {
      font-size: 1rem;
      background-position: right 12px center;
      background-size: auto 10px;
      padding: 15px 30px 15px 15px; } }
  .btn:hover {
    background-color: #636363;
    color: #fff; }

.btn_white {
  font-size: 1.125rem;
  align-items: center;
  background: #fff;
  box-shadow: none;
  color: #000;
  display: flex;
  justify-content: center;
  padding: 20px 10px; }
  @media (max-width: 768px) {
    .btn_white {
      font-size: 1rem;
      padding: 15px 10px; } }
  .btn_white:hover {
    background-color: #dceee9;
    color: #000; }
  .btn_white::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    width: 21px; }
  .btn_white.inquiry::before {
    background-image: url("../img-common/ico-mail-gr.svg"); }
  .btn_white.download::before {
    background-image: url("../img-common/ico-book.svg"); }

.span_br {
  display: inline-block; }

.ttl {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    .ttl {
      padding-left: 15px;
      padding-right: 15px; } }
  .ttl .ttl_en {
    font-size: 1.25rem;
    color: #009d72;
    margin-bottom: 12px; }
    @media (max-width: 768px) {
      .ttl .ttl_en {
        font-size: 1rem; } }
  .ttl h2 {
    font-size: 2.5rem; }
    @media (max-width: 768px) {
      .ttl h2 {
        font-size: 1.5rem; } }
    .ttl h2 strong {
      color: #009d72; }
    .ttl h2 .ttl_logo {
      display: inline-block;
      margin-right: 10px;
      height: 45px;
      width: 180px;
      vertical-align: sub; }
      @media (max-width: 768px) {
        .ttl h2 .ttl_logo {
          height: 28px;
          width: 113px; } }
      .ttl h2 .ttl_logo img {
        width: 100%; }

header {
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }
  @media (max-width: 768px) {
    header {
      padding: 15px 10px; } }

.hd_logo {
  width: 128px; }

.menu_btn {
  background-color: #000;
  border-radius: 10px;
  height: 69px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 69px;
  z-index: 10; }
  @media (max-width: 768px) {
    .menu_btn {
      height: 50px;
      right: 10px;
      top: 10px;
      width: 50px; } }
  .menu_btn_line, .menu_btn_line::before, .menu_btn_line::after {
    background: #fff;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all .3s;
    width: 30px; }
    @media (max-width: 768px) {
      .menu_btn_line, .menu_btn_line::before, .menu_btn_line::after {
        height: 2px;
        width: 24px; } }
  .menu_btn_line {
    top: 33px; }
    @media (max-width: 768px) {
      .menu_btn_line {
        top: 24px; } }
    .menu_btn_line::before, .menu_btn_line::after {
      content: "";
      transform-origin: left; }
    .menu_btn_line::before {
      bottom: 11px; }
      @media (max-width: 768px) {
        .menu_btn_line::before {
          bottom: 8px; } }
    .menu_btn_line::after {
      top: 11px; }
      @media (max-width: 768px) {
        .menu_btn_line::after {
          top: 8px; } }
  .fixed .menu_btn_line {
    background-color: transparent; }
    .fixed .menu_btn_line::before {
      bottom: 50%;
      transform: rotate(-45deg) translate(-50%, 50%); }
    .fixed .menu_btn_line::after {
      top: 50%;
      transform: rotate(45deg) translate(-50%, -50%); }

nav {
  align-items: center;
  background: #009d72;
  border-radius: 20px 0 0 20px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: -100%;
  padding: 50px 100px;
  position: fixed;
  text-align: center;
  top: 0;
  transition: .3s ease right;
  width: 450px;
  z-index: 9; }
  @media (max-width: 768px) {
    nav {
      border-radius: 0;
      padding: 50px 12%;
      width: 100%; } }
  .fixed nav {
    right: 0; }

.nav_list li {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .nav_list li {
      margin-bottom: 30px; } }
  .nav_list li a {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700; }
    .nav_list li a:hover {
      color: #dceee9; }

.nav_contact {
  width: 100%; }
  .nav_contact li {
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .nav_contact li {
        margin-bottom: 20px; } }
    .nav_contact li:last-of-type {
      margin-bottom: 0; }

footer {
  font-size: 0.8125rem;
  background: #000;
  color: #fff;
  padding: 10px;
  text-align: center; }
  @media (max-width: 768px) {
    footer {
      padding-bottom: 70px; } }

.ft_contact {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 8; }
  @media (max-width: 768px) {
    .ft_contact {
      bottom: 10px;
      right: 10px; } }
  @media (max-width: 768px) {
    .ft_contact_list {
      display: flex;
      column-gap: 5px; } }
  @media (min-width: 769px), print {
    .ft_contact_list li {
      margin-top: 10px; } }
  .ft_contact_list a {
    font-size: 1rem;
    border: 2px solid #009d72;
    padding: 12px 10px;
    width: 200px; }
    @media (max-width: 768px) {
      .ft_contact_list a {
        font-size: 0.875rem;
        padding: 10px 20px;
        width: 100%;
        max-width: 200px; } }
    .ft_contact_list a::before {
      height: 16px;
      margin-right: 6px;
      vertical-align: middle;
      width: 16px; }

.main {
  background: url("img/bg-main.jpg") center/cover no-repeat;
  padding-bottom: 40px;
  padding-top: 80px; }
  @media (max-width: 768px) {
    .main {
      padding-bottom: 30px;
      padding-top: 70px; } }
  .main_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1000px; }
    @media (max-width: 768px) {
      .main_inner {
        padding-bottom: 40px; } }
  .main_ttl {
    font-size: 5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 1000px) {
      .main_ttl {
        font-size: 6.6666666667vw; } }
    @media (max-width: 768px) {
      .main_ttl {
        font-size: 1.875rem; } }
    .main_ttl .shine {
      position: relative;
      background-image: linear-gradient(70deg, black 45%, #ccc 50%, black 55%);
      background-size: 500% 100%;
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      animation: shine 5s infinite; }
  .main_img {
    width: 61%; }
    @media (max-width: 768px) {
      .main_img {
        margin: 0 auto 10px 6vw;
        min-width: 300px; } }
  .main_subtxt {
    font-size: 1.75rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    bottom: 6vw;
    position: absolute;
    left: 50%; }
    @media (max-width: 1000px) {
      .main_subtxt {
        font-size: 2.3333333333vw; } }
    @media (max-width: 768px) {
      .main_subtxt {
        font-size: 1rem;
        bottom: 0;
        left: auto;
        right: 4vw;
        text-align: right; } }
    .main_subtxt_in {
      border-bottom: 1px solid #000;
      display: inline-block;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .main_subtxt_in {
          margin-bottom: 10px; } }
    .main_subtxt_number {
      font-size: 4rem; }
      @media (max-width: 1000px) {
        .main_subtxt_number {
          font-size: 5.3333333333vw; } }
      @media (max-width: 768px) {
        .main_subtxt_number {
          font-size: 1.875rem; } }

@keyframes shine {
  0% {
    background-position: 100% 50%; }
  20% {
    background-position: 0% 50%; } }
.about {
  background: url("img/bg-about.jpg") center/cover no-repeat;
  background-attachment: fixed;
  position: relative;
  height: 100%; }
  @media (min-width: 769px), print {
    .about {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media (max-width: 768px) {
    .about {
      padding-bottom: 50px;
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .about {
      background-attachment: scroll; } }
  .about::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2)); }
  .about_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    position: relative; }
  .about_txt {
    font-size: 1.25rem;
    color: #fff;
    line-height: 2;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .about_txt {
        font-size: 0.9375rem;
        margin-bottom: 30px; } }
    .about_txt:last-child {
      margin-bottom: 0; }
  .about_ocr_logo {
    display: block;
    padding: 10px 0; }
    @media (max-width: 768px) {
      .about_ocr_logo {
        max-width: 80%; } }
  .about_list {
    display: flex;
    gap: 10px;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .about_list {
        flex-wrap: wrap; } }
    .about_list li {
      font-size: 1.25rem;
      border: 1px solid #fff;
      color: #fff;
      padding: 3px 10px; }
      @media (max-width: 768px) {
        .about_list li {
          font-size: 0.9375rem;
          padding: 0 5px; } }
  .about_bigtxt {
    font-size: 1.75rem;
    display: block; }
    @media (max-width: 768px) {
      .about_bigtxt {
        font-size: 1.25rem; } }
  .about_number {
    font-size: 2.5rem;
    line-height: 1; }
    @media (max-width: 768px) {
      .about_number {
        font-size: 2rem; } }
  .about_step {
    margin-bottom: 30px;
    position: relative; }
    .about_step .svg {
      left: 10px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      overflow: hidden;
      transition: 500ms linear; }
      @media (max-width: 768px) {
        .about_step .svg {
          left: 8px; } }
      .about_step .svg.show {
        width: 430px; }
        @media (max-width: 768px) {
          .about_step .svg.show {
            width: 95%; } }

.assessment {
  background: linear-gradient(#f6f9fe, #fff); }
  @media (min-width: 769px), print {
    .assessment {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media (max-width: 768px) {
    .assessment {
      padding-bottom: 50px;
      padding-top: 50px; } }
  .assessment_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    position: relative; }
  .assessment_flex {
    align-items: center;
    display: flex;
    gap: 50px; }
    @media (max-width: 768px) {
      .assessment_flex {
        flex-direction: column;
        gap: 30px; } }
  @media (max-width: 1000px) and (min-width: 769px) {
    .assessment_img {
      width: 40%; } }
  @media (max-width: 768px) {
    .assessment_img {
      width: 70%; } }
  .assessment_details {
    width: 50%; }
    @media (max-width: 768px) {
      .assessment_details {
        width: 100%; } }
  .assessment_ttl {
    font-size: 2.5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .assessment_ttl {
        font-size: 1.5rem;
        margin-bottom: 20px;
        text-align: center; } }
  .assessment_txt {
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .assessment_txt {
        margin-bottom: 20px; } }

.feature {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .feature {
      margin-bottom: 50px; } }
  .feature_ttl {
    font-size: 2.5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center; }
    @media (max-width: 768px) {
      .feature_ttl {
        font-size: 1.5rem;
        margin-bottom: 30px; } }
  .feature_flex {
    align-items: center;
    display: flex;
    gap: 60px; }
    .feature_flex:nth-child(even) {
      flex-direction: row-reverse; }
    .feature_flex:nth-of-type(n+2) {
      margin-top: 60px; }
    @media (max-width: 768px) {
      .feature_flex {
        flex-direction: column;
        gap: 20px; }
        .feature_flex:nth-child(even) {
          flex-direction: column; }
        .feature_flex:nth-of-type(n+2) {
          margin-top: 30px; } }
  .feature_img {
    width: 50%; }
    @media (max-width: 768px) {
      .feature_img {
        width: 100%; } }
  .feature_details {
    width: 40%; }
    @media (max-width: 768px) {
      .feature_details {
        width: 100%; } }
  .feature_midttl {
    font-size: 1.75rem;
    margin-bottom: 30px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .feature_midttl {
        font-size: 1.25rem;
        margin-bottom: 10px; } }

.assessment02 {
  background: url("img/bg-assessment.jpg") center/cover no-repeat;
  background-attachment: fixed;
  position: relative; }
  @media (min-width: 769px), print {
    .assessment02 {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media (max-width: 768px) {
    .assessment02 {
      padding-bottom: 50px;
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .assessment02 {
      background-attachment: scroll; } }
  .assessment02::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(40, 48, 72, 0.6) 20%, rgba(133, 147, 152, 0.6)); }
  .assessment02_ttl {
    font-size: 2.5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      .assessment02_ttl {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
  .assessment02_txt {
    color: #fff;
    line-height: 2;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      .assessment02_txt {
        margin-bottom: 20px; } }
  .assessment02_btn {
    margin: 0 auto;
    width: 360px; }
    @media (max-width: 768px) {
      .assessment02_btn {
        width: 100%; } }

.movie {
  background: linear-gradient(#fff 50%, #f6f9fe 100%); }
  @media (min-width: 769px), print {
    .movie {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media (max-width: 768px) {
    .movie {
      padding-bottom: 50px;
      padding-top: 50px; } }
  .movie_ttl {
    font-size: 2.5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      .movie_ttl {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
    .movie_ttl img {
      display: block;
      margin: 20px auto 0;
      max-width: 50%; }
      @media (max-width: 768px) {
        .movie_ttl img {
          margin: 10px auto 0;
          max-width: 200px; } }
  .movie_youtube {
    width: 100%;
    aspect-ratio: 16 / 9; }
    .movie_youtube iframe {
      width: 100%;
      height: 100%; }

.flow {
  background: #f6f9fe;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .flow {
      padding-bottom: 50px; } }
  .flow_ttl {
    font-size: 2.5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      .flow_ttl {
        font-size: 1.5rem;
        margin-bottom: 20px; } }
    .flow_ttl img {
      margin-right: 20px;
      margin-top: 5px;
      width: 200px; }
      @media (max-width: 768px) {
        .flow_ttl img {
          margin-right: 10px;
          margin-top: 3px;
          width: 120px; } }
  .flow_txt {
    margin-bottom: 40px;
    line-height: 2;
    text-align: center; }
    @media (max-width: 768px) {
      .flow_txt {
        margin-bottom: 20px; } }
  .flow_box {
    background: #fff;
    border-radius: 30px;
    padding: 60px;
    position: relative; }
    @media (max-width: 1000px) and (min-width: 769px) {
      .flow_box {
        padding: 40px; } }
    @media (max-width: 768px) {
      .flow_box {
        border-radius: 10px;
        padding: 15px; } }
    .flow_box::before {
      background: #f6f9fe;
      content: "";
      height: calc(100% - 120px);
      left: 110px;
      position: absolute;
      top: 60px;
      width: 4px; }
      @media (max-width: 1000px) and (min-width: 769px) {
        .flow_box::before {
          height: calc(100% - 80px);
          left: 90px;
          top: 40px; } }
      @media (max-width: 768px) {
        .flow_box::before {
          height: calc(100% - 100px);
          left: 40px;
          top: 15px;
          width: 2px; } }
  .flow_flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 768px) {
      .flow_flex {
        align-items: flex-start; } }
    .flow_flex:nth-child(n+2) {
      margin-top: 40px; }
      @media (max-width: 768px) {
        .flow_flex:nth-child(n+2) {
          margin-top: 20px; } }
  .flow_number {
    font-size: 2.5rem;
    font-family: "Noto serif JP", serif;
    font-weight: 400;
    align-items: center;
    background: #f6f9fe;
    border-radius: 50%;
    color: #4776e6;
    display: flex;
    height: 100px;
    justify-content: center;
    text-align: center;
    width: 100px; }
    @media (max-width: 768px) {
      .flow_number {
        font-size: 1.5rem;
        height: 50px;
        width: 50px; } }
  .flow_details {
    width: calc(100% - 130px); }
    @media (max-width: 768px) {
      .flow_details {
        width: calc(100% - 70px); } }
  .flow_midttl {
    font-size: 1.75rem;
    font-weight: 400;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .flow_midttl {
        font-size: 1.125rem;
        margin-bottom: 5px; } }

.contact {
  background: linear-gradient(to right, #61e9b4 0%, #f0ff70 100%); }
  .contact_inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1030px;
    background: url("img/img-contact.png") right bottom/229px auto no-repeat;
    padding-bottom: 60px;
    padding-top: 60px; }
    @media (max-width: 768px) {
      .contact_inner {
        background-size: 180px auto;
        padding-bottom: 100px;
        padding-top: 30px; } }
  .contact_ttl {
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    text-align: center; }
    @media (max-width: 768px) {
      .contact_ttl {
        font-size: 1.25rem;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px; } }
    .contact_ttl::before, .contact_ttl::after {
      background: #000;
      content: "";
      display: inline-block;
      margin: 0 20px -8px;
      height: 30px;
      width: 2px; }
      @media (max-width: 768px) {
        .contact_ttl::before, .contact_ttl::after {
          bottom: 0;
          height: 25px;
          position: absolute;
          width: 1px; } }
    .contact_ttl::before {
      left: 0;
      transform: rotate(-45deg); }
    .contact_ttl::after {
      right: 0;
      transform: rotate(45deg); }
  .contact_btn {
    display: flex;
    column-gap: 4%;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .contact_btn {
        column-gap: 2%;
        margin-bottom: 20px; } }
    .contact_btn li {
      width: 100%; }
      .contact_btn li a {
        font-size: 1.25rem;
        background-color: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
        background-repeat: no-repeat;
        border-radius: 10px;
        display: block;
        font-weight: 700;
        padding: 80px 10px 35px;
        text-align: center; }
        @media (max-width: 768px) {
          .contact_btn li a {
            font-size: 0.8125rem;
            padding: 70px 5px 20px; } }
        .contact_btn li a:hover {
          background-color: #dceee9;
          color: #000; }
        .contact_btn li a.inquiry {
          background-image: url("../img-common/ico-mail-gr.svg");
          background-position: center 38px;
          background-size: 35px auto; }
          @media (max-width: 768px) {
            .contact_btn li a.inquiry {
              background-position: center 30px;
              background-size: 30px auto; } }
        .contact_btn li a.demo {
          background-image: url("../img-common/ico-demo-gr.svg");
          background-position: center 30px;
          background-size: auto 44px; }
          @media (max-width: 768px) {
            .contact_btn li a.demo {
              background-position: center 24px;
              background-size: auto 38px; } }
        .contact_btn li a.estimate {
          background-image: url("../img-common/ico-file-gr.svg");
          background-position: center 32px;
          background-size: auto 40px; }
          @media (max-width: 768px) {
            .contact_btn li a.estimate {
              background-position: center 27px;
              background-size: auto 32px; } }
  .contact_tel {
    display: flex;
    margin: auto; }
    @media (min-width: 769px), print {
      .contact_tel {
        min-width: 610px;
        width: 80%; } }
    @media (max-width: 768px) {
      .contact_tel {
        flex-direction: column;
        max-width: 360px; } }
    .contact_tel dt {
      font-size: 1.125rem;
      background: url("../img-common/bg-contact.svg") left/contain no-repeat;
      font-weight: 700;
      height: 47px;
      margin-right: 26px;
      padding: 8px 0 0 17px;
      width: 176px; }
      @media (max-width: 768px) {
        .contact_tel dt {
          font-size: 1rem;
          background-image: url("../img-common/bg-contact-sp.svg");
          height: 56px;
          margin-right: 0;
          padding-left: 0;
          padding-top: 10px;
          text-align: center;
          width: 163px; } }
    @media (min-width: 769px), print {
      .contact_tel dd {
        text-align: center; } }
    .contact_tel_num {
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      font-size: 3.25rem;
      background: url("../img-common/ico-phone.svg") left center/46px auto no-repeat;
      line-height: 1.1;
      padding-left: 61px; }
      @media (max-width: 768px) {
        .contact_tel_num {
          font-size: 2.5rem;
          background-size: 36px auto;
          padding: 5px 0 5px 51px; } }
    .contact_tel_time {
      font-size: 1.25rem; }
      @media (max-width: 768px) {
        .contact_tel_time {
          font-size: 1rem;
          text-align: center; } }

@media (min-width: 769px), print {
  .brpc {
    display: block; } }

@media (max-width: 768px) {
  .brsp {
    display: block; } }
